Fix white background when reordering tile

This commit is contained in:
Iván Todorovich
2018-02-15 20:02:16 -03:00
committed by Sylvain LE GAL
parent 45bf9c91a0
commit c6159f0e17
4 changed files with 11 additions and 13 deletions

View File

@@ -108,7 +108,8 @@
<templates>
<t t-name="kanban-box">
<div t-attf-class="oe_dashboard_tile oe_kanban_global_click" t-attf-style="background-color:#{record.background_color.raw_value}" >
<div class="oe_dashboard_tile oe_kanban_global_click">
<div class="tile_background" t-attf-style="background-color:#{record.background_color.raw_value}">
<div class="o_dropdown_kanban dropdown" groups="base.group_no_one">
<a class="dropdown-toggle btn" data-toggle="dropdown" href="#">
@@ -141,6 +142,7 @@
</div>
<div class="oe_clear"></div>
</div>
</div>
</t>
</templates>
</kanban>