[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) <vfe@odoo.com>
This commit is contained in:
parent
36ab5e74c3
commit
02a47a607d
@ -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.,
|
The filters to apply to the completion results for fields that allow for auto-completion (e.g.,
|
||||||
:class:`~odoo.fields.Many2one`).
|
:class:`~odoo.fields.Many2one`).
|
||||||
|
|
||||||
It can contain user-provided values, which are available under the `self` variable.
|
|
||||||
|
|
||||||
:requirement: Optional
|
:requirement: Optional
|
||||||
:type: :ref:`Python expression <reference/view_architectures/python_expression>`
|
:type: :ref:`Python expression <reference/view_architectures/python_expression>`
|
||||||
:default: `[]`
|
:default: `[]`
|
||||||
|
Loading…
Reference in New Issue
Block a user