[FIX] missing field in o2m list view spec crashing @colors evaluation

bzr revid: xmo@openerp.com-20111222124726-mtxk20hoydhihpdn
This commit is contained in:
Xavier Morel 2011-12-22 13:47:26 +01:00
parent c728c5ec17
commit 8631222f1a
1 changed files with 1 additions and 0 deletions

View File

@ -86,6 +86,7 @@
</field>
<field name="meeting_ids" colspan="4" nolabel="1">
<tree string="Meetings" colors="gray:state in ('draft', 'cancel','done','pending')">
<field name="state" invisible="1"/>
<field name="user_id" string="Responsible"/>
<field name="name" string="Subject" />
<field name="date" string="Start Date" />