Passa al contenuto
Odoo Menu
  • Accedi
  • Provalo gratis
  • App
    Finanze
    • Contabilità
    • Fatturazione
    • Note spese
    • Fogli di calcolo (BI)
    • Documenti
    • Firma
    Vendite
    • CRM
    • Vendite
    • Punto vendita Negozio
    • Punto vendita Ristorante
    • Abbonamenti
    • Noleggi
    Siti web
    • Configuratore sito web
    • E-commerce
    • Blog
    • Forum
    • Live chat
    • E-learning
    Supply chain
    • Magazzino
    • Produzione
    • PLM
    • Acquisti
    • Manutenzione
    • Qualità
    Risorse umane
    • Dipendenti
    • Assunzioni
    • Ferie
    • Valutazioni
    • Referral dipendenti
    • Parco veicoli
    Marketing
    • Social marketing
    • E-mail marketing
    • SMS marketing
    • Eventi
    • Marketing automation
    • Sondaggi
    Servizi
    • Progetti
    • Fogli ore
    • Assistenza sul campo
    • Helpdesk
    • Pianificazione
    • Appuntamenti
    Produttività
    • Comunicazioni
    • Approvazioni
    • IoT
    • VoIP
    • Knowledge
    • WhatsApp
    App di terze parti Odoo Studio Piattaforma cloud Odoo
  • Settori
    Retail
    • Libreria
    • Negozio di abbigliamento
    • Negozio di arredamento
    • Alimentari
    • Ferramenta
    • Negozio di giocattoli
    Cibo e ospitalità
    • Bar e pub
    • Ristorante
    • Fast food
    • Pensione
    • Grossista di bevande
    • Hotel
    Agenzia immobiliare
    • Agenzia immobiliare
    • Studio di architettura
    • Edilizia
    • Gestione immobiliare
    • Impresa di giardinaggio
    • Associazione di proprietari immobiliari
    Consulenza
    • Società di contabilità
    • Partner Odoo
    • Agenzia di marketing
    • Studio legale
    • Selezione del personale
    • Audit e certificazione
    Produzione
    • Tessile
    • Metallo
    • Arredamenti
    • Alimentare
    • Birrificio
    • Ditta di regalistica aziendale
    Benessere e sport
    • Club sportivo
    • Negozio di ottica
    • Centro fitness
    • Centro benessere
    • Farmacia
    • Parrucchiere
    Commercio
    • Tuttofare
    • Hardware e assistenza IT
    • Ditta di installazione di pannelli solari
    • Calzolaio
    • Servizi di pulizia
    • Servizi di climatizzazione
    Altro
    • Organizzazione non profit
    • Ente per la tutela ambientale
    • Agenzia di cartellonistica pubblicitaria
    • Studio fotografico
    • Punto noleggio di biciclette
    • Rivenditore di software
    Carica tutti i settori
  • Community
    Apprendimento
    • Tutorial
    • Documentazione
    • Certificazioni 
    • Formazione
    • Blog
    • Podcast
    Potenzia la tua formazione
    • Programma educativo
    • Scale Up! Business Game
    • Visita Odoo
    Ottieni il software
    • Scarica
    • Versioni a confronto
    • Note di versione
    Collabora
    • Github
    • Forum
    • Eventi
    • Traduzioni
    • Diventa nostro partner
    • Servizi per partner
    • Registra la tua società di contabilità
    Ottieni servizi
    • Trova un partner
    • Trova un contabile
    • Incontra un esperto
    • Servizi di implementazione
    • Testimonianze dei clienti
    • Supporto
    • Aggiornamenti
    GitHub Youtube Twitter Linkedin Instagram Facebook Spotify
    +1 (650) 691-3277
    Richiedi una demo
  • Prezzi
  • Aiuto

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

  • CRM
  • e-Commerce
  • Contabilità
  • Magazzino
  • PoS
  • Progetti
  • MRP
All apps
È necessario essere registrati per interagire con la community.
Tutti gli articoli Persone Badge
Etichette (Mostra tutto)
odoo accounting v14 pos v15
Sul forum
È necessario essere registrati per interagire con la community.
Tutti gli articoli Persone Badge
Etichette (Mostra tutto)
odoo accounting v14 pos v15
Sul forum
Assistenza

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

Iscriviti

Ricevi una notifica quando c'è un'attività per questo post

La domanda è stata contrassegnata
menuinvisible
13 Risposte
23698 Visualizzazioni
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
Abbandona
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
Autore

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

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

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
Autore

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

See my post here..

0
Avatar
Abbandona
Avatar
Phillip
Risposta migliore

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
Abbandona
Avatar
eoin ahern
Risposta migliore

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
Abbandona
Avatar
PT SIVI
Risposta migliore

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
Abbandona
Ti stai godendo la conversazione? Non leggere soltanto, partecipa anche tu!

Crea un account oggi per scoprire funzionalità esclusive ed entrare a far parte della nostra fantastica community!

Registrati
Post correlati Risposte Visualizzazioni Attività
Menu bar on website gone
menu invisible webserver
Avatar
Avatar
Avatar
2
feb 24
4275
How do I reset the menu items' order? (in the User interface settings) Risolto
menu
Avatar
Avatar
Avatar
Avatar
3
gen 24
9676
Changing the font of the menu
menu
Avatar
0
gen 24
7
Navbar disapears atfer changing the language
menu
Avatar
Avatar
3
feb 20
3729
how i can invisible field via python code Risolto
invisible
Avatar
Avatar
Avatar
2
giu 19
17089
Community
  • Tutorial
  • Documentazione
  • Forum
Open source
  • Scarica
  • Github
  • Runbot
  • Traduzioni
Servizi
  • Hosting Odoo.sh
  • Supporto
  • Aggiornamenti
  • Sviluppi personalizzati
  • Formazione
  • Trova un contabile
  • Trova un partner
  • Diventa nostro partner
Chi siamo
  • La nostra azienda
  • Branding
  • Contattaci
  • Lavora con noi
  • Eventi
  • Podcast
  • Blog
  • Clienti
  • Note legali • Privacy
  • Sicurezza
الْعَرَبيّة 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 è un gestionale di applicazioni aziendali open source pensato per coprire tutte le esigenze della tua azienda: CRM, Vendite, E-commerce, Magazzino, Produzione, Fatturazione elettronica, Project Management e molto altro.

Il punto di forza di Odoo è quello di offrire un ecosistema unico di app facili da usare, intuitive e completamente integrate tra loro.

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