[IMP] account_asset: added monetary widget on asset form view

bzr revid: qdp-launchpad@openerp.com-20121010125231-q3pmc65m5ujz2anr
This commit is contained in:
Quentin (OpenERP) 2012-10-10 14:52:31 +02:00
parent 5cae4f05bf
commit 7162a62550
1 changed files with 17 additions and 17 deletions

View File

@ -108,9 +108,9 @@
<page string="General">
<group>
<group>
<field name="purchase_value"/>
<field name="salvage_value"/>
<field name="value_residual"/>
<field name="purchase_value" widget="monetary" options="{'currency_field': 'currency_id'}"/>
<field name="salvage_value" widget="monetary" options="{'currency_field': 'currency_id'}"/>
<field name="value_residual" widget="monetary" options="{'currency_field': 'currency_id'}"/>
<field name="partner_id"/>
</group>
<group>