mirror of
https://github.com/OCA/web.git
synced 2025-02-22 13:21:25 +02:00
FIX
This commit is contained in:
@@ -30,4 +30,4 @@
|
||||
</xpath>
|
||||
</template>
|
||||
</data>
|
||||
</openerp>
|
||||
</openerp>
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user