odoo/addons/document
Fabien Pinckaers b0a48a35b9 merge
bzr revid: fp@tinyerp.com-20110917142602-vo8pl5dpqp82e4z0
2011-09-17 16:26:02 +02:00
..
doc document: access permissions documentation, draft. 2010-10-27 13:23:24 +03:00
i18n Launchpad automatic translations update. 2011-09-06 04:40:18 +00:00
report [REM] all @col and @colspan attributes on groups in search views: search views are not laid out by columns, therefore these attributes do not belong 2011-03-15 15:08:59 +01:00
security [FIX] rights to unlink res.partner, and restrict Knowledge/Configuration/Document Management to group Usability/No one 2011-07-19 11:22:57 +02:00
test Doc: make sure folders are deleted after YAML tests 2010-10-12 13:39:36 +03:00
wizard [IMP] document: (usability) improved wording of virtual folder wizard screen 2011-09-07 22:55:18 +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]: module is defined by its complexity 2011-07-06 17:59:28 +05:30
board_document_demo.xml [IMP]: Remove dashboard shortcut. 2010-06-25 13:55:27 +05:30
board_document_view.xml [FIX]:Remove the menu and object Admisnitration > Customization > Reporting > Publish a Note and everything related to this: object, views, etc. 2011-07-26 16:16:13 +05:30
content_index.py document: fix content indexer's handling of the "file" command 2010-12-09 13:26:07 +02: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 Document, caldav: inhibit features not found on trunk server. 2010-10-12 14:27:33 +03:00
directory_content.py [REF]: Added remaining context changes in _constraints. Removed unnecessary checking for context from methods. 2010-12-13 12:13:09 +05:30
directory_report.py [IMP] removed method=True params from all fields.function 2011-07-02 01:41:24 +02:00
document.py merge 2011-09-17 16:26:02 +02: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 [REF]: Added remaining context changes in _constraints. Removed unnecessary checking for context from methods. 2010-12-13 12:13:09 +05:30
document_storage.py [REF]: Replace the condition 'if not context' with 'if context is None'. 2010-11-23 12:35:05 +05:30
document_view.xml [MERGE] merged ksa's branch with naming for act window 2011-05-05 11:19:17 +02:00
nodes.py document: fix matching of names with non-latin chars 2011-01-18 18:49:50 +02:00
odt2txt.py all: Fix execute permission and shebang at files 2011-04-08 14:23:24 +03:00
std_index.py document: even better fix for std_index, which won't leave zombies 2010-12-23 16:17:44 +02:00
test_cindex.py all: Fix execute permission and shebang at files 2011-04-08 14:23:24 +03: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