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

Manual repo scan is not working in apps.odoo.com

Langganan

Dapatkan notifikasi saat terdapat aktivitas pada post ini

Pertanyaan ini telah diberikan tanda
apps.odoo.comrepositories
1 Balas
237 Tampilan
Avatar
Mukundayi Mpapa T.

Since yesterday,when clicking on manual repo scan while loading a module to app store, nothing happens and I see the following error in browser console:

web.assets_frontend_lazy.min.js:3922 TypeError: Cannot read properties of null (reading 'classList')
    at AppsRepositoryWidget._onRepositoryScan (web.assets_frontend_lazy.min.js:12086:203)
    at odoo.define.__exports.Colibri.addListener.fn.prevent (web.assets_frontend_lazy.min.js:6493:194)

    at odoo.define.__exports.Colibri.addListener.handler (web.assets_frontend_lazy.min.js:6494:84)

0
Avatar
Buang
Mukundayi Mpapa T.
Penulis

Unfortunately this happens on https://apps.odoo.com/apps/dashboard/repos when I click on manual scan. The site belongs to Odoo so I don't have access to any log.

I have tried on 3 different browsers with the same behavior. BUT I have noticed that randomly it works and stops again. Maybe the DOM element is rewritten somehow? If you have access to this link in app store dashboard / repositories, can you confirm that is works from your side?

Thanks

Avatar
Cybrosys Techno Solutions Pvt.Ltd
Jawaban Terbai

Hi,


The error "TypeError: Cannot read properties of null (reading 'classList')" in web.assets_frontend_lazy.min.js during a manual repository scan in the Odoo App Store indicates that JavaScript is trying to access a property of a missing HTML element. This can be due to a missing or incorrectly loaded element, a timing issue where the JavaScript runs before the element loads, a conflict with a custom module, an Odoo core bug, or a caching problem.

To troubleshoot, first clear your browser cache and hard reload the page. Disable custom modules to check for conflicts. Use browser developer tools to inspect the HTML and look for missing elements or JavaScript errors. Examine Odoo server logs for related errors. Test in a clean Odoo environment if possible. If the issue persists, consider contacting Odoo support.


Hope it helps

0
Avatar
Buang
Mukundayi Mpapa T.
Penulis

Unfortunately this happens on https://apps.odoo.com/apps/dashboard/repos when I click on manual scan. The site belongs to Odoo so I don't have access to any log.

I have tried on 3 different browsers with the same behavior. BUT I have noticed that randomly it works and stops again. Maybe the DOM element is rewritten somehow? If you have access to this link in app store dashboard / repositories, can you confirm that is works from your side?

Thanks

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
Lost my repositories, apps and sales from account's dashboard
repositories
Avatar
Avatar
1
Agu 23
1811
Is Odoo.com apps store down? It gives Internal Server Error 500 Diselesaikan
apps.odoo.com
Avatar
Avatar
Avatar
Avatar
Avatar
6
Mar 20
4680
What is the behaviour of Odoo Apps with your Git repositories?
apps.odoo.com
Avatar
0
Feb 18
3999
My module does not appear in appstore Diselesaikan
apps.odoo.com
Avatar
Avatar
1
Jan 18
4686
How is apps.odoo.com made? Is it a module?
apps.odoo.com
Avatar
Avatar
1
Des 17
3956
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