From 02a47a607d09c1060501b7faec61e21e2183bd99 Mon Sep 17 00:00:00 2001 From: glovebx Date: Mon, 18 Mar 2024 11:47:42 +0000 Subject: [PATCH] [FIX] dev/view_architectures: domain attribute of search view fields The domain in the `field` component cannot accept user-provided values or access self variables. This commit removes the misleading sentence about it from the documentation. closes odoo/documentation#8193 Signed-off-by: Victor Feyens (vfe) --- .../developer/reference/user_interface/view_architectures.rst | 2 -- 1 file changed, 2 deletions(-) diff --git a/content/developer/reference/user_interface/view_architectures.rst b/content/developer/reference/user_interface/view_architectures.rst index b2195f169..deef35789 100644 --- a/content/developer/reference/user_interface/view_architectures.rst +++ b/content/developer/reference/user_interface/view_architectures.rst @@ -1826,8 +1826,6 @@ The `field` element can have the following attributes: The filters to apply to the completion results for fields that allow for auto-completion (e.g., :class:`~odoo.fields.Many2one`). - It can contain user-provided values, which are available under the `self` variable. - :requirement: Optional :type: :ref:`Python expression ` :default: `[]`