Pular para o conteúdo
Menu
Esta pergunta foi sinalizada
1 Responder
3841 Visualizações

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
Cancelar
Melhor resposta

Hi, Try this:

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


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

Publicações relacionadas Respostas Visualizações Atividade
3
fev. 16
5711
1
ago. 24
2246
1
mar. 17
2885
4
mar. 17
8420
1
fev. 16
9725