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
Create an account today to enjoy exclusive features and engage with our awesome community!
Üye OlRelated Posts | Cevaplar | Görünümler | Aktivite | |
---|---|---|---|---|
|
3
Nis 21
|
7468 | ||
|
1
Eki 19
|
4084 | ||
|
1
Mar 15
|
13123 | ||
|
8
Oca 18
|
42889 | ||
|
2
Şub 16
|
8403 |
See inheritance in model and views: https://goo.gl/4Zyc9d