Compare commits

...

1 Commits

Author SHA1 Message Date
Julien Alardot (jual)
cb7a778066 [FIX] reference/user_interface: filter element name is mandatory
The filter element attribute 'name' is now required since
odoo/odoo/commit/4ddc3231
2024-01-23 15:58:07 +01:00

View File

@@ -1871,6 +1871,16 @@ searching/filtering`, or appending new sections to the search filter.
The `filter` element can have the following attributes:
.. attribute:: name
:noindex:
The technical name of the filter. It can be used to :ref:`enable it by default
<reference/view_architectures/search/defaults>` or as an :ref:`inheritance hook
<reference/view_records/inheritance>`.
:requirement: Mandatory
:type: str
.. attribute:: string
:noindex:
@@ -1888,17 +1898,6 @@ The `filter` element can have the following attributes:
:type: str
:default: `''`
.. attribute:: name
:noindex:
The technical name of the filter. It can be used to :ref:`enable it by default
<reference/view_architectures/search/defaults>` or as an :ref:`inheritance hook
<reference/view_records/inheritance>`.
:requirement: Optional
:type: str
:default: `''`
.. attribute:: domain
:noindex: