Skip to Content
Menu
Musisz się zarejestrować, aby móc wchodzić w interakcje z tą społecznością.
To pytanie dostało ostrzeżenie
1 Odpowiedz
4049 Widoki

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

Awatar
Odrzuć
Najlepsza odpowiedź

Hi, Try this:

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


Awatar
Odrzuć
Autor

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.

Powiązane posty Odpowiedzi Widoki Czynność
3
lut 16
6001
1
sie 24
2634
1
mar 17
3093
4
mar 17
8727
1
lut 16
9981