odoo/addons/document
Olivier Dony c5c88c43c0 [FIX] document: removed dangerous and useless commits
These commits were introduce mostly at revision 
1849.1.1 revid:hmo@tinyerp.com-20081111052750-zqzvr6oaihvt103t
in an attempt to fix an issue with transactions
originating from FTP connections.
This was wrong: the virtual FTP filesystem should
perform its own transaction management for each
operation, just like the RPC layer does it for
each request. Forcing a commit in the business
code during the course of a normal transaction is
totally *forbidden*!
In addition, the FTP layer now properly manages
its transactions, so the commit calls were useless
anyway.

bzr revid: odo@openerp.com-20111130120239-5fcavvpd14w056zb
2011-11-30 13:02:39 +01:00
..
doc document: access permissions documentation, draft. 2010-10-27 13:23:24 +03:00
i18n [Merge] es_MX from Vauxoo 2011-11-11 15:49:30 +01:00
report [MERGE] Missing modelines, requested and provided by Lionel Sausin (Numerigraphe) 2011-11-24 16:50:58 +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 [FIX] document: removed dangerous and useless commits 2011-11-30 13:02:39 +01:00
wizard [IMP] Added missing vim mode lines 2011-11-22 09:51:38 +01: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 [REF] Rename the categories 2011-09-28 16:12:58 +02:00
board_document_demo.xml [IMP]: Remove dashboard shortcut. 2010-06-25 13:55:27 +05:30
board_document_view.xml [IMP]document : view is modified through board style and column 2011-11-14 17:44:35 +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 [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 [FIX] document: removed dangerous and useless commits 2011-11-30 13:02:39 +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 [IMP] domain to context: 2011-11-24 13:14:33 +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 [IMP] Added missing vim mode lines 2011-11-22 09:51:38 +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