We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8f6b5fc commit a8e1595Copy full SHA for a8e1595
addons/sale_margin/views/sale_margin_view.xml
@@ -20,7 +20,7 @@
20
<field name="inherit_id" ref="sale.view_order_form"/>
21
<field name="arch" type="xml">
22
<xpath expr="//field[@name='order_line']/form//field[@name='price_unit']" position="after">
23
- <field name="purchase_price" groups="base.group_user" invisible="True"/>
+ <field name="purchase_price" groups="base.group_user"/>
24
</xpath>
25
</field>
26
</record>
0 commit comments