[IMP] project_timesheet:- removed 'Time Tracking' menu

bzr revid: mtr@tinyerp.com-20120227110535-pd2ao6kb2oxgoeh3
This commit is contained in:
Meera Trambadia (OpenERP) 2012-02-27 16:35:35 +05:30
parent 254655c205
commit d69e21b1bd
2 changed files with 6 additions and 6 deletions

View File

@ -1,8 +1,8 @@
<?xml version="1.0" ?>
<openerp>
<data>
<record id="base.menu_project_management_time_tracking" model="ir.ui.menu">
<!-- <record id="base.menu_project_management_time_tracking" model="ir.ui.menu">
<field name="name">Time Tracking</field>
<field eval="5" name="sequence"/>
<field name="parent_id" ref="base.menu_main_pm"/>
@ -14,7 +14,7 @@
<field name="parent_id" ref="base.menu_project_management_time_tracking"/>
<field name="icon">STOCK_JUSTIFY_FILL</field>
<field name="action" ref="hr_timesheet_sheet.ir_actions_server_timsheet_sheet"/>
</record>
</record> -->
</data>
</openerp>

View File

@ -101,11 +101,11 @@ the project form.</field>
parent="base.menu_main_pm" sequence="5"/>
<menuitem id="menu_project_billing_line" name="Invoice Tasks Work"
parent="menu_project_billing" action="action_project_timesheet_bill_task"/>
<!--
Time Tracking menu in project Management
-->
<menuitem id="menu_project_working_hours" parent="base.menu_project_management_time_tracking" action="hr_timesheet.act_hr_timesheet_line_evry1_all_form"/>
<!-- <menuitem id="menu_project_working_hours" parent="base.menu_project_management_time_tracking" action="hr_timesheet.act_hr_timesheet_line_evry1_all_form"/> -->
<record id="action_account_analytic_overdue" model="ir.actions.act_window">
<field name="name">Customer Projects</field>