[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#12880

Forward-port-of: odoo/documentation#12877
Signed-off-by: Victor Feyens (vfe) <vfe@odoo.com>
This commit is contained in:
Mathieu Duckerts-Antoine
2025-04-15 00:57:51 +00:00
parent 3c4ed1a60a
commit f0937073f3

View File

@@ -2140,7 +2140,7 @@ can be substituted for the :ref:`separator <reference/view_architectures/search/
.. code-block:: xml
<search>
<group expand="0" string="LABEL">
<group>
<FILTERS/>
</group>
</search>