Unpublished

Control the dragging behavior of Kanban view in Odoo 10 and Odoo 11

Odoo image and text block

NavyBits kanban_draggable module

When working with Odoo 10 and Odoo 11, developers often face a problem with the kanban view because it lacks the ability to control the ability to drag and sort cards inside columns.

This is now history using a new, open source and free module developed by NavyBits. 
Using NavyBits Odoo ERP kanban_draggable module for Odoo 10 and Odoo 11, developers can now precisely enable / disable the dragging and sorting behavior for kanban views. 

This module was downloaded by almost 100 developers so far. 

Using the module is easy and works with any kanban view for Odoo 10 and Odoo 11. 

To disable drag drop record between columns add:

    disable_drag_drop_record="true" into the <kanban> tag. 


To disable drag drop and sorting records add : 

    disable_sort_record="true" into the <kanban> tag.


To disable sorting columns add :

    disable_sort_column="true" into the <kanban> tag.


Example:

    <kanban disable_sort_column='true' disable_sort_record='true' disable_drag_drop_record='true'>

    ...

    ...

    </kanban>


You can download the module for free directly from Odoo website 
for Odoo ERP 11 :  https://www.odoo.com/apps/modules/11.0/kanban_draggable/
for Odoo ERP 10 : https://www.odoo.com/apps/modules/10.0/kanban_draggable/