bzr revid: apa@tinyerp.com-20110921100322-crdr3nvucry0j62b
This commit is contained in:
Amit (OpenERP) 2011-09-21 15:33:22 +05:30
parent 7123f18cc0
commit b9716c6753
1 changed files with 0 additions and 5 deletions

View File

@ -291,11 +291,6 @@
<field name="type">kanban</field>
<field name="arch" type="xml">
<kanban default_group_by="stage_id">
<field name="partner_name"/>
<field name="user_id"/>
<field name="stage_id"/>
<field name="survey"/>
<field name="color"/>
<templates>
<t t-name="kanban-box">
<t t-set="color" t-value="kanban_color(record.color.raw_value || record.state.raw_value)"/>