Ir al contenido
Menú
Se marcó esta pregunta
2 Respuestas
5300 Vistas

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

Mejor respuesta

Hi,

Try with this xpath,

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

Thanks

Avatar
Descartar
Publicaciones relacionadas Respuestas Vistas Actividad
3
abr 21
7956
1
oct 19
4320
1
mar 15
13493
8
ene 18
43367
2
feb 16
8624