From 980edde1e50873c7e8994cb9f8c95922d3e9b528 Mon Sep 17 00:00:00 2001 From: Max Date: Wed, 7 Sep 2022 10:40:17 +0000 Subject: [PATCH] [IMP] developer/backend: correct filters attribute for calendar view fields closes odoo/documentation#2692 Signed-off-by: Victor Feyens (vfe) --- content/developer/reference/backend/views.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/developer/reference/backend/views.rst b/content/developer/reference/backend/views.rst index e48c05eb5..249b50078 100644 --- a/content/developer/reference/backend/views.rst +++ b/content/developer/reference/backend/views.rst @@ -473,7 +473,7 @@ calendar view are: you can add a filter and save the result in the defined model, the filter is added in the sidebar. The ``filter_field`` is optional and allows you to specify the field that will hold the status of the filter. - ``filter`` and ``color`` + ``filters`` and ``color`` use "True" to add this field in filter in the sidebar. You can specify a ``color`` field used to colorize the checkbox.