mirror of
https://github.com/odoo/documentation.git
synced 2025-12-12 07:29:27 +07:00
[FW][FIX] developer/views: no attributes for group tag in search arch
As already explained in the text: The `group` element takes no attributes. We fix the given example. closes odoo/documentation#12886 Forward-port-of: odoo/documentation#12877 Signed-off-by: Victor Feyens (vfe) <vfe@odoo.com>
This commit is contained in:
@@ -2169,7 +2169,7 @@ can be substituted for the :ref:`separator <reference/view_architectures/search/
|
|||||||
.. code-block:: xml
|
.. code-block:: xml
|
||||||
|
|
||||||
<search>
|
<search>
|
||||||
<group expand="0" string="LABEL">
|
<group>
|
||||||
<FILTERS/>
|
<FILTERS/>
|
||||||
</group>
|
</group>
|
||||||
</search>
|
</search>
|
||||||
|
|||||||
Reference in New Issue
Block a user