On 05/27/2014 09:46 AM, Thierry BOULOGNE wrote:
> Hello,
> 
> i update the connect and i get a strange error :
> 
> ==============================
>    File "/opt/openerp/v7/web/addons/web/http.py", line 580, in load_addons
>      m = __import__('openerp.addons.' + module)
>    File "/opt/openerp/v7/server/openerp/modules/module.py", line 133, in 
> load_module
>      mod = imp.load_module('openerp.addons.' + module_part, f, path, descr)
>    File 
> "/opt/openerp/v7/mconnect/openerp-connector-magento/magentoerpconnect/__init__.py",
>  
> line 6, in <module>
>      import magento_model
>    File 
> "/opt/openerp/v7/mconnect/openerp-connector-magento/magentoerpconnect/magento_model.py",
>  
> line 34, in <module>
>      from .unit.backend_adapter import GenericAdapter
>    File 
> "/opt/openerp/v7/mconnect/openerp-connector-magento/magentoerpconnect/unit/__init__.py",
>  
> line 5, in <module>
>      import import_synchronizer
>    File 
> "/opt/openerp/v7/mconnect/openerp-connector-magento/magentoerpconnect/unit/import_synchronizer.py",
>  
> line 26, in <module>
>      from openerp.addons.connector.queue.job import job, related_action
> ImportError: cannot import name related_action
> ====================================
> 
> End then get the "No handler found." on the web interface.
> 
> Does anybody get a tips to solve this please.
> 
> Thanks for help.
> 
> Regards
> 
> 
Hi,

My guess is that you didn't updated the openerp-connector branch. You
need to update all the branches at once, not only the Magento's one.

-- 
Mailing list: https://launchpad.net/~openerp-connector-community
Post to     : openerp-connector-community@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openerp-connector-community
More help   : https://help.launchpad.net/ListHelp

Reply via email to