コンテンツへスキップ
メニュー
この質問にフラグが付けられました
1 返信
3886 ビュー

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

アバター
破棄
最善の回答

Hi, Try this:

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


アバター
破棄
著作者

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.

関連投稿 返信 ビュー 活動
3
2月 16
5727
1
8月 24
2259
1
3月 17
2901
4
3月 17
8458
1
2月 16
9750