From 679504a05cca863e98d2b5287783aea560d452c8 Mon Sep 17 00:00:00 2001 From: FrancoisGe Date: Wed, 29 Mar 2023 16:24:42 +0000 Subject: [PATCH] [REF] web: remove allow_group_range_value The allow_group_range_value option is used in one arch of a kanban in CRM. We therefore believe that this is not standard behaviour. So we decided to move this logic to the custom view that uses it. closes odoo/documentation#3964 Signed-off-by: Antoine Vandevenne (anv) --- content/developer/reference/backend/views.rst | 6 ------ 1 file changed, 6 deletions(-) diff --git a/content/developer/reference/backend/views.rst b/content/developer/reference/backend/views.rst index 78f416b54..907923144 100644 --- a/content/developer/reference/backend/views.rst +++ b/content/developer/reference/backend/views.rst @@ -1728,12 +1728,6 @@ Possible children of the view element are: ``name`` (required) the name of the field to fetch - ``allow_group_range_value`` (optional) - whether a ``date`` or ``datetime`` field allows a value computed from a - group range (which consists of the first and last dates of the group). - Enables the 'quick create' and 'drag and drop' features when the kanban - view is grouped by that field. Default: false. - .. include:: views/header_buttons.rst .. note::