Se rendre au contenu
Menu
Cette question a été signalée
1 Répondre
3840 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
5711
1
août 24
2246
1
mars 17
2885
4
mars 17
8420
1
févr. 16
9725