Skip to Content
Menú
This question has been flagged
1 Respondre
4283 Vistes

I am trying to import products from woocommerce to odoo db but can't. I having an exception like below:

Traceback (most recent call last):
  File "/home/Tanzil/erp_sources/Techstar_april/custom/addons/connector/queue/worker.py", line 124, in run_job job.perform(session) File "/home/Tanzil/erp_sources/Techstar_april/custom/addons/connector/queue/job.py", line 512, in perform self.result = self.func(session, *self.args, **self.kwargs) File "/home/Tanzil/erp_sources/Techstar_april/custom/addons/woocommerceerpconnect/unit/import_synchronizer.py", line 284, in import_record importer.run(woo_id, force=force) File "/home/Tanzil/erp_sources/Techstar_april/custom/addons/woocommerceerpconnect/unit/import_synchronizer.py", line 203, in run self._import_dependencies() File "/home/Tanzil/erp_sources/Techstar_april/custom/addons/woocommerceerpconnect/model/product.py", line 162, in
_import_dependencies
record = record['product']KeyError: 'product'

Image:

Also in odoo log I found this:

'message': 'No route was found matching the URL and request method', 'code': 'woocommerce_api_no_route'

How can I solve this?
 

Avatar
Descartar
Autor Best Answer

After installing wocommerce odoo connector plugin I have successfully installed and integrated the module. But, I can import - Product Categories, Customer not Products.

When I am trying to import products following error shows-

ReadTimeout: HTTPConnectionPool(host='mysitebd.com', port=80): Read timed out. (read timeout=5)

How to solve this?

Avatar
Descartar
Related Posts Respostes Vistes Activitat
3
de gen. 16
4321
0
de nov. 15
82
1
de nov. 15
5381
1
de febr. 23
2646
1
de set. 21
5137