Ir al contenido
Menú
Se marcó esta pregunta
1 Responder
4263 Vistas

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 Mejor respuesta

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
Publicaciones relacionadas Respuestas Vistas Actividad
3
ene 16
4275
0
nov 15
82
1
nov 15
5351
1
feb 23
2607
1
sept 21
5099