3
0
Fork 0

Fixed - sequence not being saved when reordering kanban

12.0
Iván Todorovich 2018-02-15 16:50:14 -03:00 committed by Sylvain LE GAL
parent 6530ad7bd6
commit 45bf9c91a0
2 changed files with 1 additions and 1 deletions

View File

@ -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.

View File

@ -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"/>