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.
- 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.
To install and configure Odoo for WooCommerce, please follow the steps below:
- Clone this repository to your local machine.
- Navigate to the
wc2odoo
directory. - Install the required dependencies by running
npm install
. - Create a release version of this plugin by running
npm run archive
. - Upload the plugin to your WooCommerce site and activate it!.
We welcome contributions from the community to enhance and improve Odoo for WooCommerce.
This project is licensed under the GPL-2 License.
The front end (webpack library) of this project is licensed under the MIT License.