Passa al contenuto
Menu
È necessario essere registrati per interagire con la community.
La domanda è stata contrassegnata
1 Rispondi
3837 Visualizzazioni

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
Abbandona
Risposta migliore

Hi, Try this:

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


Avatar
Abbandona
Autore

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 correlati Risposte Visualizzazioni Attività
3
feb 16
5708
1
ago 24
2245
1
mar 17
2885
4
mar 17
8415
1
feb 16
9720