Skip to Content
Menu
This question has been flagged
3 Replies
2415 Views

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

Avatar
Discard
Best Answer

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.

SuperUser Mode in Odoo13

Thanks

Avatar
Discard
Best Answer

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

Avatar
Discard