odoo/addons/document
Stephane Wirtel 42015dd8e5 [FIX] Change the note for the configuration wizard
lp bug: https://launchpad.net/bugs/320765 fixed

bzr revid: stephane@tinyerp.com-20090126093536-2yjzi1y2ce5whicx
2009-01-26 10:35:36 +01:00
..
ftpserver fixed bug 2009-01-02 11:30:20 +05:30
i18n [IMP] Update the translation 2009-01-23 15:37:38 +01:00
security improved_document 2008-10-28 09:38:03 +01:00
README.txt Document Management System 2008-09-26 19:53:55 +05:30
__init__.py [IMP] Update the copyright to 2009 2009-01-04 23:12:50 +01:00
__terp__.py [IMP] Add the certificate IDs for each module 2009-01-06 17:25:05 +01:00
content_index.py [IMP] Use tempfile.mkstemp instead of os.tempname. mkstemp is more secure 2009-01-14 08:54:20 +01:00
custom_report.xml changed <terp> tag to <openerp> 2008-10-07 17:18:28 +05:30
custom_view.xml changed <terp> tag to <openerp> 2008-10-07 17:18:28 +05:30
document.py [FIX] locate the filestore directory using tools.config['root_path'] 2009-01-23 00:52:23 +01:00
document_data.xml improved_document 2008-10-28 09:38:03 +01:00
document_demo.xml modified document data file to insert value of ressource_id (0) instand of NULL 2008-12-16 16:14:28 +05:30
document_view.xml [FIX] Change the note for the configuration wizard 2009-01-26 10:35:36 +01:00
odt2txt.py [IMP] Update the copyright to 2009 2009-01-04 23:12:50 +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