Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Openerp7 -wsgi cannot import name related_action #31

Closed
eyes2design opened this issue Aug 29, 2014 · 1 comment
Closed

Openerp7 -wsgi cannot import name related_action #31

eyes2design opened this issue Aug 29, 2014 · 1 comment

Comments

@eyes2design
Copy link

2014-08-29 17:06:22,505 8192 CRITICAL ? openerp.modules.module: Couldn't load module web
2014-08-29 17:06:22,506 8192 CRITICAL ? openerp.modules.module: cannot import name related_action
2014-08-29 17:06:22,506 8192 ERROR ? openerp.service: Failed to load server-wide module web.
The web module is provided by the addons found in the openerp-web project.
Maybe you forgot to add those addons in your addons_path configuration.
Traceback (most recent call last):
File "/www/openerp/openerp/odoo/openerp/service/init.py", line 60, in load_server_wide_modules
openerp.modules.module.load_openerp_module(m)
File "/www/openerp/openerp/odoo/openerp/modules/module.py", line 415, in load_openerp_module
getattr(sys.modules['openerp.addons.' + module_name], info['post_load'])()
File "/www/openerp/openerp/odoo/addons/web/http.py", line 628, in wsgi_postload
openerp.wsgi.register_wsgi_handler(Root())
File "/www/openerp/openerp/odoo/addons/web/http.py", line 517, in init
self.load_addons()
File "/www/openerp/openerp/odoo/addons/web/http.py", line 580, in load_addons
m = import('openerp.addons.' + module)
File "/www/openerp/openerp/odoo/openerp/modules/module.py", line 133, in load_module
mod = imp.load_module('openerp.addons.' + module_part, f, path, descr)
File "/www/openerp/openerp/odoo/oca_connector/connector-magento/magentoerpconnect/init.py", line 6, in
import magento_model
File "/www/openerp/openerp/odoo/oca_connector/connector-magento/magentoerpconnect/magento_model.py", line 34, in
from .unit.backend_adapter import GenericAdapter
File "/www/openerp/openerp/odoo/oca_connector/connector-magento/magentoerpconnect/unit/init.py", line 5, in
import import_synchronizer
File "/www/openerp/openerp/odoo/oca_connector/connector-magento/magentoerpconnect/unit/import_synchronizer.py", line 26, in
from openerp.addons.connector.queue.job import job, related_action
ImportError: cannot import name related_action

@guewen
Copy link
Member

guewen commented Sep 1, 2014

Hi,
this error means that you do not use the last version of the connector.

@guewen guewen closed this as completed Sep 1, 2014
jcoux pushed a commit to camptocamp/connector-magento that referenced this issue May 14, 2019
Travis and profiles configuration
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants