Skip to Content
मेन्यू
This question has been flagged

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

Avatar
Discard
Best Answer

Hi, Try this:

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


Avatar
Discard
Author

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.

Related Posts Replies Views Activity
3
फ़र॰ 16
5941
1
अग॰ 24
2578
1
मार्च 17
3071
4
मार्च 17
8678
1
फ़र॰ 16
9923