[FIX] membership: remove domain with 'code' filter from the product search view

This commit is contained in:
Christophe Matthieu 2014-06-16 11:04:00 +02:00
parent 0492e59314
commit 807453517a
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@
<field name="priority">50</field>
<field name="arch" type="xml">
<search string="Membership Products">
<field name="name" filter_domain="['|',('name','ilike',self),('code','ilike',self)]" string="Membership Product"/>
<field name="name" string="Membership Product"/>
<filter string="Inactive" icon="terp-gdu-smart-failing" domain="[('active','=',0)]"/>
<field name="categ_id" operator="child_of"/>
<group expand='0' string='Group by...'>