replace & with &

bzr revid: hda@tinyerp.com-73f0f4c265aac64a8f2d2eb37f9db50ec12fbcca
This commit is contained in:
Husen Daudi 2008-06-30 04:28:33 +00:00
parent 9e072159b8
commit e60d3f0acb
1 changed files with 7 additions and 7 deletions

View File

@ -1,16 +1,16 @@
<?xml version='1.0'?>
<terp>
<data>
<wizard name='hr.si_so' id='si_so' model='hr.employee' string='Sign in / Sign out'/>
<menuitem name='Human Resources/Attendances/Sign in & Out' action='si_so' type='wizard' id='menu_si_so'/>
<menuitem name='Human Resources/Attendances/Sign in &amp; Out' action='si_so' type='wizard' id='menu_si_so'/>
<wizard name='hr.print_week' id='print_week' model='hr.employee' keyword='client_print_multi' string='Print Timesheet by week'/>
<wizard name='hr.print_month' id='print_month' model='hr.employee' keyword='client_print_multi' string='Print Timesheet by month'/>
<wizard name='hr.timesheet.attendance.report' id='wizard_attendance_error' model='hr.employee' keyword='client_print_multi' string='Print Attendance Error Report'/>
</data>
</terp>