Browse Source

Fixed - sequence not being saved when reordering kanban

pull/868/head
Iván Todorovich 6 years ago
committed by Sylvain LE GAL
parent
commit
a59f763ed3
  1. 1
      web_dashboard_tile/README.rst
  2. 1
      web_dashboard_tile/views/tile.xml

1
web_dashboard_tile/README.rst

@ -32,7 +32,6 @@ Usage
Known issues
============
* Reordering the Kanban Tile will result in a rendering bug where the tile loses it's `style` attribute, where the `background-color` is set, rendering the tile background as white. Refreshing the view solves it.
* Tile sequence is not saved after reordering the tiles from the Kanban view. Sequence is only saved when reordering from the tree view.
* Can not edit color from dashboard
* Can not edit sequence from dashboard
* Original context is ignored.

1
web_dashboard_tile/views/tile.xml

@ -94,6 +94,7 @@
<field name="arch" type="xml">
<kanban default_group_by="category_id" create="false" class="o_kanban_small_column">
<field name="name"/>
<field name="sequence"/>
<field name="category_id"/>
<field name="domain"/>
<field name="model_id"/>

Loading…
Cancel
Save