I have a problems installing odoo-connector for magento (1.9). (http://odoo-connector.com). I think this site is outdated for install on odoo 10? Does anybody know where to start?
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
I have a problems installing odoo-connector for magento (1.9). (http://odoo-connector.com). I think this site is outdated for install on odoo 10? Does anybody know where to start?
Hello Jochem,
It seems like you might missing installation of cachetools, you can install it by below command.
pip install cachetools
Thanks, afther installing cachetools and the right version of queue the problem is solved.
Did you have read the reference documents on github.com of it?
Or, you can browsing http://odoo-magento-connector.com/
I followed the reference documents but still getting the following problem;
2018-04-17 14:47:57,221 1731 ERROR ? werkzeug: Error on request:
Traceback (most recent call last):
File "/usr/lib/python2.7/dist-packages/werkzeug/serving.py", line 180, in run_wsgi
execute(self.server.app)
File "/usr/lib/python2.7/dist-packages/werkzeug/serving.py", line 168, in execute
application_iter = app(environ, start_response)
File "/opt/odoo/odoo-10.0/odoo/service/server.py", line 249, in app
return self.app(e, s)
File "/opt/odoo/odoo-10.0/odoo/service/wsgi_server.py", line 186, in application
return application_unproxied(environ, start_response)
File "/opt/odoo/odoo-10.0/odoo/service/wsgi_server.py", line 172, in application_unproxied
result = handler(environ, start_response)
File "/opt/odoo/odoo-10.0/odoo/http.py", line 1307, in __call__
self.load_addons()
File "/opt/odoo/odoo-10.0/odoo/http.py", line 1328, in load_addons
m = __import__('odoo.addons.' + module)
File "/opt/odoo/odoo-10.0/odoo/modules/module.py", line 81, in load_module
execfile(modfile, new_mod.__dict__)
File "/opt/odoo/odoo-10.0/custom/connector/connector/__init__.py", line 2, in <module>
from . import components
File "/opt/odoo/odoo-10.0/custom/connector/connector/components/__init__.py", line 2, in <module>
from . import core
File "/opt/odoo/odoo-10.0/custom/connector/connector/components/core.py", line 68, in <module>
from odoo.addons.component.core import AbstractComponent
File "/opt/odoo/odoo-10.0/odoo/modules/module.py", line 81, in load_module
execfile(modfile, new_mod.__dict__)
File "/opt/odoo/odoo-10.0/custom/connector/component/__init__.py", line 2, in <module>
from . import core
File "/opt/odoo/odoo-10.0/custom/connector/component/core.py", line 65, in <module>
class ComponentRegistry(object):
File "/opt/odoo/odoo-10.0/custom/connector/component/core.py", line 106, in ComponentRegistry
@cachedmethod(operator.attrgetter('_cache'))
NameError: name 'cachedmethod' is not defined
Create an account today to enjoy exclusive features and engage with our awesome community!
Üye OlRelated Posts | Cevaplar | Görünümler | Aktivite | |
---|---|---|---|---|
|
1
Ara 19
|
4647 | ||
|
7
Eyl 18
|
6714 | ||
|
2
Ağu 16
|
3938 | ||
Magento Connector / Odoo v8
Solved
|
|
11
May 16
|
20422 | |
|
0
Nis 21
|
2164 |
Still have the same problem afther installing cachetools... any more ideas?