~openerp-commiter/openobject-addons/trunk-sale-1013179-pat

1
2
3
4
5
6
7
8
9
10
11
12
13
14
<?xml version="1.0" encoding="utf-8"?>
<openerp>
    <data>
         <menuitem
            id="menu_hr_reporting_timesheet"
            name="Timesheet"
            parent="hr.menu_hr_reporting"
            sequence="5" />
        <report auto="False" id="report_user_timesheet" menu="False" model="hr.employee" name="hr.analytical.timesheet" string="Employee timesheet" xsl="hr_timesheet/report/user_timesheet.xsl"/>

        <report auto="False" id="report_users_timesheet" menu="False" model="hr.employee" name="hr.analytical.timesheet_users" string="Employees Timesheet" xsl="hr_timesheet/report/users_timesheet.xsl"/>

    </data>
</openerp>