PRODUCT: Change Standard Price into Cost Price

bzr revid: ced-eeb2e1897ebfe10967d4bdaee1ab0ae9c5aeb0e5
This commit is contained in:
ced 2006-12-19 11:25:20 +00:00
parent 0e7b986e94
commit 7dc6ec7107
1 changed files with 1 additions and 1 deletions

View File

@ -73,7 +73,7 @@ parameter) will see those record just disappear.
<field name="currency_id" ref="base.EUR"/>
</record>
<record model="product.price.type" id="standard_price">
<field name="name">Standard Price</field>
<field name="name">Cost Price</field>
<field name="field">standard_price</field>
<field name="currency_id" ref="base.EUR"/>
</record>