[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
This commit is contained in:
Vir (Open ERP) 2010-07-22 18:58:40 +05:30
parent cfa44ec1ca
commit f5e6520012
1 changed files with 2 additions and 3 deletions

View File

@ -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>