~openerp-commiter/openobject-addons/trunk-extra-addons

« back to all changes in this revision

Viewing changes to payroll/payroll-4.1.1/hr_wizard.xml

bugfix in overlay creation system

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
<?xml version="1.0" ?>
2
 
<terp>
 
2
<openerp>
3
3
        <data>
4
4
                <wizard string="Print Monthly Salary" model="hr.employee" name="payroll.salary.month.report" id="mth_sal"/>
5
 
                <menuitem name="Payroll/Print Salary" action="mth_sal" type="wizard" groups="admin" id="menu_mth_sal"/>
 
5
                <menuitem name="Payroll/Print Salary" action="mth_sal" type="wizard" groups="base.group_admin" id="menu_mth_sal"/>
6
6
 
7
7
                <!--<wizard string="Print Timesheet by week" model="hr.employee" name="hr.print_week" keyword="client_print_multi" />
8
8
                <wizard string="Print Timesheet by month" model="hr.employee" name="hr.print_month" keyword="client_print_multi" />
10
10
                <wizard string="Print Attendance Report" model="hr.employee" name="hr.timesheet.attendance.report" keyword="client_print_multi" id="wizard_attendance_error" />
11
11
                <wizard string="Print Attendance Error Report" model="hr.employee" name="hr.timesheet.attendance.report" keyword="client_print_multi" id="wizard_attendance_error" />-->
12
12
        </data>
13
 
</terp>
 
13
</openerp>