~camptocamp/hr-timesheet/6.1-hr_timesheet_print-wrong_dependency

« back to all changes in this revision

Viewing changes to hr_timesheet_print/report.xml

  • Committer: Guewen Baconnier @ Camptocamp
  • Date: 2012-12-12 10:35:35 UTC
  • mfrom: (37.1.7 7.0-hr_timesheet_print-migr)
  • Revision ID: guewen.baconnier@camptocamp.com-20121212103535-p2tj81j6ntdqve6r
[IMP] backport the changes done for the 7.0 migration

Most of the changes are styling issues.
Corrected a wrong copyright attribution and changed the license to AGPLv3

Show diffs side-by-side

added added

removed removed

Lines of Context:
3
3
    <data>
4
4
 
5
5
        <report id="timesheet_hours_report"
6
 
               string="Timesheet report"
 
6
               string="Timesheet Report"
7
7
               model="hr.analytic.timesheet"
8
8
               name="hr.analytic.timesheet.report"
9
9
               rml="hr_timesheet_print/report/timesheet_report.rml"/>
10
10
 
11
11
         <report id="timesheet_hours_report_aal"
12
 
               string="Timesheet report"
 
12
               string="Timesheet Report"
13
13
               model="account.analytic.line"
14
14
               name="analytic.line.timesheet.report"
15
15
               rml="hr_timesheet_print/report/timesheet_report.rml"/>