[IMP] improves the reporting view Expenses Analysis (add some measures to the table) in addon hr_expense

bzr revid: ged@openerp.com-20140130131359-ziq94d5jmvrxbc3y
This commit is contained in:
Gery Debongnie 2014-01-30 14:13:59 +01:00
parent 85cb9774b7
commit 18a2a01853
1 changed files with 3 additions and 0 deletions

View File

@ -10,6 +10,9 @@
<field name="employee_id" type="row"/>
<field name="state" type="row"/>
<field name="nbr" type="measure"/>
<field name="no_of_products" type="measure"/>
<field name="price_average" type="measure"/>
<field name="price_total" type="measure"/>
</graph>
</field>
</record>