Skip to Content
Menu
This question has been flagged
1 Reply
4991 Views

installed and try to use this connector. Get the following error messages :

Traceback (most recent call last): File "/home/openerp/openerp_7.0/openerp-connector/connector/queue/worker.py", line 122, in run_job job.perform(session) File "/home/openerp/openerp_7.0/openerp-connector/connector/queue/job.py", line 472, in perform self.result = self.func(session, self.args, *self.kwargs) File "/home/openerp/openerp_7.0/openerp-connector-magento/magentoerpconnect/unit/import_synchronizer.py", line 329, in import_record importer.run(magento_id, force=force) File "/home/openerp/openerp_7.0/openerp-connector-magento/magentoerpconnect/unit/import_synchronizer.py", line 174, in run self._import_dependencies() File "/home/openerp/openerp_7.0/openerp-connector-magento/magentoerpconnect/sale.py", line 649, in _import_dependencies self._import_addresses() File "/home/openerp/openerp_7.0/openerp-connector-magento/magentoerpconnect/sale.py", line 567, in _import_addresses mapper.convert(customer_record) File "/home/openerp/openerp_7.0/openerp-connector/connector/unit/mapper.py", line 717, in convert raise DeprecationWarning('Mapper.convert() has been deprecated, ' DeprecationWarning: Mapper.convert() has been deprecated, use Mapper.map_record() then map_record.values()

anybody knows what to do ? Thanks

Avatar
Discard
Best Answer

Hi,

This might be due to incompatible module with the last version of the Connector Framework.

You may refer the link if it may help you: https://accounts.openerp.com/forum/Help-1/question/43979

Avatar
Discard
Author

thanks for the reply Nehal. Forgot to specify that we are connecting Magento to OpenERP. The module is the one suggested in the instatallation guide of the connector homepage.

Nehal is correct, you probably use an old revision of the magentoerpconnector module on a more recent revision of the connector. Update the modules to their latest revisions or to their latest tags and you should be ok. See also http://openerp-magento-connector.com/guides/installation_guide.html

Author

the installation was done according to the installation guide of the adress you mentioned, so that cannot be the problem. $ bzr branch lp:magentoerpconnect/magento-module-oerp6.x-stable magento-module , so I don't think this is the problem

What are the revisions ids of the branches openerp-connector, openerp-connector-ecommerce, openerp-connector-magento? You can get them with the command bzr version-info --custom --template="{revision_id}\n"

Related Posts Replies Views Activity
0
Apr 21
2615
2
Oct 17
3251
1
Mar 15
4293
1
Mar 15
4285
4
Jul 20
12817