Se rendre au contenu
Menu
Cette question a été signalée
1 Répondre
4016 Vues

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
Ignorer
Meilleure réponse

Hi, Try this:

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


Avatar
Ignorer
Auteur

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.

Publications associées Réponses Vues Activité
3
févr. 16
5955
1
août 24
2608
1
mars 17
3077
4
mars 17
8707
1
févr. 16
9946