Hello all,
I want hide a field in existing view at sale order form view.
Here i tried is
<xpath expr="//field[@name='order_line']/form/group/group/field[@name='product_id']" position="attributes">
<attribute name="attrs">{'invisible': 1}</attribute>
</xpath>
Thanks in advance,,,,
Which view did you override with this change?