odoo/addons/document
Launchpad Translations on behalf of openerp f6c3cd9bb7 Launchpad automatic translations update.
bzr revid: launchpad_translations_on_behalf_of_openerp-20120306052805-zlaw3c4skc81oj8z
bzr revid: launchpad_translations_on_behalf_of_openerp-20120307060413-fvlney19la4wjhqn
bzr revid: launchpad_translations_on_behalf_of_openerp-20120307060421-haf4qy1x6vu5xdrx
2012-03-07 06:04:21 +00:00
..
doc document: access permissions documentation, draft. 2010-10-27 13:23:24 +03:00
i18n Launchpad automatic translations update. 2012-03-07 06:04:21 +00:00
report [FIX] improvements in some dashboards 2011-12-11 12:28:50 +01:00
security [IMP] content management configuration should be accesible by all content management group members 2012-01-11 12:10:28 +01:00
test [FIX] document: removed dangerous and useless commits 2011-11-30 13:02:39 +01:00
wizard [IMP]document: correct a spelling of Directories in configuration wizard 2012-01-11 11:26:05 +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 [IMP] manifest: renamed active to auto_install. 2012-01-30 11:18:37 +01:00
board_document_demo.xml [IMP]: Remove dashboard shortcut. 2010-06-25 13:55:27 +05:30
board_document_view.xml [IMP] dashboard simplification 2011-12-11 12:39:18 +01: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] 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
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] dashboard simplification 2011-12-11 12:39:18 +01:00
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 [FIX] Fixed document.directory form view 2012-01-10 14:42:43 +01: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