[IMP] improves the reporting view Timesheet Sheet Analysis (add some measures to the table) in addon hr_timesheet_sheet

bzr revid: ged@openerp.com-20140130132007-uyvddo0eq8yssft8
This commit is contained in:
Gery Debongnie 2014-01-30 14:20:07 +01:00
parent a768f15038
commit e96e86b314
1 changed files with 4 additions and 0 deletions

View File

@ -9,6 +9,10 @@
<field name="user_id" type="row"/>
<field name="state" type="row"/>
<field name="quantity" type="measure"/>
<field name="cost" type="measure"/>
<field name="total_diff" type="measure"/>
<field name="total_timesheet" type="measure"/>
<field name="total_attendance" type="measure"/>
</graph>
</field>
</record>