[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> <group>
<field name="last_seen"/> <field name="last_seen"/>
</group> </group>
</group>
<notebook> <notebook>
<page string="Description"> <page string="Description">
<field name="description"/> <field name="description"/>
</page> </page>
</notebook> </notebook>
</group>
</sheet> </sheet>
</form> </form>