[IMP] crm: remove 'country_id' from res.partner search view

bzr revid: qdp-launchpad@openerp.com-20121008142619-mxqis0ubc8m3o4z9
This commit is contained in:
Quentin (OpenERP) 2012-10-08 16:26:19 +02:00
parent a369130a35
commit a9b9412f18
1 changed files with 0 additions and 3 deletions

View File

@ -21,9 +21,6 @@
<field name="inherit_id" ref="base.view_res_partner_filter"/>
<field eval="18" name="priority"/>
<field name="arch" type="xml">
<xpath expr="//field[@name='user_id']" position="after">
<field name="country_id"/>
</xpath>
<xpath expr="//group[@string='Group By...']" position="after">
<group string="Display">
<filter string="Show Sales Team" context="{'invisible_section': False}"/>