ODOO'S FUNCTION
In the Kanban View, Odoo does not offer precise control over the "Drag & drop" action. Sometimes, you may not want to allow your employees to drag and drop between columns as this may result in unexpected results. For example, if an end-user groups products by category, he/she can change the category of a product by mistake just by dragging/dropping it to the wrong one.
CLUEDOO'S FUNCTION
This module adds extra attributes to the Kanban View in order to precisely control the allowed actions. You can specify if dragging columns is enabled or not. You can disable/enable dragging cards (records) between columns and you can completely disable sorting and dragging.
To disable drag drop record between columns, add this code in View: Kanban: disable_drag_drop_record="true" into the <kanban> tag. To disable drag-drop and sorting records, add : To disable sorting columns, add : | ![]() ![]() |
2. Example: <kanban
disable_sort_column="True" disable_sort_record="True" disable_drag_drop_record="True" Result: We can not drag and drop Kanban view | ![]() |




