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
Buat akun sekarang untuk menikmati fitur eksklufi dan agar terlibat dengan komunitas kami!
DaftarPost Terkait | Replies | Tampilan | Aktivitas | |
---|---|---|---|---|
|
3
Apr 21
|
8393 | ||
how i can use xpath for notebook in odoo 12 ?
Diselesaikan
|
|
1
Okt 19
|
4622 | |
why xml code causing Unfinished literal error?
Diselesaikan
|
|
1
Mar 15
|
13828 | |
how to replace or override form view in xml
Diselesaikan
|
|
8
Jan 18
|
43932 | |
|
2
Feb 16
|
8845 |
See inheritance in model and views: https://goo.gl/4Zyc9d