[IMP] mail: We can search via the record_name and the title of a Feed

bzr revid: stw@openerp.com-20120724105124-4u33it0hse20ifl1
This commit is contained in:
Stephane Wirtel 2012-07-24 12:51:24 +02:00
parent 61f361bfee
commit ef7909ffe8
1 changed files with 1 additions and 1 deletions

View File

@ -82,7 +82,7 @@
<search string="Messages Search">
<field name="user_id"/>
<field name="body"/>
<field name="subject"/>
<field name="subject" filter_domain="['|', ('subject', 'ilike', self), ('record_name', 'ilike', self)]" />
<field name="type"/>
<filter icon="terp-personal+" string="My Feeds"
name="my_feeds" help="My Feeds"