hi fellow odooers
i was messing around with js file in asterisk_click2dial module and change some boolean function from false to true , and from then everything went upside down the whole service got down, i reversed the changes i made to that js file but it didnt fix anything , i think made some files to mutate in odoo :)
here is the error appearing in /var/log/odoo/odoo-server.log ,
can some one help a brother out?
from odoo.addons.web.controllers.main import WebClient, Binary, Home
File "/usr/lib/python3.6/site-packages/odoo/addons/web/controllers/__init__.py", line 4, in
from . import main, pivot
File "/usr/lib/python3.6/site-packages/odoo/addons/web/controllers/main.py", line 51, in
loader = jinja2.PackageLoader('odoo.addons.web', "views")
File "/usr/local/lib64/python3.6/site-packages/jinja2/loaders.py", line 286, in init
spec = importlib.util.find_spec(package_name)
File "/usr/lib64/python3.6/importlib/util.py", line 102, in find_spec
raise ValueError('{}.spec is None'.format(name))
ValueError: odoo.addons.web.spec is None
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
- CRM
- e-Commerce
- Accounting
- Inventory
- PoS
- Project management
- MRP
This question has been flagged
1
Reply
2346
Views
Try to update the module 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
Please use a meaningful title.