Skip to Content
Menu
v 13.0 Third Party 978
Download for v 13.0 Deploy on Odoo.sh
Availability
Odoo Online
Odoo.sh
On Premise
Lines of code 722
Technical Name woocommerce_connector
LicenseSee License tab
Websitehttps://www.isaatech.com
You bought this module and need support? Click here!
Availability
Odoo Online
Odoo.sh
On Premise
Lines of code 722
Technical Name woocommerce_connector
LicenseSee License tab
Websitehttps://www.isaatech.com

Following are the steps to use this module effectively:
1) Put in the KEY and SECRET in the connection menu.
2) Click Sync Button on the list.
3) Orders, Customers and Products will be Imported from WooCommerce to Odoo.
Data will be displayed on the WooCommerce Connector App as well as the odoo modules.
More updates will be pushed frequently. Contributors are invited and appreciated.
This is a free module and for more information contact on WhatsApp +923340239555 Or visit us at https://www.isaatech.com

MIT License

Copyright (c) 2020 Saad Mujeeb

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.

Please log in to comment on this module

  • The author can leave a single reply to each comment.
  • This section is meant to ask simple questions or leave a rating. Every report of a problem experienced while using the module should be addressed to the author directly (refer to the following point).
  • If you want to start a discussion with the author, please use the developer contact information. They can usually be found in the description.
Please choose a rating from 1 to 5 for this module.
It doesn't work but it nearly does... Thanks for making it open source though.
by
Tom Stoddart
on 10/4/20, 5:21 PM

This is the best open source attempt I've seen at an WooCommerce connector. But there are some problems:

  1. order_date and customer country are hard coded to April Fool's Day and Sweden respectively :)

  2. Product sync uses Odoo's barcode field as the WooCommerce SKU, I think internal reference is a better place for this

  3. the only authentication method for the WooCommerce API is via query string which isn't really great for security

  4. It should check for existing customers via email address

I'm going to set up a git repo and fork this because I have corrected a few of these bugs and I'm working on the others.


Re: It doesn't work but it nearly does... Thanks for making it open source though.
by
Saad Mujeeb
on 10/5/20, 2:16 AM Author

Thank you Tom for using the module, your contribution would be a great help for the community and I agree to your observations.

Thanks


by
BENKIRANE
on 4/18/21, 5:04 PM

Hello, 

Do you plan an update for version 14 please?

Re:
by
Saad Mujeeb
on 4/19/21, 9:37 AM Author

Yes indeed.we have plans for the update.
thankyou for showing your interest in the module


Where to get values/data ?
by
Flex Keller
on 10/12/20, 11:57 AM

I've installed this connetor. But where/hwo do I get the data I have to insert in odoo...?

Connection Name (OK. I get this one...)
URL (URL of WP or WooCommerce?)
API Endpoint ?
Key ?
Secret Key ?
User Name (WP Admin?)
WC Key ID ?
Permissions ? 



I get this bug
by
Esteban de Jesús Reyna Fonceca
on 8/31/20, 4:46 AM
  File "/odoo/custom/extra_addons/woocommerce_connector/models/models.py", line 56, in sync_woocommerce
    'product_id': data['id'],
TypeError: string indices must be integers