From 7e1eabfddba0aceed9dc79fc4106e6aa31d85f02 Mon Sep 17 00:00:00 2001 From: "Xavier BOL (xbo)" Date: Fri, 5 Aug 2022 12:38:59 +0000 Subject: [PATCH] [IMP] backend: add `groups_draggable` option in kanban view Related PR: odoo/odoo#97447 task-2941335 closes odoo/documentation#3335 X-original-commit: f51633fdd53736f434b4a3fe65907f05628945e7 Signed-off-by: Antoine Vandevenne (anv) Signed-off-by: Xavier Bol (xbo) --- content/developer/reference/backend/views.rst | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/content/developer/reference/backend/views.rst b/content/developer/reference/backend/views.rst index b11a23c0a..deafb9307 100644 --- a/content/developer/reference/backend/views.rst +++ b/content/developer/reference/backend/views.rst @@ -1697,6 +1697,10 @@ attributes: ``records_draggable`` whether it should be possible to drag records when kanban is grouped. Default: true. + Set to ``true`` to always enable it, and to ``false`` to always disable it. +``groups_draggable`` + whether it should be possible to resequence colunms when kanban is grouped. Default: true. + Set to ``true`` to always enable it, and to ``false`` to always disable it. .. todo:: VFE missing information on on_create attribute of kanban views.