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

The notebook element should be nested in the sheet element.

closes odoo/documentation#9746

Forward-port-of: 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 20:05:29 +00:00 committed by Cuong, Nguyen Minh Tran Manh
parent 4c7ca84396
commit 5c4dae5731

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>