[FIX] howtos: remove useless <group/> tag from training example

closes odoo/documentation#1369

Signed-off-by: Antoine Vandevenne (anv) <anv@odoo.com>
This commit is contained in:
luxiaochuang 2021-12-08 21:35:11 +00:00 committed by Antoine Vandevenne (anv)
parent fdeff4d4f0
commit cf1504258e

View File

@ -426,7 +426,6 @@ used to search on both ``name`` and ``description`` fields.
<search string="Test">
<field name="description" string="Name and description"
filter_domain="['|', ('name', 'ilike', self), ('description', 'ilike', self)]"/>
</group>
</search>
.. exercise:: Change the living area search.