How to hide apps from whoever log in thats not an admin
Se marcó esta pregunta
2
Respuestas
1344
Vistas
add group on your application menu by xml , or inherite menuitem, for example:
id="menu_hr_root"
name="Employees"
groups="base.group_user"
web_icon="hr,static/description/icon.svg"
sequence="185"/>
<menuitem
id="menu_hr_root"
name="Employees"
groups="base.group_user"
web_icon="hr,static/description/icon.svg"
sequence="185"/>
You can set only group of 'system/settings' can access the apps menu.
¿Le interesa esta conversación? ¡Participe en ella!
Cree una cuenta para poder utilizar funciones exclusivas e interactuar con la comunidad.
Registrarse