I want to add custom fields like following image
Asked
Active
Viewed 1,121 times
1 Answers
1
Inherit website_sale.cart_lines
in odoo 9 or website_sale.cart
in odoo8 ,either use position replace
or after
/before
like <xpath expr="//tbody" position="replace">
and put your code in the xpath
(update tr
and td
).

Prakash Kumar
- 2,554
- 2
- 18
- 28
-
can you give me some example please... – M Tahir Noor May 08 '16 at 09:16