Skip to content

Provides the ability to control drag drop and sorting behavior in kanban views in odoo.

Notifications You must be signed in to change notification settings

Navybits/kanban_draggable

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 

Repository files navigation

Disable DragDrop/Sorting In Specific Kanban View

To disable drag drop record between columns add:

disable_drag_drop_record="true" into the tag.

To disable drag drop and sorting records add :

disable_sort_record="true" into the tag.

To disable sorting columns add :

disable_sort_column="true" into the tag.

Example:

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

 ...
      
</kanban>

About

Provides the ability to control drag drop and sorting behavior in kanban views in odoo.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published