[IMP] hr_timesheet, hr_timesheet_invoice:-reorganised timesheet reports

bzr revid: mtr@tinyerp.com-20120305130810-x3tkpil9ua4uijzq
This commit is contained in:
Meera Trambadia (OpenERP) 2012-03-05 18:38:10 +05:30
parent 0e20074121
commit cd7948d5f1
4 changed files with 6 additions and 3 deletions

View File

@ -111,6 +111,9 @@
</field>
</record>
<menuitem id="base.menu_hr_reports" parent="hr.menu_hr_root" sequence="40" name="Reporting"/>
<menuitem id="menu_hr_timesheet_reports" parent="base.menu_hr_reports" sequence="5" name="Timesheet"/>
</data>
</openerp>

View File

@ -34,7 +34,7 @@
<menuitem action="action_hr_timesheet_employee"
id="menu_hr_timesheet_employee"
parent="menu_hr_reporting_timesheet"
parent="menu_hr_timesheet_reports"
groups="base.group_extended" sequence="2" icon="STOCK_PRINT"/>

View File

@ -37,7 +37,7 @@
<menuitem action="action_hr_timesheet_users"
id="menu_hr_timesheet_users"
parent="menu_hr_reporting_timesheet"
parent="menu_hr_timesheet_reports"
groups="base.group_hr_manager" sequence="3" icon="STOCK_PRINT"/>

View File

@ -38,7 +38,7 @@
<menuitem action="action_hr_timesheet_analytic_profit"
id="menu_hr_timesheet_analytic_profit"
parent="hr_timesheet.menu_hr_reporting_timesheet" groups="base.group_extended" icon="STOCK_PRINT"/>
parent="hr_timesheet.menu_hr_timesheet_reports" groups="base.group_extended" icon="STOCK_PRINT"/>
</data>
</openerp>