[IMP] mail: separator for search filter

bzr revid: chm@openerp.com-20121107105624-u4m1bbbchuw34tiq
This commit is contained in:
Christophe Matthieu 2012-11-07 11:56:24 +01:00
parent e9a24477a8
commit b348b86a63
1 changed files with 2 additions and 0 deletions

View File

@ -65,6 +65,7 @@
<filter string="Unread"
name="message_unread" help="Show messages to read"
domain="[('to_read', '=', True)]"/>
<separator/>
<filter string="Comments"
name="comments" help="Comments"
domain="[('type', '=', 'comment')]"/>
@ -74,6 +75,7 @@
<filter string="Emails"
name="emails" help="Emails"
domain="[('type', '=', 'email')]"/>
<separator/>
<filter string="Has attachments"
name="attachments"
domain="[('attachment_ids', '!=', False)]"/>