[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:
parent
fdeff4d4f0
commit
cf1504258e
@ -426,7 +426,6 @@ used to search on both ``name`` and ``description`` fields.
|
|||||||
<search string="Test">
|
<search string="Test">
|
||||||
<field name="description" string="Name and description"
|
<field name="description" string="Name and description"
|
||||||
filter_domain="['|', ('name', 'ilike', self), ('description', 'ilike', self)]"/>
|
filter_domain="['|', ('name', 'ilike', self), ('description', 'ilike', self)]"/>
|
||||||
</group>
|
|
||||||
</search>
|
</search>
|
||||||
|
|
||||||
.. exercise:: Change the living area search.
|
.. exercise:: Change the living area search.
|
||||||
|
Loading…
Reference in New Issue
Block a user