콘텐츠로 건너뛰기
메뉴
커뮤니티에 참여하려면 회원 가입을 하시기 바랍니다.
신고된 질문입니다
1 회신
4236 화면

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
4254
0
11월 15
82
1
11월 15
5320
1
2월 23
2574
1
9월 21
4994