How can we changes the Menu name based on the access rights given to user?
Thanks in advance.
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
How can we changes the Menu name based on the access rights given to user?
Thanks in advance.
Devang,
You should override the read method of ir.ui.menu and get the menu based on the XML ID. Change the name as per the group check.
Thanks.
Crea un account oggi per scoprire funzionalità esclusive ed entrare a far parte della nostra fantastica community!
Registrati
1. Use the live chat to ask your questions.
2. The operator answers within a few minutes.
Hello Serpent, I have applied your answer and that worked for me. Thank you for sharing the knowledge.