Compare commits

...

1 Commits

Author SHA1 Message Date
glovebx
5b9efd51d7 Update view_architectures.rst
Search views section:

The domain in the Field Component cannot accept user-provided values or access self variables. Therefore, the phrase ‘It can contain user-provided values, which are available under the self variable’ should be removed.

X-original-commit: 02a47a607d
2024-03-20 08:21:10 +01:00

View File

@@ -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 <reference/view_architectures/python_expression>`
:default: `[]`