[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:
Mathieu Duckerts-Antoine
2025-04-14 17:10:33 +00:00
parent 92310c53fd
commit 85b197e1c2

View File

@@ -2169,7 +2169,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>