Hi expert,
I am using odoo 9. My requirement is , replace sale.order view tab 'Orders Line' with different template
I am trying with the following code. But i am getting below error. Please help me to resolve this problem
<xpath expr="//form//sheet//notebook//page[1]" position="replace">
<page string="Order Lines">
<div>Content will be replaced soon</div>
</page>
</xpath>
I hope this should replace tab with div element. but its not working.
Error details:
Element '<xpath expr="//field[@name='order_line']/tree/field[@name='product_id']">' cannot be located in parent view
Error context:
View `sale.order.form.inherit_1`