[IMP] crm: improve inherited search view

bzr revid: rco@openerp.com-20120725145457-q342sj4wwgnqzdpm
This commit is contained in:
Raphael Collet 2012-07-25 16:54:57 +02:00
parent a06f3df144
commit 750f6d0f47
1 changed files with 3 additions and 3 deletions

View File

@ -43,9 +43,9 @@
<field name="country_id"/>
</xpath>
<xpath expr="//group[@string='Group By...']" position="after">
<group string="Display">
<filter string="Show Sales Team" icon="terp-personal+" context="{'invisible_section': False}" help="Show Sales Team"/>
</group>
<group string="Display">
<filter string="Show Sales Team" context="{'invisible_section': False}"/>
</group>
</xpath>
</field>
</record>