odoo/addons/document
Alexis de Lattre 5101771cd9 Harmonize the noupdate flag on security XML files :
- ir.rule objects are noupdate="1"
- all other objects are noupdate="0"

bzr revid: alexis@via.ecp.fr-20120713170838-pjsysliyt6twazrc
2012-07-13 19:08:38 +02:00
..
doc document: access permissions documentation, draft. 2010-10-27 13:23:24 +03:00
i18n Launchpad automatic translations update. 2012-06-08 04:40:33 +00:00
report [IMP] improvements during code review 2012-06-28 14:18:20 +02:00
security Harmonize the noupdate flag on security XML files : 2012-07-13 19:08:38 +02:00
test [FIX] document: removed dangerous and useless commits 2011-11-30 13:02:39 +01:00
wizard [IMP/FIX] Imporved the Knoledge wizard no label issue and removed the action_skip button 2012-06-25 10:52:04 +05:30
README.txt Document Management System 2008-09-26 19:53:55 +05:30
__init__.py [IMP] Document: 2010-06-24 15:18:27 +05:30
__openerp__.py [IMP]all: remove a complexity in openerp and move asset management and Payroll in extra modules 2012-05-18 10:56:05 +05:30
board_document_demo.xml [IMP]: Remove dashboard shortcut. 2010-06-25 13:55:27 +05:30
board_document_view.xml [IMP] document: add files by user in dashboard. 2012-06-12 12:00:20 +05:30
content_index.py [IMP] Add logging at the top of python files 2012-06-22 12:18:39 +05:30
custom_view.xml [IMP] groups: remove auto-inclusion of admin in groups, and make the inclusion explicit in groups 2012-04-04 11:08:30 +02:00
dict_tools.py [IMP] Added missing vim mode lines 2011-11-22 09:51:38 +01:00
directory_content.py [IMP] Added missing vim mode lines 2011-11-22 09:51:38 +01:00
directory_report.py [IMP] Added missing vim mode lines 2011-11-22 09:51:38 +01:00
document.py [FIX] typo 2012-06-26 22:42:50 +02:00
document_data.xml [FIX] revert ir_values on document 2012-06-26 22:19:46 +02:00
document_demo.xml [IMP]: Moved reference of demo user from *_security.xml to demo file 2010-11-19 15:55:25 +05:30
document_directory.py [IMP] add logger instead of_loggerdoc or _log., Add .warning() instead of .debug() in account 2012-06-25 14:36:19 +05:30
document_storage.py [IMP] add logger instead of_loggerdoc or _log., Add .warning() instead of .debug() in account 2012-06-25 14:36:19 +05:30
document_view.xml [IMP] document: usability, review of attachment form view + made it inheriting from the base view 2012-07-06 16:09:08 +02:00
nodes.py [IMP] Add logging at the top of python files 2012-06-22 12:55:45 +05:30
odt2txt.py all: Fix execute permission and shebang at files 2011-04-08 14:23:24 +03:00
std_index.py [IMP] Add logging at the top of python files 2012-06-22 12:18:39 +05:30
test_cindex.py [IMP] Added missing vim mode lines 2011-11-22 09:51:38 +01:00

README.txt

To be done:
-----------

* Test to not create several times the same file / directory
  -> May be put a sql_constraints uniq on several files
  -> test through remove or put

* Retest everything