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

Hello dear Odooers,

I'm working working on my first project, so please forgive me if this question is basic :)

I've added tabs to my contact form layout, but I haven't found how to place it immediately after "contact addresses". The drag and drop does not seem to do anything. 

I've tried the view editor in debug mode, but my custom tab does not appear there, only the stock ones. 

Where should I look? 

Thanks!

Damien


Avatar
Descartar
Best Answer

Hey Damien,

You can use index, when there's no name or id defined in the fields.

XML : 

<xpath expr="//notebook/page[0]" position="after">
        // your desired code 
</xpath>

Avatar
Descartar
Related Posts Respostes Vistes Activitat
0
de febr. 24
1748
1
de jul. 25
1205
2
de març 25
1486
0
de febr. 25
1128
0
de febr. 25
1294