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

403: Forbidden For Public User Access to Shop/Product Catalog in E-commerce Frontend

Langganan

Dapatkan notifikasi saat terdapat aktivitas pada post ini

Pertanyaan ini telah diberikan tanda
shoppublicfrontend403ForbiddenQWebExceptionAccessError
16693 Tampilan
Avatar
Luke Branch

I've noticed all of the current versions of Odoo 8.0 (RC1) seem to have an access rights issue that does not permit public (ie. not signed in) users from viewing the product catalog on the frontend e-commerce module.

I've checked the logs in regards to what is going on when public visitors try to visit the 'shop' area of the website and have found the following line:

QWebException: ('AccessError', u'Sorry, you are not allowed to access this document. Only users with the following access level are currently allowed to do that:\n- Purchases/Manager\n\t- Manufacturing/Manager\n\t- Sales/Manager\n\t- Warehouse/Manager\n\t- Contact Creation\n\t- Human Resources/Employee\n\n(Document model: product.pricelist.type)')

I am assuming due to the error message that the public user group has not been applied to this document model, however I cannot understand why this is the case. Has anyone else run into this issue and found a solution?

0
Avatar
Buang
Luke Branch
Penulis

This issue on Odoo's github repository seems to confirm the issue is due to the merging of the new API for 8.0: https://github.com/odoo/odoo/issues/1013

Pascal Tremblay

How could we solve this problem?

Luke Branch
Penulis

@Pascal, To the best of my knowledge this has been resolved in updates pushed into the 8.0 branch within a few weeks of this post. I'd recommend making a file and database backup of your odoo install before doing a git pull and then ./openerp-server --update=all -c /etc/odoo-server.conf on your Odoo install to update all modules. I believe this was an access rights issue that was resolved in the website module.

Pascal Tremblay

does « --update=all » always pull on Github? I didn't install Odoo from github. Is it a problem? Thanks

Pascal Tremblay

update is running since 1 hour now... It's long long long.... should I stop it?

Pascal Tremblay

Update is done. Problem is still there. Public user get 403 error on the front end catalog.

Pascal Tremblay

Problem solved for me. It was a bad setup in my pricelist.

Luke Branch
Penulis

@Pascal, Good to hear. Unfortunately update=all will not do you much good if you have not recently done an update from github or a package update (if you installed using apt-get/.deb or similar). Update all is basically the same functionality as clicking the red Upgrade button on a module in the backend GUI of Odoo. --update=all just does this for all installed modules. Therefore if you have a few modules installed it can take quite some time. Did you try to setup cost-based pricing on the default pricelist by any chance? I have also run into this issue related to setting up the default pricelist rules. I opened a github issue here: https://github.com/odoo/odoo/issues/2887 However this seems to have been resolved in recent updates, therefore if you can do an update with your setup I would recommend backing up filesystem and database and then doing an update to pull a more recent build of Odoo with these fixes implemented.

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
403: Forbidden | The requested operation ("create" on "Users Log" (res.users.log)) was rejected because of the following rules
403 Forbidden AccessError Odoo13.0
Avatar
0
Mar 20
6535
How to hide this menu item on the frontend for the public user?
public user logged frontend
Avatar
Avatar
Avatar
Avatar
Avatar
5
Mei 23
14015
v8: website and shop on other server
v8 shop public webserver
Avatar
Avatar
1
Mar 15
4391
How to stop every automatic sale order by the public user? Diselesaikan
shop public user sale order
Avatar
Avatar
Avatar
Avatar
3
Des 22
7807
Why public user is unable to view blogs page?(Urgent) Diselesaikan
public apache2 blog AccessError odoo12
Avatar
Avatar
2
Mei 21
3683
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