Skip to Content
Menú
This question has been flagged
2 Respostes
5619 Vistes

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?

Avatar
Descartar

See inheritance in model and views: https://goo.gl/4Zyc9d

Best Answer

Hi,

Try with this xpath,

<xpath expr="//sheet" position="inside">
<notebook>
<page string="aaa"></page>
</notebook>
</xpath>

Thanks

Avatar
Descartar
Related Posts Respostes Vistes Activitat
3
d’abr. 21
8362
1
d’oct. 19
4595
1
de març 15
13804
8
de gen. 18
43892
2
de febr. 16
8818