I want to add a page to a model that originally doesn´t have a notebook
I´ve tried using:
<xpath expr="/form/sheet/" position="inside">
<xpath expr="/form/sheet/" position="append">
But neither of them worked, how should it be done?
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
I want to add a page to a model that originally doesn´t have a notebook
I´ve tried using:
<xpath expr="/form/sheet/" position="inside">
<xpath expr="/form/sheet/" position="append">
But neither of them worked, how should it be done?
Hi,
Try with this xpath,
<xpath expr="//sheet" position="inside">
<notebook>
<page string="aaa"></page>
</notebook>
</xpath>
Thanks
相关帖文 | 回复 | 查看 | 活动 | |
---|---|---|---|---|
|
3
4月 21
|
8253 | ||
|
1
10月 19
|
4516 | ||
|
1
3月 15
|
13725 | ||
|
8
1月 18
|
43752 | ||
|
2
2月 16
|
8765 |
See inheritance in model and views: https://goo.gl/4Zyc9d