Skip to Content
Menu
You need to be registered to interact with the community.
This question has been flagged
1 Odgovori
3994 Prikazi

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
Opusti
Best Answer

Hi, Try this:

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


Avatar
Opusti
Avtor

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 Odgovori Prikazi Aktivnost
3
feb. 16
5939
1
avg. 24
2578
1
mar. 17
3070
4
mar. 17
8677
1
feb. 16
9923