[FIX] Aligned the employee field in employee timesheet wizard and change the parent of the Employee Timesheet menu.

bzr revid: chandni.machchhar3@gmail.com-20130603100814-r12y6aw1m6bzvwv3
This commit is contained in:
Chandni Machchhar (OpenERP Trainee) 2013-06-03 15:38:14 +05:30
parent 08040221b2
commit b01c8dfafd
1 changed files with 2 additions and 2 deletions

View File

@ -11,7 +11,7 @@
<group colspan="4">
<field name="month"/>
<field name="year"/>
<field name="employee_id" colspan="3"/>
<field name="employee_id" />
</group>
<footer>
<button string="Print" name="print_report" type="object" class="oe_highlight"/>
@ -33,7 +33,7 @@
<menuitem action="action_hr_timesheet_employee"
id="menu_hr_timesheet_employee"
parent="hr.menu_hr_reporting"
parent="hr.menu_hr_reporting_timesheet"
sequence="2" icon="STOCK_PRINT"/>
</data>