[PORT][REF] change name of field;

This commit is contained in:
Sylvain LE GAL
2015-07-17 11:46:50 +02:00
parent cb8956f769
commit d4fcdbe29d
2 changed files with 5 additions and 4 deletions

View File

@@ -13,6 +13,7 @@
<field name="field_function"/>
<field name="field_id"/>
<field name="user_id"/>
<field name="background_color" widget="color"/>
</tree>
</field>
</record>
@@ -30,7 +31,7 @@
<field name="action_id"/>
<field name="field_function"/>
<field name="field_id"/>
<field name="color" widget="color"/>
<field name="background_color" widget="color"/>
<field name="font_color" widget="color"/>
</group>
</form>
@@ -48,14 +49,14 @@
<field name="model_id"/>
<field name="action_id"/>
<field name="count"/>
<field name="color"/>
<field name="background_color"/>
<field name="font_color"/>
<field name="field_id" />
<field name="field_function" />
<field name="helper" />
<templates>
<t t-name="kanban-box">
<div t-attf-class="oe_dashbaord_tile oe_kanban_global_click" t-attf-style="background-color:#{record.color.raw_value}" >
<div t-attf-class="oe_dashbaord_tile oe_kanban_global_click" t-attf-style="background-color:#{record.background_color.raw_value}" >
<div class="oe_kanban_content">
<a type="object" name="open_link" args="[]" t-attf-style="color:#{record.font_color.raw_value};">
<div class="tile_label">