[FIX] reference/user_interface: filter element name is mandatory
The filter element attribute 'name' is now required since
odoo/odoo/commit/4ddc3231
closes odoo/documentation#7523
X-original-commit: cbe72a69bb
Signed-off-by: Antoine Vandevenne (anv) <anv@odoo.com>
Signed-off-by: Julien Alardot (jual) <jual@odoo.com>
This commit is contained in:
parent
0604fb56f9
commit
958fa599e1
@ -1871,6 +1871,16 @@ searching/filtering`, or appending new sections to the search filter.
|
|||||||
|
|
||||||
The `filter` element can have the following attributes:
|
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
|
.. attribute:: string
|
||||||
:noindex:
|
:noindex:
|
||||||
|
|
||||||
@ -1888,17 +1898,6 @@ The `filter` element can have the following attributes:
|
|||||||
:type: str
|
:type: str
|
||||||
:default: `''`
|
: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
|
.. attribute:: domain
|
||||||
:noindex:
|
:noindex:
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user