[MERGE] review search view view

bzr revid: qdp-launchpad@openerp.com-20121009100850-d90a9romy0bn9pqp
This commit is contained in:
Quentin (OpenERP) 2012-10-09 12:08:50 +02:00
commit 86bdfde1cf
1 changed files with 1 additions and 1 deletions

View File

@ -39,7 +39,7 @@
<field name="arch" type="xml">
<search string="Search modules">
<field name="name" filter_domain="['|', '|', ('summary', 'ilike', self), ('shortdesc', 'ilike', self), ('name',
'ilike', self)]"/>
'ilike', self)]" string="Module"/>
<filter name="app" icon="terp-check" string="Apps" domain="[('application', '=', 1)]"/>
<filter name="extra" icon="terp-check" string="Extra" domain="[('application', '=', 0)]"/>
<separator/>