Pular para o conteúdo
Odoo Menu
  • Entrar
  • Experimente grátis
  • Aplicativos
    Finanças
    • Financeiro
    • Faturamento
    • Despesas
    • Planilhas (BI)
    • Documentos
    • Assinar Documentos
    Vendas
    • CRM
    • Vendas
    • PDV Loja
    • PDV Restaurantes
    • Assinaturas
    • Locação
    Websites
    • Criador de Sites
    • e-Commerce
    • Blog
    • Fórum
    • Chat ao Vivo
    • e-Learning
    Cadeia de mantimentos
    • Inventário
    • Fabricação
    • PLM - Ciclo de Vida do Produto
    • Compras
    • Manutenção
    • Qualidade
    Recursos Humanos
    • Funcionários
    • Recrutamento
    • Folgas
    • Avaliações
    • Indicações
    • Frota
    Marketing
    • Redes Sociais
    • Marketing por E-mail
    • Marketing por SMS
    • Eventos
    • Automação de Marketing
    • Pesquisas
    Serviços
    • Projeto
    • Planilhas de Horas
    • Serviço de Campo
    • Central de Ajuda
    • Planejamento
    • Compromissos
    Produtividade
    • Mensagens
    • Aprovações
    • Internet das Coisas
    • VoIP
    • Conhecimento
    • WhatsApp
    Aplicativos de terceiros Odoo Studio Plataforma Odoo Cloud
  • Setores
    Varejo
    • Loja de livros
    • Loja de roupas
    • Loja de móveis
    • Mercearia
    • Loja de ferramentas
    • Loja de brinquedos
    Comida e hospitalidade
    • Bar e Pub
    • Restaurante
    • Fast Food
    • Hospedagem
    • Distribuidor de bebidas
    • Hotel
    Imóveis
    • Imobiliária
    • Escritório de arquitetura
    • Construção
    • Administração de propriedades
    • Jardinagem
    • Associação de proprietários de imóveis
    Consultoria
    • Escritório de Contabilidade
    • Parceiro Odoo
    • Agência de marketing
    • Escritório de advocacia
    • Aquisição de talentos
    • Auditoria e Certificação
    Fabricação
    • Têxtil
    • Metal
    • Móveis
    • Alimentação
    • Cervejaria
    • Presentes corporativos
    Saúde e Boa forma
    • Clube esportivo
    • Loja de óculos
    • Academia
    • Profissionais de bem-estar
    • Farmácia
    • Salão de cabeleireiro
    Comércio
    • Handyman
    • Hardware e Suporte de TI
    • Sistemas de energia solar
    • Sapataria
    • Serviços de limpeza
    • Serviços de climatização
    Outros
    • Organização sem fins lucrativos
    • Agência Ambiental
    • Aluguel de outdoors
    • Fotografia
    • Aluguel de bicicletas
    • Revendedor de software
    Navegar por todos os setores
  • Comunidade
    Aprenda
    • Tutoriais
    • Documentação
    • Certificações
    • Treinamento
    • Blog
    • Podcast
    Empodere a Educação
    • Programa de educação
    • Scale Up! Jogo de Negócios
    • Visite a Odoo
    Obtenha o Software
    • Baixar
    • Comparar edições
    • Releases
    Colaborar
    • Github
    • Fórum
    • Eventos
    • Traduções
    • Torne-se um parceiro
    • Serviços para parceiros
    • Cadastre seu escritório contábil
    Obtenha os serviços
    • Encontre um parceiro
    • Encontre um Contador
    • Conheça um consultor
    • Serviços de Implementação
    • Referências de Clientes
    • Suporte
    • Upgrades
    Github YouTube Twitter Linkedin Instagram Facebook Spotify
    +1 (650) 691-3277
    Faça uma demonstração
  • Preços
  • Ajuda

Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:

  • CRM
  • e-Commerce
  • Financeiro
  • Inventário
  • PoS
  • Projeto
  • MRP
All apps
É necessário estar registrado para interagir com a comunidade.
Todas as publicações Pessoas Emblemas
Marcadores (Ver tudo)
odoo accounting v14 pos v15
Sobre este fórum
É necessário estar registrado para interagir com a comunidade.
Todas as publicações Pessoas Emblemas
Marcadores (Ver tudo)
odoo accounting v14 pos v15
Sobre este fórum
Ajuda

Best way to hide apps from users by their role?

Inscrever

Seja notificado quando houver atividade nesta publicação

Esta pergunta foi sinalizada
securityconfigurationsetup
3 Respostas
1142 Visualizações
Avatar
Alex McColm

Hello all,


What is the best or most intended way to hide apps from users by their role? I want to create an HR group that can only see HR related apps, and other such groups for other roles, so that HR are not seeing stuff like Shop Floor and Manufacturing when they log in.


What I tried:

  • Created a group in Settings > Users, Groups & Companies > Groups.
  • Under Menus, added all the apps I want that group to be able to see.
  • Added a user to that group.
  • That user can still see other apps, and other users can still see apps that were added to the group.

Assuming that even as an admin user, I wouldn't be able to see things outside my group, unless I enabled super user mode? So I took this to mean it wasn't doing what I intended.


Thanks in advance.

0
Avatar
Cancelar
faOtools

Please look at this third-party module: https://apps.odoo.com/apps/modules/18.0/odoo_menu_management . It lets you flexibly configure the menu's visibility based on groups, companies, or even user preferences.

Avatar
Yash Makwana
Melhor resposta

The behavior you’re seeing is expected — the Menus tab on Groups doesn’t restrict apps, it just adds extra menu entries. By default, users will still see other apps if they belong to groups that grant them.

In Odoo, each app icon is just a top-level menu, and visibility is controlled by the groups assigned on the menu. A user will see a menu if they’re in any group that gives access to it.

 Best way to do what you want:

  • Use the standard security groups that come with each app (e.g. Manufacturing User, Inventory User, HR Officer/Manager). If a user isn’t in that group, they won’t see the app.
  • For your HR group, remove users from Manufacturing/Inventory/etc. and only give them HR-related groups.
  • If you need more control, you can go to Settings > Technical > User Interface > Menu Items, open the top-level menus (like Manufacturing, Shop Floor), and set the “Groups” field so only the intended group can see them.

Also note:

  • Admin users see more apps because they’re in many groups.
  • Superuser (developer root) bypasses all restrictions.

So the key is managing group membership and menu “Groups” settings, not the “Menus” tab in Groups.

0
Avatar
Cancelar
Avatar
Alex McColm
Autor Melhor resposta

Thank you Yash Makwana for your answer. I will use the groups that came loaded with Odoo for now, that seems sufficient.

✅

Solved


0
Avatar
Cancelar
Avatar
Cybrosys Techno Solutions Pvt.Ltd
Melhor resposta

Hi,


The following module helps you to hide the menu user level

* https://apps.odoo.com/apps/modules/18.0/hide_menu_user

The lower versions are also available.


Hope it helps

0
Avatar
Cancelar
Está gostando da discussão? Não fique apenas lendo, participe!

Crie uma conta hoje mesmo para aproveitar os recursos exclusivos e interagir com nossa incrível comunidade!

Inscreva-se
Publicações relacionadas Respostas Visualizações Atividade
Issue with CNAME Record & Custom Domain Configuration in Odoo
configuration setup
Avatar
Avatar
Avatar
Avatar
3
nov. 25
3736
email address change vendor invoices
configuration setup
Avatar
Avatar
Avatar
3
out. 25
3244
Linking DBs to sub-domains Resolvido
configuration setup
Avatar
Avatar
1
set. 25
916
3-tier website account membership
configuration setup
Avatar
0
jul. 25
1179
What POS tools does Odoo integrate with?
configuration setup
Avatar
Avatar
2
jul. 25
1570
Comunidade
  • Tutoriais
  • Documentação
  • Fórum
Open Source
  • Baixar
  • Github
  • Runbot
  • Traduções
Serviços
  • Odoo.sh Hosting
  • Suporte
  • Upgrade
  • Desenvolvimentos personalizados
  • Educação
  • Encontre um Contador
  • Encontre um parceiro
  • Torne-se um parceiro
Sobre nós
  • Nossa empresa
  • Ativos da marca
  • Contato
  • Empregos
  • Eventos
  • Podcast
  • Blog
  • Clientes
  • Legal • Privacidade
  • Segurança
الْعَرَبيّة Català 简体中文 繁體中文 (台灣) Čeština Dansk Nederlands English Suomi Français Deutsch हिंदी Bahasa Indonesia Italiano 日本語 한국어 (KR) Lietuvių kalba Język polski Português (BR) română русский язык Slovenský jazyk slovenščina Español (América Latina) Español ภาษาไทย Türkçe українська Tiếng Việt

Odoo é um conjunto de aplicativos de negócios em código aberto que cobre todas as necessidades de sua empresa: CRM, comércio eletrônico, contabilidade, estoque, ponto de venda, gerenciamento de projetos, etc.

A proposta de valor exclusiva Odoo é ser, ao mesmo tempo, muito fácil de usar e totalmente integrado.

Site feito com

Odoo Experience on YouTube

1. Use the live chat to ask your questions.
2. The operator answers within a few minutes.

Live support on Youtube
Watch now