Zum Inhalt springen
Menü
Sie müssen registriert sein, um mit der Community zu interagieren.
Diese Frage wurde gekennzeichnet
1 Antworten
4020 Ansichten

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
Verwerfen
Beste Antwort

Hi, Try this:

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


Avatar
Verwerfen
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.

Verknüpfte Beiträge Antworten Ansichten Aktivität
3
Feb. 16
5958
1
Aug. 24
2611
1
März 17
3077
4
März 17
8708
1
Feb. 16
9951