[MERGE] lp: 739474

bzr revid: qdp-launchpad@openerp.com-20110328171849-ld419s384kahq64y
This commit is contained in:
Quentin (OpenERP) 2011-03-28 19:18:49 +02:00
commit abe2683049
1 changed files with 1 additions and 1 deletions

View File

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