forked from Techsystech/web
fix type & add FIXME
parent
688dab1a81
commit
26c496e365
|
@ -50,6 +50,8 @@
|
||||||
<templates>
|
<templates>
|
||||||
<t t-name="kanban-box">
|
<t t-name="kanban-box">
|
||||||
<div t-attf-class="oe_tile_color_#{kanban_getcolor(record.color.raw_value)} oe_dashbaord_tile oe_kanban_global_click" >
|
<div t-attf-class="oe_tile_color_#{kanban_getcolor(record.color.raw_value)} oe_dashbaord_tile oe_kanban_global_click" >
|
||||||
|
<!-- FIXME: icon is hidden and edit not working if you have no form view
|
||||||
|
need more JS in the future -->
|
||||||
<div class="oe_dropdown_toggle oe_dropdown_kanban">
|
<div class="oe_dropdown_toggle oe_dropdown_kanban">
|
||||||
<span class="oe_e">í</span>
|
<span class="oe_e">í</span>
|
||||||
<ul class="oe_dropdown_menu">
|
<ul class="oe_dropdown_menu">
|
||||||
|
@ -100,7 +102,7 @@
|
||||||
<field name="view_id" ref="dashboard_tile_tree_view"/>
|
<field name="view_id" ref="dashboard_tile_tree_view"/>
|
||||||
</record>
|
</record>
|
||||||
|
|
||||||
<record id="mail_dashbaord" model="ir.ui.menu">
|
<record id="mail_dashboard" model="ir.ui.menu">
|
||||||
<field name="name">Dashboard</field>
|
<field name="name">Dashboard</field>
|
||||||
<field name="sequence" eval="9"/>
|
<field name="sequence" eval="9"/>
|
||||||
<field name="action" ref="action_kanban_dashboard_tile"/>
|
<field name="action" ref="action_kanban_dashboard_tile"/>
|
||||||
|
|
Loading…
Reference in New Issue