[Fix] when stock module is installed, help of standard_price field of product does...
authorVir (Open ERP) <vir@tinyerp.com>
Thu, 22 Jul 2010 13:28:40 +0000 (18:58 +0530)
committerVir (Open ERP) <vir@tinyerp.com>
Thu, 22 Jul 2010 13:28:40 +0000 (18:58 +0530)
bzr revid: vir@tinyerp.com-20100722132840-sxuvli9pb1cvpodg

addons/stock/product_view.xml

index ee19895..10b7606 100644 (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>