Skip ke Konten
Menu
Pertanyaan ini telah diberikan tanda
1 Balas
3842 Tampilan

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
Buang
Jawaban Terbai

Hi, Try this:

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


Avatar
Buang
Penulis

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.

Post Terkait Replies Tampilan Aktivitas
3
Feb 16
5711
1
Agu 24
2246
1
Mar 17
2886
4
Mar 17
8421
1
Feb 16
9725