-1

I want to add custom fields like following image

enter image description here

dur
  • 15,689
  • 25
  • 79
  • 125
M Tahir Noor
  • 443
  • 2
  • 10
  • 31

1 Answers1

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