odoo/addons/document
Naresh Choksy 7db9b82e79 Created a configuration wizard that explains you can connect on the server, port 8021.
This configuration wizard configures a structure by default, according to the modules installed:

Sales / All Sales Order  -> Connected to Sales order if module sale is installed
  -> + virtual file _print.pdf in directories that prints sales orders
Sales by Salesman is sale is installed
  -> Level 1 is res.users
  -> Level 2 is sales order related to this active_id user
Projects -> Connected to account.analytic.account if module account is installed with tree structure
  -> + Quotations, Meetings, Analisys Reports subdirs in each project,Personal Folders -> Connected to Users

bzr revid: nch@tinyerp.com-20081007052401-3gf3nmdhrgxdqea3
2008-10-07 10:54:01 +05:30
..
ftpserver Document Management System 2008-09-26 19:53:55 +05:30
README.txt Document Management System 2008-09-26 19:53:55 +05:30
__init__.py Document Management System 2008-09-26 19:53:55 +05:30
__terp__.py * Document 2008-09-26 20:07:55 +05:30
content_index.py Document Management System 2008-09-26 19:53:55 +05:30
custom_report.xml Document Management System 2008-09-26 19:53:55 +05:30
custom_view.xml Document Management System 2008-09-26 19:53:55 +05:30
document.py Created a configuration wizard that explains you can connect on the server, port 8021. 2008-10-07 10:54:01 +05:30
document_data.xml Document Management System 2008-09-26 19:53:55 +05:30
document_demo.xml Document Management System 2008-09-26 19:53:55 +05:30
document_view.xml Created a configuration wizard that explains you can connect on the server, port 8021. 2008-10-07 10:54:01 +05:30
odt2txt.py Document Management System 2008-09-26 19:53:55 +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