[FIX] Account : Chart of taxes should open move lines respecting the parent+children...
[odoo/odoo.git] / addons / hr_attendance / hr_attendance_wizard.xml
1 <?xml version="1.0" encoding="utf-8"?>
2 <openerp>
3     <data>              
4                 
5                 <wizard id="si_so" model="hr.employee" name="hr.si_so" string="Sign in / Sign out"/>
6                 <wizard id="wizard_attendance_error" keyword="client_print_multi" model="hr.employee" name="hr.attendance.report" string="Print Attendance Error Report"/>
7
8                 <wizard id="print_week" keyword="client_print_multi" model="hr.employee" name="hr.attendance.print_week" string="Print Timesheet by week"/>
9                 <wizard id="print_month" keyword="client_print_multi" model="hr.employee" name="hr.attendance.print_month" string="Print Timesheet by month"/>
10
11         <menuitem action="si_so" id="menu_si_so" parent="menu_hr_attendance" type="wizard"
12             groups="group_hr_attendance"/>
13         
14     </data>
15 </openerp>