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
Crie uma conta hoje mesmo para aproveitar os recursos exclusivos e interagir com nossa incrível comunidade!
Inscreva-se| Publicações relacionadas | Respostas | Visualizações | Atividade | |
|---|---|---|---|---|
|
3
abr. 21
|
9506 | |||
|
1
out. 19
|
5276 | |||
|
1
mar. 15
|
14646 | |||
|
8
jan. 18
|
45959 | |||
|
2
fev. 16
|
9467 |
1. Use the live chat to ask your questions.
2. The operator answers within a few minutes.
See inheritance in model and views: https://goo.gl/4Zyc9d