[FIX] project kanban view

bzr revid: al@openerp.com-20111022155530-riqenl9r1hqwijss
This commit is contained in:
Antony Lesuisse 2011-10-22 17:55:30 +02:00
parent ba7f948414
commit 1230d84a51
1 changed files with 2 additions and 0 deletions

View File

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