Skip to content

Commit

Permalink
[MERGE] review search view view
Browse files Browse the repository at this point in the history
bzr revid: qdp-launchpad@openerp.com-20121009100850-d90a9romy0bn9pqp
  • Loading branch information
Quentin (OpenERP) committed Oct 9, 2012
2 parents dfad511 + 6210cf7 commit 86bdfde
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion openerp/addons/base/module/module_view.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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/>
Expand Down

0 comments on commit 86bdfde

Please sign in to comment.