[IMP] hr_expense : Added 'Total Amount' field in form view.

bzr revid: mdi@tinyerp.com-20120712084407-s78a0udwp3ww4npd
This commit is contained in:
Divyesh Makwana (Open ERP) 2012-07-12 14:14:07 +05:30
parent 7ceed2bb9b
commit 3512fd1be0
1 changed files with 9 additions and 2 deletions

View File

@ -109,8 +109,15 @@
</group>
</form>
</field>
<separator string="Notes"/>
<field name="note" placeholder="Free Notes"/>
<group>
<div>
<separator string="Notes"/>
<field name="note" placeholder="Free Notes"/>
</div>
<group class="oe_subtotal_footer">
<field name="amount"/>
</group>
</group>
</page>
<page string="Other Info">
<group>