[FIX] tutorials/server_framework_101: position of form's notebook element

The notebook element should be nested in the sheet element.

closes odoo/documentation#9744

Signed-off-by: Antoine Vandevenne (anv) <anv@odoo.com>
This commit is contained in:
Nguyen Minh Tran Manh Cuong 2024-06-10 10:06:02 +00:00 committed by Cuong, Nguyen Minh Tran Manh
parent 6366c20ffa
commit d77c24d556

View File

@ -96,12 +96,12 @@ elements (groups and notebooks) and interactive elements (buttons and fields):
<group>
<field name="last_seen"/>
</group>
<notebook>
<page string="Description">
<field name="description"/>
</page>
</notebook>
</group>
<notebook>
<page string="Description">
<field name="description"/>
</page>
</notebook>
</sheet>
</form>