跳至内容
菜单
此问题已终结
2 回复
3603 查看

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


形象
丢弃
最佳答案

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>

形象
丢弃
相关帖文 回复 查看 活动
0
2月 24
1469
1
5月 25
728
2
3月 25
1120
0
2月 25
826
0
2月 25
909