تخطي للذهاب إلى المحتوى
القائمة
لقد تم الإبلاغ عن هذا السؤال
1 الرد
4301 أدوات العرض

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
يناير 16
4331
0
نوفمبر 15
82
1
نوفمبر 15
5394
1
فبراير 23
2666
1
سبتمبر 21
5153