[FIX] project_messages: View corrected

bzr revid: ach@tinyerp.com-20100914060650-ce4vq3vsosu1v7f4
This commit is contained in:
RME(OpenERP) 2010-09-14 11:36:50 +05:30 committed by Anup (OpenERP)
parent 9cd84881fd
commit 88aec74613
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@
<xpath expr="//page[@string='Tasks Stages']" position="after">
<page string="Messages" groups="base.group_extended">
<field name="message_ids" nolabel="1" colspan="4">
<tree editable="1">
<tree editable="1" string="Messages">
<field name="message" attrs="{'readonly':[('from_id', '!=', uid)]}"/>
<field name="from_id"/>
<field name="to_id" attrs="{'readonly':[('from_id', '!=', uid)]}"/>