I just started developing Odoo 12. I developed an application. I installed it in Odoo, but I can't see it in the side bar. Where am I making mistakes?
My project: https://github.com/mucahittopcu/Odoo-Employee-Building-Assignmnet
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
I just started developing Odoo 12. I developed an application. I installed it in Odoo, but I can't see it in the side bar. Where am I making mistakes?
My project: https://github.com/mucahittopcu/Odoo-Employee-Building-Assignmnet
Hi,
Just do one thing, switch to the super user mode and see whether you can see your menu. If you are able to see the application/menu in the super user mode it will be the access rights issue.
Also you can activate the developer mode and navigate to settings -> technical -> User interface -> menu items and search for the new menu item you have created, if there is any group given for that menu, ensure that the users are added in that group or not.
Thanks
Hi Mucahit:
The format of the groups attribute in menuitem should be <module name>.<group name>
Since your module name is too large, check whether the menu becomes visible if you remove the groups attribute to make sure that this is the cause of the issue.
NOTE: You will need to come up with a shorter name for the application folder since it will be treated as the module name
Create an account today to enjoy exclusive features and engage with our awesome community!
Sign up