| Install ”document2”module
|
|
|
|
| Configure the Directory / Repository Structure with OpenERP's object
|
|
|
Configure 'All Sales Order' directory with model ”sale.order”
|
|
|
|
Configure 'Projects' directory with model ”account.analytic.account” (with tree)
|
|
|
|
Configure 'Personal Folders' directory with res.users
|
|
|
|
|
| Connect to FTP using the classic nautilus.
|
|
|
Browse Directory Structure on FTP client.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| Put PDF file from your desktop to a sale order.
|
| Now see in the Tiny ERP client on sale order form that it is attached.
|
| And Check index content of that file in Tiny ERP client on File form.
|
|
|
|
|
|
|
|
|
|
| Now Add virtual files (content).pdf on sales order directory and check on the FTP and open the file.
|
| Create a template of directories for projects like:
|
| For this you must create static directories with:
Quotations parent_id = False,
|
linked resource = account.analytic.account
|
|
| Show in the FTP these 3 directory's appears for each project.
|
|
|
|
|
|
|
|
|
|
| Now make child resource and link resource directories of particular object:
Create a directory Sales by Salesman : Connect to res.users
|
Create a directory Sales with (parent_id = False, linked = res.users, resource: sale.order, domain=[('user_id','=',active_id)])
|
|
| Show in the the FTP
|
|
| Image:Userman014.png
|
|
|
|
|
|
|
|
|
|