odoo/addons/document
Divyesh Makwana (Open ERP) 0b188a31cc [Merge] Merge with main addons.
bzr revid: mdi@tinyerp.com-20120612065329-oys1eh8q3gitdx06
2012-06-12 12:23:29 +05:30
..
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] document : Removed all filters related to a date field and added the related date field in the search view. 2012-05-22 12:14:17 +05:30
security [IMP] groups: remove auto-inclusion of admin in groups, and make the inclusion explicit in groups 2012-04-04 11:08:30 +02:00
test [FIX] document: removed dangerous and useless commits 2011-11-30 13:02:39 +01:00
wizard [FIX] *: Correct @version spec in new-style forms, after FP's recent merge 2012-06-11 18:10:14 +02: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 [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] removing layout="manual" 2012-06-11 11:07:01 +02:00
content_index.py [IMP] improved error message, constraints must allways propose a solution 2011-12-31 08:57:20 +01:00
custom_report.xml changed <terp> tag to <openerp> 2008-10-07 17:18:28 +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 [IMP] remved res_partner_address reference 2012-03-05 17:41:50 +05:30
document_data.xml [FIX] Fix the Rename Directories problem 2011-05-23 11:29:48 +05:30
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] Added missing vim mode lines 2011-11-22 09:51:38 +01:00
document_storage.py [IMP] Added missing vim mode lines 2011-11-22 09:51:38 +01:00
document_view.xml [MERGE] merged with the trunk 2012-06-11 14:42:11 +02:00
nodes.py [IMP] Added missing vim mode lines 2011-11-22 09:51:38 +01:00
odt2txt.py all: Fix execute permission and shebang at files 2011-04-08 14:23:24 +03:00
std_index.py [MERGE] document: fixed bug 905279 : catching error when antiword not installed for doc file indexing 2011-12-19 16:10:01 +01: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