تخطي للذهاب إلى المحتوى
القائمة
لقد تم الإبلاغ عن هذا السؤال
1 الرد
3723 أدوات العرض

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
فبراير 16
5604
1
أغسطس 24
2088
1
مارس 17
2799
4
مارس 17
8301
1
فبراير 16
9610