I’m making a kanban view in Odoo 17 to display my model in columns based in a Many2one field.
And i want a some specific groups to not able to drag and sort in kanban columns.
I tried to add records_draggable="false"
in
<kanban default_group_by="x_studio_stage_id" default_order="x_studio_priority desc, x_studio_sequence asc, id desc">
But even me, an administrator can’t do the dragging. I want it only for some groups, not all the groups.