[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#9748 Forward-port-of: odoo/documentation#9744 Signed-off-by: Antoine Vandevenne (anv) <anv@odoo.com>
This commit is contained in:
parent
48bc8793a3
commit
64db022a95
@ -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>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user