[FIX] issue #586319: remove the 'base.group_no_one' from the field 'create_date' in 'project_issue_tree_view'

bzr revid: abo@openerp.com-20130215131217-a5srrkl5jru7hl3i
This commit is contained in:
Antonin Bourguignon 2013-02-15 14:12:17 +01:00
parent c156eab4e2
commit c01e0943b9
1 changed files with 1 additions and 1 deletions

View File

@ -129,7 +129,7 @@
<tree string="Issue Tracker Tree" fonts="bold:message_unread==True" colors="black:state=='open';blue:state=='pending';grey:state in ('cancel', 'done')">
<field name="message_unread" invisible="1"/>
<field name="id"/>
<field name="create_date" groups="base.group_no_one"/>
<field name="create_date"/>
<field name="name"/>
<field name="partner_id"/>
<field name="project_id"/>