when i try to install a third party module i get this error please
Traceback (most recent call last):
File "C:\Program Files\Odoo 14.0.20230508\server\odoo\http.py", line 650, in _handle_exception
return super(JsonRequest, self)._handle_exception(exception)
File "C:\Program Files\Odoo 14.0.20230508\server\odoo\http.py", line 317, in _handle_exception
raise exception.with_traceback(None) from new_cause
ImportError: cannot import name '_' from 'importlib.resources' (C:\Program Files\Odoo 14.0.20230508\python\lib\importlib\resources.py)
I'm not a developer so please help
Hi,
Please refer the blog on how to install custom module in odoo
https://www.cybrosys.com/blog/how-to-install-custom-modules-in-odoo
or refer the youtube link
https://www.youtube.com/watch?v=coQzKW6l_y8
Regards