odoo/addons/document
Quentin (OpenERP) 15850af75e [MERGE] merged ksa's branch with naming for act window
bzr revid: qdp-launchpad@openerp.com-20110505091917-maesied9noy4m8ye
2011-05-05 11:19:17 +02:00
..
doc document: access permissions documentation, draft. 2010-10-27 13:23:24 +03:00
i18n Launchpad automatic translations update. 2011-05-02 04:37:31 +00:00
report [IMP] ::Documents->Shared Repository:enlarge the FTP server field,Documents-> descending by date and tooltip change and fix bug on my document filter button::Reporting->Document Dashboard->group by year/Month and default user_id context remove 2010-10-12 11:56:08 +05:30
security [MERGE] fix bug 718600 2011-02-18 11:27:32 +01:00
test Doc: make sure folders are deleted after YAML tests 2010-10-12 13:39:36 +03:00
wizard Merge branch11 into patch18 2010-12-23 17:54:44 +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 [MERGE] Resynchronized with trunk. 2011-03-25 11:24:13 +01:00
board_document_demo.xml [IMP]: Remove dashboard shortcut. 2010-06-25 13:55:27 +05:30
board_document_view.xml [IMP] Project->Long Term Planning--Changes Demo data for user:Projects Phases--Useability should be availablity,rename group by user into responsible and default group on project,top area field arrange:Resources Allocations--change icon in group by Project and resource 2010-10-12 18:51:51 +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 docuement: armor the ir.action.report.xml code 2011-01-18 18:49:56 +02:00
document.py [MERGE] merged latest fixes from 6.0 up to r.4556 2011-05-02 20:46:43 +02:00
document_data.xml [MERGE] lp:~xrg/openobject-addons/trunk-patch18 2011-01-11 13:36:55 +01:00
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