[IMP] hr_expense: improved view of form for total amount

bzr revid: tpa@tinyerp.com-20121029062615-6yso6bkirdm1yjus
This commit is contained in:
Turkesh Patel (Open ERP) 2012-10-29 11:56:15 +05:30
parent bcf7db1651
commit 35e86bbe97
1 changed files with 2 additions and 2 deletions

View File

@ -123,8 +123,8 @@
<separator string="Notes"/>
<field name="note" placeholder="Free Notes"/>
</div>
<group class="oe_subtotal_footer">
<field name="amount" widget="monetary" options="{'currency_field': 'currency_id'}"/>
<group class="oe_subtotal_footer oe_right">
<field name="amount" widget="monetary" options="{'currency_field': 'currency_id'}" class="oe_subtotal_footer_separator"/>
</group>
</group>
</page>