WP Manifestindependent plugin directory

WC2odoo

WC2Odoo - WooCommerce to Odoo integration plugin

by Sebastian Lemos · github.com/slemos/wc2odoo · website

10stars
6forks

Install

No release zip yet. The repository archive installs, but the folder name will carry the branch suffix and updates will not flow:

wp plugin install https://github.com/slemos/wc2odoo/archive/refs/heads/main.zip

Readme

Odoo for WooCommerce

This project aims to integrate the popular e-commerce platform WooCommerce with the powerful ERP system Odoo. By combining the features of both platforms, users can streamline their business processes, manage inventory, track orders, and synchronize data seamlessly. ⚠️ Supported Odoo Versions This plugin is compatible with Odoo 13, Odoo 14, Odoo 15, and Odoo 16 only. It does not support versions earlier than Odoo 13 or later than Odoo 16.

Features

  • Bi-directional synchronization of products, customers, and orders between WooCommerce and Odoo.
  • Real-time inventory management and stock updates.
  • Automatic creation of invoices and shipping labels in Odoo.
  • Centralized management of product catalogs, pricing, and promotions.
  • Seamless integration with popular payment gateways supported by WooCommerce.
  • Customizable mapping of fields and data between the two systems.

Installation

To install and configure Odoo for WooCommerce, please follow the steps below:

  1. Clone this repository to your local machine.
  2. Navigate to the wc2odoo directory.
  3. Install the required dependencies by running npm install.
  4. Create a release version of this plugin by running npm run archive.
  5. Upload the plugin to your WooCommerce site and activate it!.

Contributing

We welcome contributions from the community to enhance and improve Odoo for WooCommerce.

License

This project is licensed under the GPL-2 License.

The front end (webpack library) of this project is licensed under the MIT License.

Read the full README on GitHub →