[IMP] hr_expense: added monetary widget on expense form view

bzr revid: qdp-launchpad@openerp.com-20121010124626-gw4inlqinqptubup
This commit is contained in:
Quentin (OpenERP) 2012-10-10 14:46:26 +02:00
parent a28d4b75bc
commit 5cae4f05bf
1 changed files with 1 additions and 1 deletions

View File

@ -124,7 +124,7 @@
<field name="note" placeholder="Free Notes"/>
</div>
<group class="oe_subtotal_footer">
<field name="amount"/>
<field name="amount" widget="monetary" options="{'currency_field': 'currency_id'}"/>
</group>
</group>
</page>