[MERGE] costing method on products

bzr revid: fp@tinyerp.com-20121013112253-zlhx5hjdal6h0x4i
This commit is contained in:
Fabien Pinckaers 2012-10-13 13:22:53 +02:00
commit 47f858afac
1 changed files with 1 additions and 1 deletions

View File

@ -129,7 +129,7 @@
<field name="standard_price" attrs="{'readonly':[('cost_method','=','average')]}" nolabel="1"/>
<button name="%(action_view_change_standard_price)d" string="- update"
type="action" attrs="{'invisible':[('cost_method','&lt;&gt;','average')]}"
class="oe_link"/>
class="oe_link" groups="product.group_costing_method"/>
</div>
</field>
</field>