odoo/addons/document
Vir (Open ERP) 8de935ce04 [MOD] Icon changed for Dashboard , from graph to folder icon
bzr revid: vir@tinyerp.com-20100726055623-n0xw2k033xnsis1q
2010-07-26 11:26:23 +05:30
..
i18n Launchpad automatic translations update. 2010-07-22 04:56:45 +01:00
report Merge remote branch 'origin/dms-bugfix' into trunk-fix-webdav 2010-06-28 10:47:45 +03:00
security [FIx] calendar: clean 2010-07-09 15:49:52 +05:30
test Merge remote branch 'origin/trunk-dev-addons2' into trunk-doc2-dav2 2010-07-14 09:50:04 +03:00
wizard [IMP] Document: 2010-06-24 15:18:27 +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] merged new api of document module 2010-07-20 18:35:13 +05:30
board_document_demo.xml [IMP]: Remove dashboard shortcut. 2010-06-25 13:55:27 +05:30
board_document_view.xml [MOD] Icon changed for Dashboard , from graph to folder icon 2010-07-26 11:26:23 +05:30
content_index.py Document: fix content indexer, where no filename is supplied 2010-07-01 20:51:31 +03:00
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 Document API: node_content.open_data(), for FTP 2010-07-13 13:30:53 +03:00
directory_report.py [IMP][REF] Sql-injection changes, remove print statement, some space improvement. 2010-06-16 17:21:39 +05:30
document.py Document: Fix typo for creating attachments on dirs with res_model 2010-07-17 01:18:34 +03:00
document_data.xml Document UI: rename the default storage entry. 2010-06-29 17:00:26 +03:00
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 Document directory: "find_all" field for resource dirs. 2010-07-13 13:29:58 +03:00
document_storage.py Document storage: fix errors for offline/readonly media. 2010-07-14 12:02:46 +03:00
document_view.xml [ADD] Document : Reset button icon again 2010-07-21 12:24:51 +05:30
nodes.py Document, FTP: handle case of move into existing name. 2010-07-14 15:52:32 +03:00
odt2txt.py [CLEAN] Set Withespaces to PEP8 format 2010-02-24 09:54:04 +01:00
std_index.py Doc std_index: bring back the .doc index, using antiword 2010-06-24 18:36:47 +03:00
test_cindex.py [MERGE] 2010-06-27 22:50:19 +05:30

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