[FIX] project kanban view

bzr revid: al@openerp.com-20111022192044-8d3pdajgw0e8upc5
This commit is contained in:
Antony Lesuisse 2011-10-22 21:20:44 +02:00
parent 1230d84a51
commit 07470bbe38
1 changed files with 2 additions and 0 deletions

View File

@ -323,6 +323,8 @@
<kanban default_group_by="type_id" >
<field name="color"/>
<field name="priority"/>
<field name="state"/>
<field name="type_id"/>
<templates>
<t t-name="kanban-box">
<t t-set="color" t-value="kanban_color(record.color.raw_value || record.type_id.raw_value)"/>