[IMP] hr.expense list view, there is not total under the list now add a total Expenses

bzr revid: ggh@tinyerp.com-20130215114604-nlvk1x9rv8131rbd
This commit is contained in:
ggh-openerp 2013-02-15 17:16:04 +05:30
parent 4bfed04c8d
commit c290a18458
1 changed files with 1 additions and 1 deletions

View File

@ -32,7 +32,7 @@
<field name="user_id" invisible="1"/>
<field name="name"/>
<field name="currency_id" groups="base.group_multi_currency"/>
<field name="amount"/>
<field name="amount" sum="Total Expenses"/>
<field name="state"/>
</tree>
</field>