From ff846cc48d0bad756bed8be2d22c15c0d961f046 Mon Sep 17 00:00:00 2001 From: kcv-odoo Date: Tue, 21 Feb 2023 12:24:21 +0000 Subject: [PATCH] [IMP] backend: add `disable_linking` option in cohort view Related PR: https://github.com/odoo/enterprise/pull/37396 task-3186590 closes odoo/documentation#3646 Related: odoo/enterprise#37396 Signed-off-by: Antoine Vandevenne (anv) --- content/developer/reference/backend/views.rst | 3 +++ 1 file changed, 3 insertions(+) diff --git a/content/developer/reference/backend/views.rst b/content/developer/reference/backend/views.rst index 907923144..8aaa62b2c 100644 --- a/content/developer/reference/backend/views.rst +++ b/content/developer/reference/backend/views.rst @@ -542,6 +542,9 @@ attributes: A valid date or datetime field. This field is understood by the view as the end date of a record. This is the field that will determine the churn. +``disable_linking`` (optional) + Set to ``1`` to prevent from redirecting clicks on cohort cells to list view. + ``mode`` (optional) A string to describe the mode. It should be either 'churn' or 'retention' (default). Churn mode will start at 0% and accumulate over time