From 5d8d2d0409c6101c3d65e0940ec12a2dfd27ec0b 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 --- .../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 d2bec3d096..d541788e57 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. .. ....................................................................