odoo/addons/document
Christophe Simonis 56ce5fb54e [FIX] document: correct sql view
bzr revid: chs@openerp.com-20120816111713-94lfghgdz56jfnhs
2012-08-16 13:17:13 +02:00
..
doc document: access permissions documentation, draft. 2010-10-27 13:23:24 +03:00
i18n Launchpad automatic translations update. 2012-08-09 05:00:51 +00:00
report [FIX] document: correct sql view 2012-08-16 13:17:13 +02:00
security [MERGE] lp:~openerp-commiter/openobject-addons/trunk-review-dashboards-knowledge-rma and Report Fixes 2012-06-06 15:00:36 +05:30
test [FIX] document: removed dangerous and useless commits 2011-11-30 13:02:39 +01:00
wizard [IMP]Remove type field from the views 2012-08-08 17:49:50 +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 [MERGE, IMP] improve and merge cha branch to update desc formatting 2012-07-16 15:15:48 +05:30
board_document_demo.xml [IMP]: Remove dashboard shortcut. 2010-06-25 13:55:27 +05:30
board_document_view.xml [IMP]Remove type field from the views 2012-08-08 17:49:50 +05:30
content_index.py [IMP] rephrase some error and warning messages in document, edi, google_base_account, mrp and mrp_repair 2012-08-06 19:08:41 +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] 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 [IMP] rephrase some error and warning messages in document, edi, google_base_account, mrp and mrp_repair 2012-08-06 19:08:41 +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] rephrase some error and warning messages in document, edi, google_base_account, mrp and mrp_repair 2012-08-06 19:08:41 +02:00
document_storage.py [IMP] rephrase some error and warning messages in document, edi, google_base_account, mrp and mrp_repair 2012-08-06 19:08:41 +02:00
document_view.xml [MERGE] merged trunk. 2012-08-13 18:06:57 +02:00
nodes.py [IMP] rephrase some error and warning messages in document, edi, google_base_account, mrp and mrp_repair 2012-08-06 19:08:41 +02:00
odt2txt.py all: Fix execute permission and shebang at files 2011-04-08 14:23:24 +03:00
std_index.py [IMP] Improved warning messages for document module 2012-07-25 16:03:34 +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