mirror of
https://github.com/odoo/documentation.git
synced 2026-01-04 02:36:32 +07:00
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:
@@ -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: `[]`
|
||||
|
||||
Reference in New Issue
Block a user