Skip to Content
Menu
This question has been flagged
1 Reply
1676 Views

I could hide Messaging menu by removing the specific associated group with that menu item but after openerp restart it resets all changes.

Same is the case for customization of sub menu item display names. How to retain that even after openerp restart (for any reason power outage etc.)?

 

Avatar
Discard
Author Best Answer

This is how it has been resolved -

1. Get the Menu ids which need to changed or hide - This (https://www.odoo.com/forum/help-1/question/how-to-find-the-id-of-a-menuitem-103802) helped to get the exact menu ids.

2. Make the changes in menu display name - This (https://www.odoo.com/forum/help-1/question/how-to-change-the-name-of-an-existing-menuitem-67679) helped to change the menu name.

3. Make it invisible - This (https://www.nevprobusinesssolutions.com/how-to-hide-a-menusubmenu-from-all-users-in-odoo/) helped to hide the menu.

Avatar
Discard