Skip to Content
Menu
This question has been flagged
1 Reply
2346 Views

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

Avatar
Discard

Please use a meaningful title.

Best Answer

Try to update the module again.

Avatar
Discard