Changing the Menu name in OpenERP

Asked by Bushair

Hi,
I have installed the OpenERP and installed the 2 modules called Partners and Administration.

How can i change the Menu name Partners to MyPartners and Administration to SystemAdmin ?

Thanks
Bushair

Question information

Language:
English Edit question
Status:
Answered
For:
Odoo Server (MOVED TO GITHUB) Edit question
Assignee:
No assignee Edit question
Last query:
Last reply:
Revision history for this message
Bushair (bushairka) said :
#1

Hi,
Can anyone answer for this question ?

Revision history for this message
Ravindra Mekhiya(OpenERP) (rme-openerp) said :
#2

Hello Bushair,

Go to (A) or (B) Items In that search "Menu" (Existing Menu Name) in "Parent Menu" and change the name.

(A) - For Trunk Version - Administration/Customization/User Interface/Menu
(B) - For Stable Version - Administration/Security/Grant Access To Menus

Hope this will help you.

Revision history for this message
Jitendra Sandbhor (jitendrasandbhor) said :
#3

Hello Bushair,

While in code , go to perticular addon module and change the moduleName_view xml :

       For this change search for tag <menuitem >
   e.g. Of module 'Product'
   <menuitem icon="terp-product" id="menu_main_product" name="Products"/>
   changes into name attr and icon is name of icon-image

Can you help with this problem?

Provide an answer of your own, or ask Bushair for more information if necessary.

To post a message you must log in.