Přejít na obsah
Menu
You need to be registered to interact with the community.
This question has been flagged
1 Odpovědět
3813 Zobrazení

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
Zrušit
Nejlepší odpověď

Hi, Try this:

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


Avatar
Zrušit
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.

Related Posts Odpovědi Zobrazení Aktivita
3
úno 16
5696
1
srp 24
2230
1
bře 17
2881
4
bře 17
8398
1
úno 16
9696