← Back to team overview

openerp-dev-web team mailing list archive

[Merge] lp:~openerp-dev/openobject-addons/trunk-bug-739474-ksa into lp:openobject-addons

 

Kirti Savalia(OpenERP) has proposed merging lp:~openerp-dev/openobject-addons/trunk-bug-739474-ksa into lp:openobject-addons.

Requested reviews:
  OpenERP Core Team (openerp)
Related bugs:
  Bug #739474 in OpenERP Addons: "Imprecise alignment of 'cost price' label in module stock"
  https://bugs.launchpad.net/openobject-addons/+bug/739474

For more details, see:
https://code.launchpad.net/~openerp-dev/openobject-addons/trunk-bug-739474-ksa/+merge/54509

https://bugs.launchpad.net/openobject-addons/+bug/739474
-- 
https://code.launchpad.net/~openerp-dev/openobject-addons/trunk-bug-739474-ksa/+merge/54509
Your team OpenERP R&D Team is subscribed to branch lp:~openerp-dev/openobject-addons/trunk-bug-739474-ksa.
=== modified file 'stock/product_view.xml'
--- stock/product_view.xml	2011-01-17 08:00:48 +0000
+++ stock/product_view.xml	2011-03-23 12:46:14 +0000
@@ -60,7 +60,7 @@
             <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"/>
+                    <label string="Cost Price :" align="1.0"/>
                     <group col="2" colspan="1">
                         <field name="standard_price" attrs="{'readonly':[('cost_method','=','average')]}" nolabel="1"/>
                         <button name="%(action_view_change_standard_price)d" string="Update"


Follow ups