From 05500b1416ab32aa0d6d62d9bcc3243e24d86e81 Mon Sep 17 00:00:00 2001 From: Aaron Bohy Date: Tue, 4 Jun 2024 08:36:05 +0200 Subject: [PATCH] [IMP] reference/user interface: kanban: color attribute (Part of) task `3650117` Part-of: odoo/documentation#9604 Related: odoo/odoo#167751 Related: odoo/enterprise#63714 Signed-off-by: Aaron Bohy (aab) --- .../reference/user_interface/view_architectures.rst | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/content/developer/reference/user_interface/view_architectures.rst b/content/developer/reference/user_interface/view_architectures.rst index 924284ab1..93e359daa 100644 --- a/content/developer/reference/user_interface/view_architectures.rst +++ b/content/developer/reference/user_interface/view_architectures.rst @@ -2495,6 +2495,14 @@ Optional attributes can be added to the root element `kanban` to customize the v :type: bool :default: `True` +.. attribute:: highlight_color + :noindex: + + Name of the integer field used to color the left border of the kanban cards. + + :requirement: Optional + :type: str + .. include:: view_architectures/root_attribute_sample.rst .. include:: view_architectures/root_attribute_banner_route.rst