Hi,
I have to put readonly the unit price of the lines of the sales order but inserting in the view readonly= "1" it doesn't calculate me the totals and leaves them to 0. How can I solve?
<xpath expr="//tree/field[@name='price_unit']" position="attributes">
<attribute name="readonly">1</attribute>
</xpath>