odoo/addons/document
Rvo(Open ERP) 8147f311c3 [MERGE] merged refactoring of superfluous "My ..." buttons in search views
bzr revid: odo@openerp.com-20100519134531-eb6ki0snr5e0xr41
2010-05-19 15:45:31 +02:00
..
i18n Launchpad automatic translations update. 2010-04-17 05:21:31 +01:00
report [IMP,REM]: removed my_button from search view and set it as search_default_field_name:value 2010-05-13 18:47:19 +05:30
security [MOVE]:moved report_document into the document module. 2010-03-16 11:30:23 +05:30
test [ADD] add yml file for document and document_ftp module. 2010-04-23 10:44:45 +05:30
README.txt Document Management System 2008-09-26 19:53:55 +05:30
__init__.py [MOVE]:moved report_document into the document module. 2010-03-16 11:30:23 +05:30
__openerp__.py [ADD] add yml file for document and document_ftp module. 2010-04-23 10:44:45 +05:30
content_index.py [IMP] document :- Bug #539644 - backward compatibility for file utility 2010-03-19 16:52:22 +05:30
custom_report.xml changed <terp> tag to <openerp> 2008-10-07 17:18:28 +05:30
custom_view.xml [IMP] General review and cleaning of all views. Not finished. Worked on exted_groups, removed select=2, convert tab to spaces, etc. 2010-04-16 11:16:25 +02:00
directory_content.py [CLEAN] Set Withespaces to PEP8 format 2010-02-24 09:54:04 +01:00
directory_report.py [FIX] document: put context keyword on _model_Search method in ir.actions.report.xml model in directory_report.py 2010-03-16 16:21:17 +05:30
document.py [FIX]: document: Corrected relation table with group 2010-04-07 18:48:54 +05:30
document_data.xml [IMP]document : get improvement of document from xrg-addons branch who made nice improvement in document 2009-12-02 11:06:57 +05:30
document_demo.xml [IMP]document : get improvement of document from xrg-addons branch who made nice improvement in document 2009-12-02 11:06:57 +05:30
document_directory.py [MERGE] 2010-04-28 12:00:21 +05:30
document_storage.py [FIX]: document: Corrected relation table with group 2010-04-07 18:48:54 +05:30
document_view.xml [MERGE]: Merge with lp:openobject-addons 2010-05-13 18:56:30 +05:30
nodes.py [FIX] caldav: remove calendar problem 2010-04-23 17:35:44 +05:30
odt2txt.py [CLEAN] Set Withespaces to PEP8 format 2010-02-24 09:54:04 +01:00
std_index.py [IMP] document :- remove import package line(two time import same packages). 2010-04-12 18:08:45 +05:30
test_cindex.py [FIX] Remove the executable flag on the python and xml files 2010-04-29 10:01:54 +02: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