İçereği Atla
Menü
Bu soru işaretlendi
1 Cevapla
3798 Görünümler

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
Vazgeç
En İyi Yanıt

Hi, Try this:

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


Avatar
Vazgeç
Üretici

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.

İlgili Gönderiler Cevaplar Görünümler Aktivite
3
Şub 16
5690
1
Ağu 24
2211
1
Mar 17
2860
4
Mar 17
8370
1
Şub 16
9676