Creates and enhances Odoo 16.0 connector modules that integrate with external systems (e-commerce, logistics, accounting, CRM) using the `generic_connector` framework
View on GitHubjamshu/jamshi-marketplace
odoo-dev
January 22, 2026
Select agents to install to:
npx add-skill https://github.com/jamshu/jamshi-marketplace/blob/main/plugins/odoo-dev/skills/odoo-connector-module-creator/SKILL.md -a claude-code --skill odoo-connector-module-creatorInstallation paths:
.claude/skills/odoo-connector-module-creator/# Odoo Connector Module Creator and Enhancer ## Description Creates and enhances Odoo 16.0 connector modules that integrate with external systems (e-commerce, logistics, accounting, CRM) using the `generic_connector` framework. This skill handles: - **New Connector Creation**: Build complete integration modules for Shopify, WooCommerce, Amazon, or any external API - **Connector Enhancement**: Add features like inventory sync, webhook support, or new entity types to existing connectors - **Troubleshooting**: Debug sync issues, API errors, authentication problems, and queue job failures - **Architecture Implementation**: Properly implement binding models, adapters, mappers, and importers/exporters The skill leverages production-tested patterns from reference connectors (zid_connector_v2, beatroute_connector) and provides automated scripts for generating boilerplate code. ## Overview Create production-ready Odoo 16.0 connector modules that integrate with external systems using the `generic_connector` framework. Handle creation of new connectors, enhancement of existing connectors, troubleshooting sync issues, and debugging integration problems. ## When to Use This Skill Use this skill when the user requests: - **Creating new connectors**: "Create a Shopify connector", "Build WooCommerce integration", "Connect to Amazon API" - **Enhancing connectors**: "Add inventory sync to zid_connector", "Implement webhooks for orders", "Add product export" - **Adding entities**: "Add customer sync to the connector", "Import invoices from the external system" - **Troubleshooting**: "Orders aren't importing", "Webhook signature verification failing", "Fix sync errors" - **Debugging**: "Why is the API returning 401?", "Products are duplicating", "Queue jobs not running" ## Key Concepts ### Generic Connector Framework All connector modules extend `generic_connector`, which provides: 1. **Backend Model** - Configuration and orchestration 2. **Binding Models** - Link Odoo reco