This question has been flagged
1 Reply
2905 Views

Good morning everyone;

Please i need your help to xhange the name of Human Ressources module that appears in the top of the dashboard.

Please need an answer :/

Avatar
Discard
Best Answer

Hi, if u want to change the menu name means you can do like this in your custom module. You are simply overwriting the Human resources menu name from your custom module..

<menuitem name="Human Resources Modified" id="hr.menu_hr_root"></menuitem>
 <menuitem id="hr.menu_hr_main" parent="hr.menu_hr_root" name="Human Resources Modified Header" sequence="0"/>

 

Avatar
Discard