Supplier search_default and default set

bzr revid: tta@openerp.com-20111118125848-a1b20uwcmtkdcknc
This commit is contained in:
Tejas (OpenERP) 2011-11-18 18:28:48 +05:30
parent 34a9ecf339
commit 26b03141e3
1 changed files with 1 additions and 1 deletions

View File

@ -541,7 +541,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>