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
This commit is contained in:
glovebx
2024-03-17 19:37:38 +08:00
committed by GitHub
parent fbbce69f56
commit 5b9efd51d7

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: `[]`