[MERGE] wiki_sale_faq: fixed bug 911183: fixed directory for new document in sales/documents

bzr revid: tde@openerp.com-20120105090806-p2022sxtg87vu1a2
This commit is contained in:
Thibault Delavallée 2012-01-05 10:08:06 +01:00
commit 15ef6f9a06
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@
<field name="type">ir.actions.act_window</field>
<field name="res_model">ir.attachment</field>
<field name="view_type">form</field>
<field name="domain" eval="[('parent_id','=',ref('dir_sale'))]"></field>
<field name="context" eval="{'default_parent_id':ref('dir_sale')}"/>
<field name="help">Documents give you access to all files attached to any record. It is a repository of all documents such as emails, project-related attachments or any other documents. From this view, you can search through the content of the documents. OpenERP automatically assign meta data based on the record like the related partner and indexes the content of .DOC, .ODT, .TXT, .SXW and .PDF documents.</field>
</record>