~camptocamp/hr-timesheet/hr-partner-creation-recruitement-vre

« back to all changes in this revision

Viewing changes to hr_timesheet_print/report.xml

  • Committer: Joël Grand-Guillaume
  • Date: 2011-08-12 12:33:12 UTC
  • Revision ID: joel.grandguillaume@camptocamp.com-20110812123312-r789gjznich0wwnj
[ADD] First commit of the first generic modules to move in our new public branch
(lp:c2c-addons/6.1  rev 1)

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?xml version="1.0" encoding="UTF-8"?>
 
2
<openerp>
 
3
    <data>
 
4
 
 
5
        <report id="timesheet_hours_report"
 
6
               string="Timesheet report"
 
7
               model="hr.analytic.timesheet"
 
8
               name="hr.analytic.timesheet.report"
 
9
               rml="hr_timesheet_print/report/timesheet_report.rml"/>
 
10
 
 
11
         <report id="timesheet_hours_report_aal"
 
12
               string="Timesheet report"
 
13
               model="account.analytic.line"
 
14
               name="analytic.line.timesheet.report"
 
15
               rml="hr_timesheet_print/report/timesheet_report.rml"/>
 
16
 
 
17
    </data>
 
18
</openerp>