I want to order Kanban Items in Odoo with drag and drop. I have own integer field 'k_order' and used this field for the model _order="k_order".
Kanban Items are displayed(sorted) correctly according to the k_order fields. But when I change the order(vertically), it does not save it. After refreshing the browser , it goes to the old position.
How can I achieve above behavior(sorting)? I have also used widget="handel" for field k_order.
This sorting in tree view works as desired.