From 66b08cd4fd5970cf885bd8ab7da84032d9a5420c Mon Sep 17 00:00:00 2001 From: "Audric Onockx (auon)" Date: Fri, 3 Nov 2023 12:26:37 +0100 Subject: [PATCH] [IMP] developer: add "widget" attr to cohort field tag Related PR: https://github.com/odoo/enterprise/pull/46693 task-3475463 closes odoo/documentation#6284 Related: odoo/enterprise#46693 Signed-off-by: Antoine Vandevenne (anv) --- .../developer/reference/user_interface/view_architecture.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/content/developer/reference/user_interface/view_architecture.rst b/content/developer/reference/user_interface/view_architecture.rst index d2bec3d09..d541788e5 100644 --- a/content/developer/reference/user_interface/view_architecture.rst +++ b/content/developer/reference/user_interface/view_architecture.rst @@ -3411,6 +3411,8 @@ attributes: units, e.g. € and $). If the value is a domain, the domain is evaluated in the context of the current row's record, if ``True`` the corresponding attribute is set on the cell. + ``widget`` (optional) + alternate representations for a field's display. .. ....................................................................