[IMP] Made the summary search compitiablw with Keywords search

bzr revid: jam@tinyerp.com-20120717103527-0898nuuhg56utkhg
This commit is contained in:
Jigar Amin - OpenERP 2012-07-17 16:05:27 +05:30
parent 67931a35d2
commit cdffbc8584
1 changed files with 1 additions and 1 deletions

View File

@ -43,7 +43,7 @@
<search string="Search modules">
<group col='10' colspan='4'>
<field name="name" filter_domain="['|', ('name','ilike',self), ('shortdesc','ilike',self)]" string="Module"/>
<field name="description" string="Keywords"/>
<field name="description" string="Keywords" filter_domain="['|', ('description', 'ilike', self), ('summary', 'ilike', self)]"/>
<separator orientation="vertical"/>
<filter name="app" icon="terp-check" string="Apps" domain="[('application', '=', 1)]"/>
<filter name="extra" icon="terp-check" string="Extra" domain="[('application', '=', 0)]"/>