[FIX] mail_message: fixed message_unread filter name, to be able to use action counter on mail.messages.

bzr revid: tde@openerp.com-20121019101211-2tuz45x891a3izzl
This commit is contained in:
Thibault Delavallée 2012-10-19 12:12:11 +02:00
parent fbb80f4ba6
commit c3a27390eb
1 changed files with 1 additions and 1 deletions

View File

@ -58,7 +58,7 @@
<field name="author_id"/>
<field name="partner_ids"/>
<filter string="Unread"
name="messages_unread" help="Show messages to read"
name="message_unread" help="Show messages to read"
domain="[('to_read', '=', True)]"/>
<filter string="Comments"
name="comments" help="Comments"