[MERGE] supplier view: set defaults for customer and supplier

bzr revid: rco@openerp.com-20111129153450-qw3eysh3mk2zmgkm
This commit is contained in:
Raphael Collet 2011-11-29 16:34:50 +01:00
commit 20b398613c
1 changed files with 1 additions and 1 deletions

View File

@ -543,7 +543,7 @@
<field name="res_model">res.partner</field>
<field name="view_type">form</field>
<field name="domain">[]</field>
<field name="context">{'search_default_supplier': 1}</field>
<field name="context">{'search_default_supplier': 1,'default_customer': 0,'default_supplier': 1}</field>
<field name="filter" eval="True"/>
<field name="help">You can access all information regarding your suppliers from the supplier form: accounting data, history of emails, meetings, purchases, etc. You can uncheck the 'Suppliers' filter button in order to search in all your partners, including customers and prospects.</field>
</record>