Skip to content
Snippets Groups Projects
Commit a8e1595a authored by Goffin Simon's avatar Goffin Simon
Browse files

[FIX] sale: visible cost price in sale order line

The Cost of the product(purchase_price) must be shown in the wizard opened
when changing a SO line.

opw:690180
parent 8f6b5fcf
No related branches found
No related tags found
No related merge requests found
......@@ -20,7 +20,7 @@
<field name="inherit_id" ref="sale.view_order_form"/>
<field name="arch" type="xml">
<xpath expr="//field[@name='order_line']/form//field[@name='price_unit']" position="after">
<field name="purchase_price" groups="base.group_user" invisible="True"/>
<field name="purchase_price" groups="base.group_user"/>
</xpath>
</field>
</record>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment