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

bzr revid: ged@openerp.com-20140130131737-hibhsfqurtxe7weh
This commit is contained in:
Gery Debongnie 2014-01-30 14:17:37 +01:00
parent 18a2a01853
commit a768f15038
1 changed files with 1 additions and 0 deletions

View File

@ -9,6 +9,7 @@
<field name="user_id" type="row"/>
<field name="date" interval="day" type="col"/>
<field name="quantity" type="measure"/>
<field name="cost" type="measure"/>
</graph>
</field>
</record>