[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>
|
<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>
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user