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

I would like to add some new fields (totals) to the bottom area of the stock picking view in Odoo v8.

I know xpath and now to extend views, but I can not find where to add exactly the new field. Any help with the right xpath expression to add a new field is welcomed. Thanks

形象
丢弃
最佳答案

Hi, Try this:

<xpath expr="//notebook" position="after">
  your new fields here ...
</xpath>


形象
丢弃
编写者

I used something different, but I guess notebook works too. It was my fault as there was a typo in my expression so fields where outside sheet.

相关帖文 回复 查看 活动
3
2月 16
5654
1
8月 24
2124
1
3月 17
2808
4
3月 17
8318
1
2月 16
9640