I want to change the name of a menuitem( All timesheets to All activities) by view inheritance but it doesn't work.
This is original menu
<menuitem id="timesheet_menu_activity_all"
name="All Timesheets"
parent="menu_hr_time_tracking"
action="timesheet_action_all"/>
another one is a new menu
<menuitem id="hr_timesheet.timesheet_menu_activity_all"
name="All Activities"
parent="hr_timesheet.menu_hr_time_tracking"
action="hr_timesheet.timesheet_action_all"/>