Skip ke Konten
Odoo Menu
  • Login
  • Uji coba gratis
  • Aplikasi
    Keuangan
    • Akuntansi
    • Faktur
    • Pengeluaran
    • Spreadsheet (BI)
    • Dokumen
    • Tanda Tangan
    Sales
    • CRM
    • Sales
    • POS Toko
    • POS Restoran
    • Langganan
    • Rental
    Website
    • Website Builder
    • eCommerce
    • Blog
    • Forum
    • Live Chat
    • eLearning
    Rantai Pasokan
    • Inventaris
    • Manufaktur
    • PLM
    • Purchase
    • Maintenance
    • Kualitas
    Sumber Daya Manusia
    • Karyawan
    • Rekrutmen
    • Cuti
    • Appraisal
    • Referensi
    • Armada
    Marketing
    • Social Marketing
    • Email Marketing
    • SMS Marketing
    • Acara
    • Otomatisasi Marketing
    • Survei
    Layanan
    • Project
    • Timesheet
    • Layanan Lapangan
    • Meja Bantuan
    • Planning
    • Appointment
    Produktivitas
    • Diskusi
    • Approval
    • IoT
    • VoIP
    • Pengetahuan
    • WhatsApp
    Aplikasi pihak ketiga Odoo Studio Platform Odoo Cloud
  • Industri-Industri
    Retail
    • Toko Buku
    • Toko Baju
    • Toko Furnitur
    • Toko Kelontong
    • Toko Hardware
    • Toko Mainan
    Makanan & Hospitality
    • Bar dan Pub
    • Restoran
    • Fast Food
    • Rumah Tamu
    • Distributor Minuman
    • Hotel
    Real Estate
    • Agensi Real Estate
    • Firma Arsitektur
    • Konstruksi
    • Estate Management
    • Perkebunan
    • Asosiasi Pemilik Properti
    Konsultansi
    • Firma Akuntansi
    • Mitra Odoo
    • Agensi Marketing
    • Firma huku
    • Talent Acquisition
    • Audit & Sertifikasi
    Manufaktur
    • Tekstil
    • Logam
    • Perabotan
    • Makanan
    • Brewery
    • Corporate Gift
    Kesehatan & Fitness
    • Sports Club
    • Toko Kacamata
    • Fitness Center
    • Wellness Practitioners
    • Farmasi
    • Salon Rambut
    Perdagangan
    • Handyman
    • IT Hardware & Support
    • Sistem-Sistem Energi Surya
    • Pembuat Sepatu
    • Cleaning Service
    • Layanan HVAC
    Lainnya
    • Organisasi Nirlaba
    • Agen Lingkungan
    • Rental Billboard
    • Fotografi
    • Penyewaan Sepeda
    • Reseller Software
    Browse semua Industri
  • Komunitas
    Belajar
    • Tutorial-tutorial
    • Dokumentasi
    • Sertifikasi
    • Pelatihan
    • Blog
    • Podcast
    Empower Education
    • Program Edukasi
    • Game Bisnis 'Scale Up!'
    • Kunjungi Odoo
    Dapatkan Softwarenya
    • Download
    • Bandingkan Edisi
    • Daftar Rilis
    Kolaborasi
    • Github
    • Forum
    • Acara
    • Terjemahan
    • Menjadi Partner
    • Layanan untuk Partner
    • Daftarkan perusahaan Akuntansi Anda.
    Dapatkan Layanan
    • Temukan Mitra
    • Temukan Akuntan
    • Temui penasihat
    • Layanan Implementasi
    • Referensi Pelanggan
    • Bantuan
    • Upgrades
    Github Youtube Twitter Linkedin Instagram Facebook Spotify
    +1 (650) 691-3277
    Dapatkan demo
  • Harga
  • Bantuan

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

  • CRM
  • e-Commerce
  • Akuntansi
  • Inventaris
  • PoS
  • Project
  • MRP
All apps
Anda harus terdaftar untuk dapat berinteraksi di komunitas.
Semua Post Orang Lencana-Lencana
Label (Lihat semua)
odoo accounting v14 pos v15
Mengenai forum ini
Anda harus terdaftar untuk dapat berinteraksi di komunitas.
Semua Post Orang Lencana-Lencana
Label (Lihat semua)
odoo accounting v14 pos v15
Mengenai forum ini
Help

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

Langganan

Dapatkan notifikasi saat terdapat aktivitas pada post ini

Pertanyaan ini telah diberikan tanda
menuinvisible
13 Replies
23696 Tampilan
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
Buang
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
Penulis

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!
Jawaban Terbai

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
Buang
Deepak nayak
Penulis

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
Penulis

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
Jawaban Terbai

See my post here..

0
Avatar
Buang
Avatar
Phillip
Jawaban Terbai

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
Buang
Avatar
eoin ahern
Jawaban Terbai

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
Buang
Avatar
PT SIVI
Jawaban Terbai

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
Buang
Menikmati diskusi? Jangan hanya membaca, ikuti!

Buat akun sekarang untuk menikmati fitur eksklufi dan agar terlibat dengan komunitas kami!

Daftar
Post Terkait Replies Tampilan Aktivitas
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) Diselesaikan
menu
Avatar
Avatar
Avatar
Avatar
3
Jan 24
9676
Changing the font of the menu
menu
Avatar
0
Jan 24
7
Navbar disapears atfer changing the language
menu
Avatar
Avatar
3
Feb 20
3728
how i can invisible field via python code Diselesaikan
invisible
Avatar
Avatar
Avatar
2
Jun 19
17087
Komunitas
  • Tutorial-tutorial
  • Dokumentasi
  • Forum
Open Source
  • Download
  • Github
  • Runbot
  • Terjemahan
Layanan
  • Odoo.sh Hosting
  • Bantuan
  • Peningkatan
  • Custom Development
  • Pendidikan
  • Temukan Akuntan
  • Temukan Mitra
  • Menjadi Partner
Tentang Kami
  • Perusahaan kami
  • Aset Merek
  • Hubungi kami
  • Tugas
  • Acara
  • Podcast
  • Blog
  • Pelanggan
  • Hukum • Privasi
  • Keamanan
الْعَرَبيّة 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 adalah rangkaian aplikasi bisnis open source yang mencakup semua kebutuhan perusahaan Anda: CRM, eCommerce, akuntansi, inventaris, point of sale, manajemen project, dan seterusnya.

Mudah digunakan dan terintegrasi penuh pada saat yang sama adalah value proposition unik Odoo.

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