跳至内容
菜单
此问题已终结
1 回复
4276 查看

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?
 

形象
丢弃
编写者 最佳答案

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?

形象
丢弃
相关帖文 回复 查看 活动
3
1月 16
4314
0
11月 15
82
1
11月 15
5369
1
2月 23
2637
1
9月 21
5125