odoo-woocommerce-bridge
Sync Odoo with WooCommerce: products, inventory, orders, and customers via WooCommerce REST API and Odoo external API.
npx skills add sickn33/agentic-awesome-skills --skill odoo-woocommerce-bridge --agent claude-code
Same command for any agent — swap --agent for codex, cursor, copilot.
Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.
# Odoo ↔ WooCommerce Bridge ## Overview This skill guides you through building a reliable sync bridge between Odoo (the back-office ERP) and WooCommerce (the WordPress online store). It covers product catalog sync, real-time inventory updates, order import, and customer record management. ## When to Use This Skill - Running a WooCommerce store with Odoo for inventory and fulfillment. - Automatically pulling WooCommerce orders into Odoo as sale orders. - Keeping WooCommerce product stock in sync with Odoo's warehouse. - Mapping WooCommerce order statuses to Odoo delivery states. ## How It Works 1. **Activate**: Mention `@odoo-woocommerce-bridge` and describe your sync requirements. 2. **Design**: Get the field mapping table between WooCommerce and Odoo objects. 3. **Build**: Receive Python integration scripts using the WooCommerce REST API. ## Field Mapping: WooCommerce → Odoo | WooCommerce | Odoo | |---|---| | `products` | `product.template` + `product.product` | | `orders` | `sale.order` + `sale.order.line` | | `customers` | `res.partner` | | `stock_quantity` | `stock.quant` | | `sku` | `product.product.default_code` | | `order status: processing` | Sale Order: `sale` (confirmed)
- Overview
- When to Use This Skill
- How It Works
- Field Mapping: WooCommerce → Odoo
- Examples
- Example 1: Pull WooCommerce Orders into Odoo (Python)
- Example 2: Push Odoo Stock to WooCommerce
- Best Practices
- Limitations
What does the odoo-woocommerce-bridge skill do?
Sync Odoo with WooCommerce: products, inventory, orders, and customers via WooCommerce REST API and Odoo external API.
How do I install it?
Run `npx skills add sickn33/agentic-awesome-skills --skill odoo-woocommerce-bridge --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.
Where does this skill come from?
From sickn33/agentic-awesome-skills, a repository with 44,414 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.
Is a popular skill a good skill?
Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.