[FIX] mail_message: fixed strings and names for read/unread filters.

bzr revid: tde@openerp.com-20130313122632-bwsz0pss88z0ups2
This commit is contained in:
Thibault Delavallée 2013-03-13 13:26:32 +01:00
parent ecd460e0d5
commit 3b989b2c57
1 changed files with 4 additions and 4 deletions

View File

@ -59,12 +59,12 @@
<field name="type"/>
<field name="author_id"/>
<field name="partner_ids"/>
<filter string="Read"
name="message_read" help="Show messages to read"
domain="[('to_read', '=', False)]"/>
<filter string="Unread"
<filter string="To Read"
name="message_unread" help="Show messages to read"
domain="[('to_read', '=', True)]"/>
<filter string="Read"
name="message_read" help="Show already read messages"
domain="[('to_read', '=', False)]"/>
<separator/>
<filter string="Comments"
name="comments" help="Comments"