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

When I am logged in as a superuser, the custom module is visible, but it is not visible for regular users.

What is the best way to solve this problem?

Avatar
Discard
Best Answer

Hi,

The group used for the superuser is "base.group_no_one"To verify that you are not provided this group for any menu item in the custom module or models


Hope it helps

Avatar
Discard
Author

Is this same for odoo17

Author

It is solved in odoo17 (The issue was I forget to add the privilege to user as administrator or manager etc. in my custom module)

Best Answer

Hi,

The menu wont be visible if the users doesn't have access to the model or if the user is not part of the user group linked with the menu.

So in case any one face the same, verify the user group assigned to the menu:

The above can be ensured from the Menu Items menu in Settings -> Technical -> User interface -> Menu items, search and open the menu and see the groups assigned to the menu and see if the logged in user is part of this group or not.

Different Reasons For A Menu Not Visible In Odoo

Thanks

Avatar
Discard
Best Answer

Hello Cruz, 


For this you need to assign a particular group to the menu. So. respective group members can access the custom module. 


thanks.


Avatar
Discard