Přejít na obsah
Menu
You need to be registered to interact with the community.
This question has been flagged
2 Odpovědi
4581 Zobrazení

Traceback (most recent call last):

File "/home/odoo-dev-d/workspace/odoo_v8/custome_addons/magento_connector/connector/queue/worker.py", line 124, in run_job

job.perform(session)

File "/home/odoo-dev-d/workspace/odoo_v8/custome_addons/magento_connector/connector/queue/job.py", line 512, in perform

self.result = self.func(session, *self.args, **self.kwargs)

File "/home/odoo-dev-d/workspace/odoo_v8/custome_addons/magento_connector/magentoerpconnect/unit/delete_synchronizer.py", line 49, in export_delete_record

deleter = env.get_connector_unit(MagentoDeleter)

File "/home/odoo-dev-d/workspace/odoo_v8/custome_addons/magento_connector/connector/connector.py", line 355, in get_connector_unit

self.model_name)(self)

File "/home/odoo-dev-d/workspace/odoo_v8/custome_addons/magento_connector/connector/backend.py", line 269, in get_class

(base_class, session, model_name))

NoConnectorUnitError: No matching class found for <class 'openerp.addons.magentoerpconnect.unit.delete_synchronizer.MagentoDeleter'> with session: <Session db_name: magento_test, uid: 1, context: {'job_uuid': u'c20bc146-4b2d-4d08-916f-2988f1ded526'}>, model name: magento.res.partner.category

Avatar
Zrušit

I am getting same error for the class

<class 'odoo.addons.magentoerpconnect.unit.import_synchronizer.BatchImporter'>

I am using odoo v10 and magento v2.0 

Nejlepší odpověď

You have to check all the arguments in the Connector Unit.

Avatar
Zrušit
Related Posts Odpovědi Zobrazení Aktivita
7
čvn 21
13374
1
čvc 25
355
0
kvě 17
3209
1
lis 16
3546
3
srp 22
4680