Hello,
I have successfully installed Odoo 11 but after adding the enterprise addons it starts to give an error related to a version module. I pasted the error in the comment below since I was not able to add it in the comment.
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
- CRM
- e-Commerce
- Accounting
- Inventory
- PoS
- Project
- MRP
This question has been flagged
I soved it myself replacing suds-jarko package with suds-py3.
hello how to limit number of records per page on qweb
As I can see the error in the below line in __init__.py of suds python library
from version import __build__, __version__
and it should be from .version import __build__, __version__
So you can uninstall suds-jurko python library if already installed and install it again. The recommended version as per Odoo 11.0 Requirements suds-jurko==0.6
Enjoying the discussion? Don't just read, join in!
Create an account today to enjoy exclusive features and engage with our awesome community!
Sign upRelated Posts | Replies | Views | Activity | |
---|---|---|---|---|
|
2
Jul 24
|
2434 | ||
|
1
Jun 24
|
4950 | ||
|
1
Oct 23
|
10609 | ||
|
1
Oct 23
|
98 | ||
413 Request Entity Too Large
Solved
|
|
1
Aug 23
|
2193 |
Please check server logs and post the errors if you are getting any in the log file.
My topic editor crashed and not all the message was saved. Actually the installation went fine and the Odoo 11 server starts without issues. After adding the enterprise addons I got this error:
ERROR:werkzeug:Error on request:#012Traceback (most recent call last):#012 File "/opt/odoo-11.0/odoo_env/lib/python3.6/site-packages/werkzeug/serving.py", line 205, in run_wsgi#012 execute(self.server.app)#012 File "/opt/odoo-11.0/odoo_env/lib/python3.6/site-packages/werkzeug/serving.py", line 193, in execute#012 application_iter = app(environ, start_response)#012 File "/opt/odoo-11.0/odoo/odoo/service/wsgi_server.py", line 178, in application#012 return ProxyFix(application_unproxied)(environ, start_response)#012 File "/opt/odoo-11.0/odoo_env/lib/python3.6/site-packages/werkzeug/contrib/fixers.py", line 152, in __call__#012 return self.app(environ, start_response)#012 File "/opt/odoo-11.0/odoo/odoo/service/wsgi_server.py", line 154, in application_unproxied#012 result = handler(environ, start_response)#012 File "/opt/odoo-11.0/odoo/odoo/http.py", line 1320, in __call__#012 self.load_addons()#012 File "/opt/odoo-11.0/odoo/odoo/http.py", line 1352, in load_addons#012 m = __import__('odoo.addons.' + module)#012 File "/opt/odoo-11.0/odoo/odoo/modules/module.py", line 82, in load_module#012 exec(open(modfile, 'rb').read(), new_mod.__dict__)#012 File "<string>", line 4, in <module>#012 #012 File "/opt/odoo-11.0/enterprise/delivery_fedex/models/__init__.py", line 3, in <module>#012 from . import delivery_fedex#012 File "/opt/odoo-11.0/enterprise/delivery_fedex/models/delivery_fedex.py", line 10, in <module>#012 from .fedex_request import FedexRequest#012 File "/opt/odoo-11.0/enterprise/delivery_fedex/models/fedex_request.py", line 6, in <module>#012 import suds # should work with suds or its fork suds-jurko#012 File "/opt/odoo-11.0/odoo_env/lib/python3.6/site-packages/suds/__init__.py", line 28, in <module>#012 from version import __build__, __version__#012ModuleNotFoundError: No module named 'version'
Sep 21 20:00:53 odoo-hhjq Odoo Server 11.0:?:ERROR:werkzeug:Error on request:#012Traceback (most recent call last):#012 File "/opt/odoo-11.0/odoo_env/lib/python3.6/site-packages/werkzeug/serving.py", line 205, in run_wsgi#012 execute(self.server.app)#012 File "/opt/odoo-11.0/odoo_env/lib/python3.6/site-packages/werkzeug/serving.py", line 193, in execute#012 application_iter = app(environ, start_response)#012 File "/opt/odoo-11.0/odoo/odoo/service/wsgi_server.py", line 178, in application#012 return ProxyFix(application_unproxied)(environ, start_response)#012 File "/opt/odoo-11.0/odoo_env/lib/python3.6/site-packages/werkzeug/contrib/fixers.py", line 152, in __call__#012 return self.app(environ, start_response)#012 File "/opt/odoo-11.0/odoo/odoo/service/wsgi_server.py", line 154, in application_unproxied#012 result = handler(environ, start_response)#012 File "/opt/odoo-11.0/odoo/odoo/http.py", line 1320, in __call__#012 self.load_addons()#012 File "/opt/odoo-11.0/odoo/odoo/http.py", line 1352, in load_addons#012 m = __import__('odoo.addons.' + module)#012 File "/opt/odoo-11.0/odoo/odoo/modules/module.py", line 82, in load_module#012 exec(open(modfile, 'rb').read(), new_mod.__dict__)#012 File "<string>", line 4, in <module>#012 #012 File "/opt/odoo-11.0/enterprise/delivery_fedex/models/__init__.py", line 3, in <module>#012 from . import delivery_fedex#012 File "/opt/odoo-11.0/enterprise/delivery_fedex/models/delivery_fedex.py", line 10, in <module>#012 from .fedex_request import FedexRequest#012 File "/opt/odoo-11.0/enterprise/delivery_fedex/models/fedex_request.py", line 6, in <module>#012 import suds # should work with suds or its fork suds-jurko#012 File "/opt/odoo-11.0/odoo_env/lib/python3.6/site-packages/suds/__init__.py", line 28, in <module>#012 from version import __build__, __version__#012ModuleNotFoundError: No module named 'version'