[MERGE] merged gpa branch to add supplier = 1 domain in partner_view.xml.

bzr revid: vmt@openerp.com-20110418124950-cmxfv5dnlmrpk268
This commit is contained in:
Vo Minh Thu 2011-04-18 14:49:50 +02:00
commit ae0751f116
1 changed files with 1 additions and 1 deletions

View File

@ -394,7 +394,7 @@
<field name="type">ir.actions.act_window</field>
<field name="res_model">res.partner</field>
<field name="view_type">form</field>
<field name="domain">[]</field>
<field name="domain">[('supplier','=',1)]</field>
<field name="context">{'default_customer':0, 'search_default_supplier': 1, '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>