This commit is contained in:
Nicolas Mac Rouillon
2016-12-13 15:04:14 -03:00
parent d5eceaf1e2
commit 13ea439bb2
10 changed files with 60 additions and 283 deletions

View File

@@ -30,4 +30,4 @@
</xpath>
</template>
</data>
</openerp>
</openerp>

View File

@@ -103,7 +103,7 @@
<templates>
<t t-name="kanban-box">
<div t-attf-class="oe_dashbaord_tile oe_kanban_global_click" t-attf-style="background-color:#{record.background_color.raw_value}" >
<div t-attf-class="oe_dashboard_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 style="height:100%;" t-att-class="record.secondary_function.raw_value and 'with_secondary' or 'simple'">
@@ -152,9 +152,9 @@
<record id="mail_dashboard" model="ir.ui.menu">
<field name="name">Dashboard</field>
<field name="sequence" eval="9"/>
<field name="sequence" eval="0"/>
<field name="action" ref="action_kanban_dashboard_tile"/>
<field name="parent_id" ref="mail.mail_feeds"/>
<field name="parent_id" ref=""/>
</record>
</data>