Skip to content
Snippets Groups Projects
Commit f5e65200 authored by Viral Rami's avatar Viral Rami
Browse files

[Fix] when stock module is installed, help of standard_price field of product...

[Fix] when stock module is installed, help of standard_price field of product does not visible.Its fixed

bzr revid: vir@tinyerp.com-20100722132840-sxuvli9pb1cvpodg
parent cfa44ec1
Branches
Tags
No related merge requests found
......@@ -62,9 +62,8 @@
<field name="inherit_id" ref="product.product_normal_form_view"/>
<field name="arch" type="xml">
<field name="standard_price" position="replace">
<label string="Cost Price" align="1.0"/>
<group col="2" colspan="1">
<field name="standard_price" readonly="True" nolabel="1"/>
<group col="4" colspan="2">
<field name="standard_price" readonly="True"/>
<button name="%(action_view_change_standard_price)d" string="Change Price" type="action" icon="gtk-execute"/>
</group>
</field>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment