Ir al contenido
Odoo Menú
  • Identificarse
  • Pruébalo gratis
  • Aplicaciones
    Finanzas
    • Contabilidad
    • Facturación
    • Gastos
    • Hoja de cálculo (BI)
    • Documentos
    • Firma electrónica
    Ventas
    • CRM
    • Ventas
    • TPV para tiendas
    • TPV para restaurantes
    • Suscripciones
    • Alquiler
    Sitios web
    • Creador de sitios web
    • Comercio electrónico
    • Blog
    • Foro
    • Chat en directo
    • eLearning
    Cadena de suministro
    • Inventario
    • Fabricación
    • PLM
    • Compra
    • Mantenimiento
    • Calidad
    Recursos Humanos
    • Empleados
    • Reclutamiento
    • Ausencias
    • Evaluación
    • Referencias
    • Flota
    Marketing
    • Marketing social
    • Marketing por correo electrónico
    • Marketing por SMS
    • Eventos
    • Automatización de marketing
    • Encuestas
    Servicios
    • Proyecto
    • Partes de horas
    • Servicio de campo
    • Servicio de asistencia
    • Planificación
    • Citas
    Productividad
    • Conversaciones
    • Aprobaciones
    • IoT
    • VoIP
    • Conocimientos
    • WhatsApp
    Aplicaciones de terceros Studio de Odoo Plataforma de Odoo Cloud
  • Industrias
    Comercio al por menor
    • Librería
    • Tienda de ropa
    • Tienda de muebles
    • Tienda de ultramarinos
    • Ferretería
    • Juguetería
    Alimentación y hostelería
    • Bar y taberna
    • Restaurante
    • Comida rápida
    • Casa de huéspedes
    • Distribuidor de bebidas
    • Hotel
    Inmueble
    • Agencia inmobiliaria
    • Estudio de arquitectura
    • Construcción
    • Gestión inmobiliaria
    • Jardinería
    • Asociación de propietarios
    Consultoría
    • Empresa contable
    • Partner de Odoo
    • Agencia de marketing
    • Bufete de abogados
    • Adquisición de talentos
    • Auditorías y certificaciones
    Fabricación
    • Textil
    • Metal
    • Muebles
    • Alimentos
    • Brewery
    • Regalos de empresas
    Salud y bienestar
    • Club deportivo
    • Óptica
    • Gimnasio
    • Terapeutas
    • Farmacia
    • Peluquería
    Oficios
    • Handyman
    • Hardware y asistencia informática
    • Sistemas de energía solar
    • Zapatero
    • Servicios de limpieza
    • Servicios de calefacción, ventilación y aire acondicionado
    Otros
    • Organización sin ánimo de lucro
    • Agencia de protección del medio ambiente
    • Alquiler de paneles publicitarios
    • Estudio fotográfico
    • Alquiler de bicicletas
    • Distribuidor de software
    Browse all Industries
  • Comunidad
    Aprender
    • Tutoriales
    • Documentación
    • Certificaciones
    • Formación
    • Blog
    • Podcast
    Potenciar la educación
    • Programa de formación
    • Scale Up! El juego empresarial
    • Visita Odoo
    Obtener el software
    • Descargar
    • Comparar ediciones
    • Versiones
    Colaborar
    • GitHub
    • Foro
    • Eventos
    • Traducciones
    • Convertirse en partner
    • Services for Partners
    • Registrar tu empresa contable
    Obtener servicios
    • Encontrar un partner
    • Encontrar un asesor fiscal
    • Contacta con un experto
    • Servicios de implementación
    • Referencias de clientes
    • Ayuda
    • Actualizaciones
    GitHub YouTube Twitter Linkedin Instagram Facebook Spotify
    +1 (650) 691-3277
    Solicitar una demostración
  • Precios
  • Ayuda

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

  • CRM
  • e-Commerce
  • Contabilidad
  • Inventario
  • PoS
  • Proyecto
  • MRP
All apps
Debe estar registrado para interactuar con la comunidad.
Todas las publicaciones Personas Insignias
Etiquetas (Ver todo)
odoo accounting v14 pos v15
Acerca de este foro
Debe estar registrado para interactuar con la comunidad.
Todas las publicaciones Personas Insignias
Etiquetas (Ver todo)
odoo accounting v14 pos v15
Acerca de este foro
Ayuda

In custom module top menu item is hidden for user other than admin.

Suscribirse

Reciba una notificación cuando haya actividad en esta publicación

Se marcó esta pregunta
menuinvisible
13 Respuestas
23672 Vistas
Avatar
Deepak nayak

I created a custom module.When I login with admin credential than my top menu is visible to me.But when I login with other user than Top menu become invisible.I don't know what is happening.Can someone please guide me how to resolve this problem.

Thankyou in advance for your support.

0
Avatar
Descartar
kaynis

Check that you have not added an admin group to the top menu (group=base.system_admin somethhing like that). If you have not try and give access to the employees under security access.

Deepak nayak
Autor

Hi kayris, Thank for reply.I done the same what you suggest but In my case I have only one module installed in OpenERP . When I login with administrator its showing two top menu which is(My custom module menu and the Setting Menu).After that I created one new user, given access right only for my custom module.When I login with new user.I am not able to see Top menu. How I resolve this error.Please suggest me...Thank u

kaynis

In your settings, go to Users Settings and give the new user you created configuration access and try logging in with this user after that. If the user sees the Top menu then you need to go to access right and ensure that the user you have created is in right group. See also below what Grover Menacho wrote and add the group="base.group_user" to your code. This will make every user have access to your module automatically.

Avatar
Simplify it!
Mejor respuesta

You have to add which groups can see the menu:

For example:

<menuitem name="Messaging"
      id="mail.mail_feeds_main"
      groups="base.group_user"
      sequence="10"/>

So you have to set groups on your menuitem.

4
Avatar
Descartar
Deepak nayak
Autor

Hi Grover,Thank You For your reply.I implemented the same which you mention.My problem is different.Actually what I want is, Other than administrator No one she Setting tab. What I done is I creates one custom module and installed in blank database.Giving group access to the top menuitem like you mention.When I login with administrator I see Both My custom module top menu and Setting top menu . After that I created a new User and given only my module access.When I login with this user I am Not able to see any top

Deepak nayak
Autor

menu.But when I give administrator access like(Access Right) and My module access to the new user.I am able to see both the top menu when I login with new user. Will you please give me some suggestion now How I will hide Setting top menu for other user while showing only one top menu which is my custom top menu. Thank you in advance for your suggestion.

Simplify it!

Please post your XML code and I'll suggest you something. Maybe I'm missing something

Ubaid ur Rehman

Inherit your group from "Administration/Settings". If groups are created through .xml use it like or by .csv then add a column named 'implied_ids/id' and value for that column is base.group_system.

Ubaid ur Rehman

*If groups are created through .xml use it like: "".

Avatar
Cameron
Mejor respuesta

See my post here..

0
Avatar
Descartar
Avatar
Phillip
Mejor respuesta

As Administrator Create a New Group 

-Ensure Group has access to ALL the MENUS you want

-Ensure Group has permissions to all the MODELS in your Module

-Add new user to this Group as the Administrator

-Login and test as the desired User

0
Avatar
Descartar
Avatar
eoin ahern
Mejor respuesta

can literally see nothing on the top menu. on first login. setup as admin. there is no topmenu settings. I need it to view my created module.

this is located in the black taskbar at the very top of the browser window.

0
Avatar
Descartar
Avatar
PT SIVI
Mejor respuesta

By admin login, please check them on

  1. Settings->User>Group->Administration/Settings. Then check the users and inherited tab
  2. Settings->Technical->User Interface->Menu Items->Settings. And check the one2many field group name
  3. Settings->User->Users->Specific Users. Check the access rights Tab->Application->Administration. Put them blank
0
Avatar
Descartar
¿Le interesa esta conversación? ¡Participe en ella!

Cree una cuenta para poder utilizar funciones exclusivas e interactuar con la comunidad.

Inscribirse
Publicaciones relacionadas Respuestas Vistas Actividad
Menu bar on website gone
menu invisible webserver
Avatar
Avatar
Avatar
2
feb 24
4262
How do I reset the menu items' order? (in the User interface settings) Resuelto
menu
Avatar
Avatar
Avatar
Avatar
3
ene 24
9666
Changing the font of the menu
menu
Avatar
0
ene 24
7
Navbar disapears atfer changing the language
menu
Avatar
Avatar
3
feb 20
3712
how i can invisible field via python code Resuelto
invisible
Avatar
Avatar
Avatar
2
jun 19
17072
Comunidad
  • Tutoriales
  • Documentación
  • Foro
Código abierto
  • Descargar
  • GitHub
  • Runbot
  • Traducciones
Servicios
  • Alojamiento Odoo.sh
  • Ayuda
  • Actualizar
  • Desarrollos personalizados
  • Educación
  • Encontrar un asesor fiscal
  • Encontrar un partner
  • Convertirse en partner
Sobre nosotros
  • Nuestra empresa
  • Activos de marca
  • Contacta con nosotros
  • Puestos de trabajo
  • Eventos
  • Podcast
  • Blog
  • Clientes
  • Información legal • Privacidad
  • Seguridad
الْعَرَبيّة 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 es un conjunto de aplicaciones de código abierto que cubren todas las necesidades de tu empresa: CRM, comercio electrónico, contabilidad, inventario, punto de venta, gestión de proyectos, etc.

La propuesta única de valor de Odoo es ser muy fácil de usar y totalmente integrado.

Website made with

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