Skip to Content
Odoo Menu
  • Sign in
  • Try it free
  • Apps
    Finance
    • Accounting
    • Invoicing
    • Expenses
    • Spreadsheet (BI)
    • Documents
    • Sign
    Sales
    • CRM
    • Sales
    • POS Shop
    • POS Restaurant
    • Subscriptions
    • Rental
    Websites
    • Website Builder
    • eCommerce
    • Blog
    • Forum
    • Live Chat
    • eLearning
    Supply Chain
    • Inventory
    • Manufacturing
    • PLM
    • Purchase
    • Maintenance
    • Quality
    Human Resources
    • Employees
    • Recruitment
    • Time Off
    • Appraisals
    • Referrals
    • Fleet
    Marketing
    • Social Marketing
    • Email Marketing
    • SMS Marketing
    • Events
    • Marketing Automation
    • Surveys
    Services
    • Project
    • Timesheets
    • Field Service
    • Helpdesk
    • Planning
    • Appointments
    Productivity
    • Discuss
    • Artificial Intelligence
    • IoT
    • VoIP
    • Knowledge
    • WhatsApp
    Third party apps Odoo Studio Odoo Cloud Platform
  • Industries
    Retail
    • Book Store
    • Clothing Store
    • Furniture Store
    • Grocery Store
    • Hardware Store
    • Toy Store
    Food & Hospitality
    • Bar and Pub
    • Restaurant
    • Fast Food
    • Guest House
    • Beverage Distributor
    • Hotel
    Real Estate
    • Real Estate Agency
    • Architecture Firm
    • Construction
    • Property Management
    • Gardening
    • Property Owner Association
    Consulting
    • Accounting Firm
    • Odoo Partner
    • Marketing Agency
    • Law firm
    • Talent Acquisition
    • Audit & Certification
    Manufacturing
    • Textile
    • Metal
    • Furnitures
    • Food
    • Brewery
    • Corporate Gifts
    Health & Fitness
    • Sports Club
    • Eyewear Store
    • Fitness Center
    • Wellness Practitioners
    • Pharmacy
    • Hair Salon
    Trades
    • Handyman
    • IT Hardware & Support
    • Solar Energy Systems
    • Shoe Maker
    • Cleaning Services
    • HVAC Services
    Others
    • Nonprofit Organization
    • Environmental Agency
    • Billboard Rental
    • Photography
    • Bike Leasing
    • Software Reseller
    Browse all Industries
  • Community
    Learn
    • Tutorials
    • Documentation
    • Certifications
    • Training
    • Blog
    • Podcast
    Empower Education
    • Education Program
    • Scale Up! Business Game
    • Visit Odoo
    Get the Software
    • Download
    • Compare Editions
    • Releases
    Collaborate
    • Github
    • Forum
    • Events
    • Translations
    • Become a Partner
    • Services for Partners
    • Register your Accounting Firm
    Get Services
    • Find a Partner
    • Find an Accountant
    • Meet an advisor
    • Implementation Services
    • Customer References
    • Support
    • Upgrades
    Github Youtube Twitter Linkedin Instagram Facebook Spotify
    +1 (650) 691-3277
    Get a demo
  • Pricing
  • Help
You need to be registered to interact with the community.
All Posts People Badges
Tags (View all)
odoo accounting v14 pos v15
About this forum
You need to be registered to interact with the community.
All Posts People Badges
Tags (View all)
odoo accounting v14 pos v15
About this forum
Help

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

Subscribe

Get notified when there's activity on this post

This question has been flagged
2 Replies
12126 Views
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
Discard
Avatar
Med Said BARA
Best Answer

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
Discard
Avatar
Vervoort Michel
Author Best Answer

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
Discard
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
Author

removed the ~1 and all working normal again

Enjoying the discussion? Don't just read, join in!

Create an account today to enjoy exclusive features and engage with our awesome community!

Sign up
Community
  • Tutorials
  • Documentation
  • Forum
Open Source
  • Download
  • Github
  • Runbot
  • Translations
Services
  • Odoo.sh Hosting
  • Support
  • Upgrade
  • Custom Developments
  • Education
  • Find an Accountant
  • Find a Partner
  • Become a Partner
About us
  • Our company
  • Brand Assets
  • Contact us
  • Jobs
  • Events
  • Podcast
  • Blog
  • Customers
  • Legal • Privacy
  • Security
الْعَرَبيّة 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 is a suite of open source business apps that cover all your company needs: CRM, eCommerce, accounting, inventory, point of sale, project management, etc.

Odoo's unique value proposition is to be at the same time very easy to use and fully integrated.

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