Passa al contenuto
Menu
È necessario essere registrati per interagire con la community.
La domanda è stata contrassegnata
3 Risposte
1014 Visualizzazioni

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
Abbandona
Risposta migliore

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
Abbandona
Autore

Is this same for odoo17

Autore

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)

Risposta migliore

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
Abbandona
Risposta migliore

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
Abbandona