odoo/addons/document
Olivier Dony 3fe6987ce7 [MERGE] Harmonization of noupdate flag on security XML data, courtesy of Alexis de Lattre (Akretion)
ir.rule records are in noupdate data blocks to let the admin
alter them without fear of them being reset at next update.
Other records such as groups are in normal mode, so they
can be updated whenever necessary

bzr revid: odo@openerp.com-20121218232001-t425t4hi7qbmsip2
2012-12-19 00:20:01 +01:00
..
doc document: access permissions documentation, draft. 2010-10-27 13:23:24 +03:00
i18n Launchpad automatic translations update. 2012-12-18 05:08:32 +00:00
report [IMP] use the openerp namespace. 2012-12-06 15:56:32 +01:00
security Harmonize the noupdate flag on security XML files : 2012-07-13 19:08:38 +02:00
static/src/js [FIX] Document name and google doc index. 2012-10-25 13:08:34 +05:30
test [FIX] document: removed dangerous and useless commits 2011-11-30 13:02:39 +01:00
wizard [IMP] use the openerp namespace. 2012-12-06 15:56:32 +01:00
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 [MERGE] Global attachments are visible only if you nstall document module 2012-09-27 19:39:19 +02:00
board_document_demo.xml [IMP]: Remove dashboard shortcut. 2010-06-25 13:55:27 +05:30
board_document_view.xml [IMP] removing some board stuff 2012-09-06 17:23:03 +02:00
content_index.py [MERGE] trunk 2012-10-02 12:29:15 +02:00
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] use the openerp namespace. 2012-12-06 15:56:32 +01:00
directory_report.py [IMP] use the openerp namespace. 2012-12-06 15:56:32 +01:00
document.py [IMP] use the openerp namespace. 2012-12-06 15:56:32 +01: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 [MERGE] merged trunk. 2012-12-10 12:16:54 +01:00
document_storage.py [MERGE] merged trunk. 2012-12-10 12:16:54 +01:00
document_view.xml [IMP] document: add on_change on fname so it will update the download link with the name of attached document 2012-10-03 15:12:42 +05:30
nodes.py [IMP] use the openerp namespace. 2012-12-06 16:13:16 +01:00
odt2txt.py [FIX] unmutable default in the remaining modules 2012-03-05 19:40:03 +01:00
std_index.py [MERGE] trunk-logging-vmt (use module logging instead of netsvc.Logger) 2012-10-25 15:09:30 +02:00
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