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
    Supply Chain
    • 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
    • Discuss
    • Kecerdasan Buatan
    • IoT
    • VoIP
    • Pengetahuan
    • WhatsApp
    Aplikasi pihak ketiga Odoo Studio Platform Odoo Cloud
  • 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
    • Manajemen Properti
    • 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 IndustriInauguration Odoo Lyon
  • 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
    • Konsultasi
    • Layanan Implementasi
    • Referensi Pelanggan
    • Bantuan
    • Upgrades
    Github Youtube Twitter Linkedin Instagram Facebook Spotify
    +1 (650) 691-3277
    Dapatkan demo
  • Harga
  • Bantuan
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

openerp.modules.module: Couldn't load module web

Langganan

Dapatkan notifikasi saat terdapat aktivitas pada post ini

Pertanyaan ini telah diberikan tanda
2 Replies
12231 Tampilan
Avatar
Vervoort Michel

Hello,

I installed openerp 7 on a debian (VM on VM workstation). All was working fine untill i removed my snapshots on that VM After removing my snapshots i occure following error when visiting the web interface:

No handler found.

Looking at the log file shows me it couldn't load the module 'web'

2014-03-30 14:48:24,195 2260 INFO ? openerp: database hostname: localhost 2014-03-30 14:48:24,195 2260 INFO ? openerp: database port: 5432 2014-03-30 14:48:24,195 2260 INFO ? openerp: database user: openerp 2014-03-30 14:48:25,971 2260 CRITICAL ? openerp.modules.module: Couldn't load module web 2014-03-30 14:48:25,971 2260 CRITICAL ? openerp.modules.module: The report "report.voucher.cash_receipt.drcr" already exists! 2014-03-30 14:48:25,971 2260 ERROR ? openerp.service: Failed to load server-wide module web. The web module is provided by the addons found in the openerp-web project. Maybe you forgot to add those addons in your addons_path configuration. Traceback (most recent call last): File "/usr/lib/pymodules/python2.7/openerp/service/__init__.py", line 60, in load_server_wide_modules openerp.modules.module.load_openerp_module(m) File "/usr/lib/pymodules/python2.7/openerp/modules/module.py", line 415, in load_openerp_module getattr(sys.modules['openerp.addons.' + module_name], info['post_load'])() File "/usr/lib/pymodules/python2.7/openerp/addons/web/http.py", line 628, in wsgi_postload openerp.wsgi.register_wsgi_handler(Root()) File "/usr/lib/pymodules/python2.7/openerp/addons/web/http.py", line 517, in __init__ self.load_addons() File "/usr/lib/pymodules/python2.7/openerp/addons/web/http.py", line 580, in load_addons m = __import__('openerp.addons.' + module) File "/usr/lib/pymodules/python2.7/openerp/modules/module.py", line 133, in load_module mod = imp.load_module('openerp.addons.' + module_part, f, path, descr) File "/usr/lib/pymodules/python2.7/openerp/addons/account_voucher~1/__init__.py", line 24, in <module> import report File "/usr/lib/pymodules/python2.7/openerp/addons/account_voucher~1/report/__init__.py", line 22, in <module> import account_voucher File "/usr/lib/pymodules/python2.7/openerp/addons/account_voucher~1/report/account_voucher.py", line 72, in <module> parser=report_voucher,header="external" File "/usr/lib/pymodules/python2.7/openerp/report/report_sxw.py", line 390, in __init__ report_rml.__init__(self, name, table, rml, '') File "/usr/lib/pymodules/python2.7/openerp/report/interface.py", line 65, in __init__ super(report_rml, self).__init__(name) File "/usr/lib/pymodules/python2.7/openerp/report/interface.py", line 45, in __init__ assert not self.exists(name), 'The report "%s" already exists!' % name AssertionError: The report "report.voucher.cash_receipt.drcr" already exists! 2014-03-30 14:48:26,071 2260 INFO ? openerp.service.wsgi_server: HTTP service (werkzeug) running on 0.0.0.0:8069 2014-03-30 14:48:26,072 2260 INFO ? openerp: OpenERP server is running, waiting for connections... 2014-03-30 14:48:29,071 2260 INFO ? werkzeug: 192.168.1.103 - - [30/Mar/2014 14:48:29] "GET /?ts=1396390980714 HTTP/1.1" 404 - 2014-03-30 14:48:31,659 2260 INFO ? werkzeug: 192.168.1.103 - - [30/Mar/2014 14:48:31] "GET /?ts=1396390980714 HTTP/1.1" 404 - 2014-03-30 14:48:39,309 2260 INFO ? werkzeug: 192.168.1.103 - - [30/Mar/2014 14:48:39] "GET / HTTP/1.1" 404 - 2014-03-30 22:25:01,538 2200 INFO ? openerp: OpenERP version 7.0-20140315-002917 2014-03-30 22:25:01,644 2200 INFO ? openerp: addons paths: /usr/lib/pymodules/python2.7/openerp/addons 2014-03-30 22:25:01,644 2200 INFO ? openerp: database hostname: localhost 2014-03-30 22:25:01,645 2200 INFO ? openerp: database port: 5432 2014-03-30 22:25:01,645 2200 INFO ? openerp: database user: openerp 2014-03-30 22:25:04,402 2200 CRITICAL ? openerp.modules.module: Couldn't load module web 2014-03-30 22:25:04,402 2200 CRITICAL ? openerp.modules.module: The report "report.voucher.cash_receipt.drcr" already exists! 2014-03-30 22:25:04,402 2200 ERROR ? openerp.service: Failed to load server-wide module web. The web module is provided by the addons found in the openerp-web project. Maybe you forgot to add those addons in your addons_path configuration. Traceback (most recent call last): File "/usr/lib/pymodules/python2.7/openerp/service/__init__.py", line 60, in load_server_wide_modules openerp.modules.module.load_openerp_module(m) File "/usr/lib/pymodules/python2.7/openerp/modules/module.py", line 415, in load_openerp_module getattr(sys.modules['openerp.addons.' + module_name], info['post_load'])() File "/usr/lib/pymodules/python2.7/openerp/addons/web/http.py", line 628, in wsgi_postload openerp.wsgi.register_wsgi_handler(Root()) File "/usr/lib/pymodules/python2.7/openerp/addons/web/http.py", line 517, in __init__ self.load_addons() File "/usr/lib/pymodules/python2.7/openerp/addons/web/http.py", line 580, in load_addons m = __import__('openerp.addons.' + module) File "/usr/lib/pymodules/python2.7/openerp/modules/module.py", line 133, in load_module mod = imp.load_module('openerp.addons.' + module_part, f, path, descr) File "/usr/lib/pymodules/python2.7/openerp/addons/account_voucher~1/__init__.py", line 24, in <module> import report File "/usr/lib/pymodules/python2.7/openerp/addons/account_voucher~1/report/__init__.py", line 22, in <module> import account_voucher File "/usr/lib/pymodules/python2.7/openerp/addons/account_voucher~1/report/account_voucher.py", line 72, in <module> parser=report_voucher,header="external" File "/usr/lib/pymodules/python2.7/openerp/report/report_sxw.py", line 390, in __init__ report_rml.__init__(self, name, table, rml, '') File "/usr/lib/pymodules/python2.7/openerp/report/interface.py", line 65, in __init__ super(report_rml, self).__init__(name) File "/usr/lib/pymodules/python2.7/openerp/report/interface.py", line 45, in __init__ assert not self.exists(name), 'The report "%s" already exists!' % name AssertionError: The report "report.voucher.cash_receipt.drcr" already exists! 2014-03-30 22:25:04,511 2200 INFO ? openerp.service.wsgi_server: HTTP service (werkzeug) running on 0.0.0.0:8069 2014-03-30 22:25:04,512 2200 INFO ? openerp: OpenERP server is running, waiting for connections... 2014-03-30 22:25:09,179 2200 INFO ? werkzeug: 192.168.1.103 - - [30/Mar/2014 22:25:09] "GET / HTTP/1.1" 404 - 2014-03-30 22:36:00,698 2200 INFO ? openerp.service: Initiating shutdown 2014-03-30 22:36:00,698 2200 INFO ? openerp.service: Hit CTRL-C again or send a second signal to force the shutdown. 2014-03-30 22:36:37,794 3483 INFO ? openerp: OpenERP version 7.0-20140401-231338 2014-03-30 22:36:37,794 3483 INFO ? openerp: addons paths: /usr/lib/pymodules/python2.7/openerp/addons 2014-03-30 22:36:37,794 3483 INFO ? openerp: database hostname: localhost 2014-03-30 22:36:37,794 3483 INFO ? openerp: database port: 5432 2014-03-30 22:36:37,794 3483 INFO ? openerp: database user: openerp 2014-03-30 22:36:38,468 3483 CRITICAL ? openerp.modules.module: Couldn't load module web 2014-03-30 22:36:38,468 3483 CRITICAL ? openerp.modules.module: The report "report.voucher.cash_receipt.drcr" already exists! 2014-03-30 22:36:38,468 3483 ERROR ? openerp.service: Failed to load server-wide module web. The web module is provided by the addons found in the openerp-web project. Maybe you forgot to add those addons in your addons_path configuration. Traceback (most recent call last): File "/usr/lib/pymodules/python2.7/openerp/service/__init__.py", line 60, in load_server_wide_modules openerp.modules.module.load_openerp_module(m) File "/usr/lib/pymodules/python2.7/openerp/modules/module.py", line 415, in load_openerp_module getattr(sys.modules['openerp.addons.' + module_name], info['post_load'])() File "/usr/lib/pymodules/python2.7/openerp/addons/web/http.py", line 628, in wsgi_postload openerp.wsgi.register_wsgi_handler(Root()) File "/usr/lib/pymodules/python2.7/openerp/addons/web/http.py", line 517, in __init__ self.load_addons() File "/usr/lib/pymodules/python2.7/openerp/addons/web/http.py", line 580, in load_addons m = __import__('openerp.addons.' + module) File "/usr/lib/pymodules/python2.7/openerp/modules/module.py", line 133, in load_module mod = imp.load_module('openerp.addons.' + module_part, f, path, descr) File "/usr/lib/pymodules/python2.7/openerp/addons/account_voucher~1/__init__.py", line 24, in <module> import report File "/usr/lib/pymodules/python2.7/openerp/addons/account_voucher~1/report/__init__.py", line 22, in <module> import account_voucher File "/usr/lib/pymodules/python2.7/openerp/addons/account_voucher~1/report/account_voucher.py", line 72, in <module> parser=report_voucher,header="external" File "/usr/lib/pymodules/python2.7/openerp/report/report_sxw.py", line 390, in __init__ report_rml.__init__(self, name, table, rml, '') File "/usr/lib/pymodules/python2.7/openerp/report/interface.py", line 65, in __init__ super(report_rml, self).__init__(name) File "/usr/lib/pymodules/python2.7/openerp/report/interface.py", line 45, in __init__ assert not self.exists(name), 'The report "%s" already exists!' % name AssertionError: The report "report.voucher.cash_receipt.drcr" already exists! 2014-03-30 22:36:38,476 3483 INFO ? openerp.service.wsgi_server: HTTP service (werkzeug) running on 0.0.0.0:8069 2014-03-30 22:36:38,477 3483 INFO ? openerp: OpenERP server is running, waiting for connections... 2014-03-30 22:36:39,717 3483 INFO ? werkzeug: 192.168.1.103 - - [30/Mar/2014 22:36:39] "GET / HTTP/1.1" 404 - 2014-03-30 22:36:47,340 3483 INFO ? werkzeug: 192.168.1.103 - - [30/Mar/2014 22:36:47] "GET / HTTP/1.1" 404 - 2014-03-30 22:36:48,113 3483 INFO ? werkzeug: 192.168.1.103 - - [30/Mar/2014 22:36:48] "GET / HTTP/1.1" 404 - 2014-03-30 22:36:52,924 3483 INFO ? werkzeug: 192.168.1.103 - - [30/Mar/2014 22:36:52] "GET / HTTP/1.1" 404 - 2014-03-30 22:43:54,583 3483 INFO ? werkzeug: 192.168.1.103 - - [30/Mar/2014 22:43:54] "GET / HTTP/1.1" 404 - 2014-03-30 22:43:54,634 3483 INFO ? werkzeug: 192.168.1.103 - - [30/Mar/2014 22:43:54] "GET /favicon.ico HTTP/1.1" 404 - 2014-03-30 22:43:54,659 3483 INFO ? werkzeug: 192.168.1.103 - - [30/Mar/2014 22:43:54] "GET /favicon.ico HTTP/1.1" 404 - 2014-03-30 22:49:46,150 3483 INFO ? werkzeug: 192.168.1.103 - - [30/Mar/2014 22:49:46] "GET / HTTP/1.1" 404 - 2014-03-30 23:09:58,739 3483 INFO ? werkzeug: 192.168.1.103 - - [30/Mar/2014 23:09:58] "GET / HTTP/1.1" 404 - 2014-03-30 23:10:38,729 3483 INFO ? werkzeug: 192.168.1.103 - - [30/Mar/2014 23:10:38] "GET / HTTP/1.1" 404 - 2014-03-30 23:10:50,735 3483 INFO ? werkzeug: 192.168.1.103 - - [30/Mar/2014 23:10:50] "GET / HTTP/1.1" 404 - 2014-03-30 23:10:53,056 3483 INFO ? werkzeug: 192.168.1.103 - - [30/Mar/2014 23:10:53] "GET / HTTP/1.1" 404 - 2014-03-30 23:10:54,434 3483 INFO ? werkzeug: 192.168.1.103 - - [30/Mar/2014 23:10:54] "GET / HTTP/1.1" 404 - 2014-03-30 23:10:55,273 3483 INFO ? werkzeug: 192.168.1.103 - - [30/Mar/2014 23:10:55] "GET / HTTP/1.1" 404 - 2014-03-30 23:11:04,908 3483 INFO ? werkzeug: 192.168.1.103 - - [30/Mar/2014 23:11:04] "GET / HTTP/1.1" 404 - 2014-03-30 23:32:17,552 3984 INFO ? openerp: OpenERP version 7.0-20140401-231338 2014-03-30 23:32:17,552 3984 INFO ? openerp: addons paths: /usr/lib/pymodules/python2.7/openerp/addons 2014-03-30 23:32:17,552 3984 INFO ? openerp: database hostname: localhost 2014-03-30 23:32:17,552 3984 INFO ? openerp: database port: 5432 2014-03-30 23:32:17,552 3984 INFO ? openerp: database user: openerp 2014-03-30 23:32:17,633 3984 CRITICAL ? openerp.modules.module: Couldn't load module web 2014-03-30 23:32:17,633 3984 CRITICAL ? openerp.modules.module: The report "report.voucher.cash_receipt.drcr" already exists! 2014-03-30 23:32:17,633 3984 ERROR ? openerp.service: Failed to load server-wide module web. The web module is provided by the addons found in the openerp-web project. Maybe you forgot to add those addons in your addons_path configuration. Traceback (most recent call last): File "/usr/lib/pymodules/python2.7/openerp/service/__init__.py", line 60, in load_server_wide_modules openerp.modules.module.load_openerp_module(m) File "/usr/lib/pymodules/python2.7/openerp/modules/module.py", line 415, in load_openerp_module getattr(sys.modules['openerp.addons.' + module_name], info['post_load'])() File "/usr/lib/pymodules/python2.7/openerp/addons/web/http.py", line 628, in wsgi_postload openerp.wsgi.register_wsgi_handler(Root()) File "/usr/lib/pymodules/python2.7/openerp/addons/web/http.py", line 517, in __init__ self.load_addons() File "/usr/lib/pymodules/python2.7/openerp/addons/web/http.py", line 580, in load_addons m = __import__('openerp.addons.' + module) File "/usr/lib/pymodules/python2.7/openerp/modules/module.py", line 133, in load_module mod = imp.load_module('openerp.addons.' + module_part, f, path, descr) File "/usr/lib/pymodules/python2.7/openerp/addons/account_voucher~1/__init__.py", line 24, in <module> import report File "/usr/lib/pymodules/python2.7/openerp/addons/account_voucher~1/report/__init__.py", line 22, in <module> import account_voucher File "/usr/lib/pymodules/python2.7/openerp/addons/account_voucher~1/report/account_voucher.py", line 72, in <module> parser=report_voucher,header="external" File "/usr/lib/pymodules/python2.7/openerp/report/report_sxw.py", line 390, in __init__ report_rml.__init__(self, name, table, rml, '') File "/usr/lib/pymodules/python2.7/openerp/report/interface.py", line 65, in __init__ super(report_rml, self).__init__(name) File "/usr/lib/pymodules/python2.7/openerp/report/interface.py", line 45, in __init__ assert not self.exists(name), 'The report "%s" already exists!' % name AssertionError: The report "report.voucher.cash_receipt.drcr" already exists! 2014-03-30 23:32:17,636 3984 INFO ? openerp.service.wsgi_server: HTTP service (werkzeug) running on 0.0.0.0:8069 2014-03-30 23:32:17,636 3984 INFO ? openerp: OpenERP server is running, waiting for connections... 2014-03-30 23:32:45,723 3984 INFO ? werkzeug: 192.168.1.103 - - [30/Mar/2014 23:32:45] "GET / HTTP/1.1" 404 - 2014-03-30 23:32:48,085 3984 INFO ? werkzeug: 192.168.1.103 - - [30/Mar/2014 23:32:48] "GET / HTTP/1.1" 404 -

Thanks for any advise

1
Avatar
Buang
Avatar
Med Said BARA
Jawaban Terbai

Hi;

As stated in the log, your problem comes probably from the module "account_voucher_report"

From the log: CRITICAL ? openerp.modules.module: The report "report.voucher.cash_receipt.drcr" already exists!

To be sure, just delete this folder from addons (you can restore it later), and see if the server start.

1
Avatar
Buang
Avatar
Vervoort Michel
Penulis Jawaban Terbai

Hi Said,

Thanks for your response. I have 2 folders account_voucher and account_voucher~1. When i remove account_voucher i can access the webinterface. Should i remove the 2nd one too? And how can i restore it.

Thx again you are a life saver :)

0
Avatar
Buang
Med Said BARA

First you must find which one of the both is installed. For this, see what is the color of each one in the modules list (list view not the Kanban view). (Color = , Black installed, Red Not Installed, Blue Pending State to Install, Grey Pending State to Remove).

Med Said BARA

To simplify, it seems that the two modules are identical, in this case, just uninstall the one with ~1 if he is already installed, and delete his folder; and install the other one;

Vervoort Michel
Penulis

removed the ~1 and all working normal again

Menikmati diskusi? Jangan hanya membaca, ikuti!

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

Daftar
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
  • Karir
  • 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 Svenska ภาษาไทย Türkçe українська Tiếng Việt

Odoo adalah software terintegrasi dengan 70+ aplikasi seperti CRM, Akuntansi, Inventaris, Sales, eCommerce, Marketing, POS; plus fitur lokal Indonesia!

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