From atum-odoo
Comprehensive Odoo v19 knowledge base — 15 reference guides covering v19 core, security, performance, testing, deployment, OCA standards and server-tools, Owl frontend, SaaS patterns, multi-company, API integration, migration, ITPP patterns, and MCP integration. Use when working on any Odoo module, debugging Odoo behavior, designing an Odoo architecture, or integrating Odoo with external systems. Also exposes module-skeleton templates (event-association, field-service, healthcare-clinic, hospitality-pms, real-estate-agency, restaurant-pos, api-connector-framework) — full working examples fetchable from the upstream ultra-create-v28 repository.
npx claudepluginhub arnwaldn/atum-plugins-collection --plugin atum-odooThis skill uses the workspace's default tool permissions.
This skill aggregates the complete Odoo v19 reference documentation maintained by ATUM. When you're working on an Odoo project, read the relevant guide in `references/` **before** writing or modifying code — Odoo has many conventions (OCA standards, multi-company rules, security model) that are not obvious from the code.
references/INDEX.mdreferences/mcp-odoo-integration.mdreferences/odoo-api-integration.mdreferences/odoo-deployment-guide.mdreferences/odoo-itpp-patterns-guide.mdreferences/odoo-migration-guide.mdreferences/odoo-multi-company-guide.mdreferences/odoo-oca-server-tools-guide.mdreferences/odoo-oca-standards-guide.mdreferences/odoo-owl-frontend-guide.mdreferences/odoo-performance-guide.mdreferences/odoo-saas-guide.mdreferences/odoo-security-guide.mdreferences/odoo-testing-guide.mdreferences/odoo-v19-complete-guide.mdManages knowledge base ingestion, sync, organization, deduplication, and retrieval across local files, MCP memory, vector stores, Git repos, and Supabase. Useful for saving, searching, or updating knowledge systems.
Provides Kotlin Coroutines and Flow patterns for Android/KMP: structured concurrency, StateFlow, operators, combining flows, error handling, and testing.
Orchestrates multi-agent coding tasks via Claude DevFleet: plans projects into mission DAGs, dispatches parallel agents to isolated git worktrees, monitors progress, and retrieves structured reports.
This skill aggregates the complete Odoo v19 reference documentation maintained by ATUM. When you're working on an Odoo project, read the relevant guide in references/ before writing or modifying code — Odoo has many conventions (OCA standards, multi-company rules, security model) that are not obvious from the code.
references/ (they live next to this SKILL.md).odoo-orm-expert, odoo-accounting-expert, etc.).| Topic | File | When to read |
|---|---|---|
| Odoo v19 — complete guide | references/odoo-v19-complete-guide.md | Entry point, version specifics, breaking changes |
| Security model | references/odoo-security-guide.md | Adding models, record rules, groups, access rights |
| Performance | references/odoo-performance-guide.md | Slow queries, ORM bottlenecks, indexes, prefetch |
| Testing | references/odoo-testing-guide.md | Unit tests, HttpCase, tours, CI integration |
| Deployment | references/odoo-deployment-guide.md | Production setup, Nginx, systemd, backups |
| OCA standards | references/odoo-oca-standards-guide.md | Code style, naming, structure for OCA contributions |
| OCA server-tools | references/odoo-oca-server-tools-guide.md | Useful modules from OCA/server-tools |
| Owl frontend | references/odoo-owl-frontend-guide.md | JS components, hooks, services, QWeb templates |
| SaaS patterns | references/odoo-saas-guide.md | Multi-tenant, subscription billing, provisioning |
| Multi-company | references/odoo-multi-company-guide.md | Company-dependent fields, rules, security |
| API integration | references/odoo-api-integration.md | XML-RPC, JSON-RPC, REST controllers, webhooks |
| Migration | references/odoo-migration-guide.md | Upgrading modules across Odoo versions |
| ITPP patterns | references/odoo-itpp-patterns-guide.md | Proven patterns from itpp-labs and community |
| MCP integration | references/mcp-odoo-integration.md | Exposing Odoo via Model Context Protocol servers |
| Index | references/INDEX.md | Master index of all guides |
Full working Odoo module templates are available in the upstream ultra-create-v28 repository. They are not bundled in this plugin to keep it lean. To use them:
Use the /odoo-module command or ask the odoo-orm-expert agent to bootstrap a new module by adapting one of these templates. You can clone the upstream repo sparsely:
git clone --filter=blob:none --sparse https://github.com/arnwaldn/ultra-create-v28.git
cd ultra-create-v28
git sparse-checkout set knowledge/odoo/templates/module-skeleton
cp -r knowledge/odoo/templates/module-skeleton /path/to/your/addons/my_new_module
odoo-orm-expert, odoo-accounting-expert, odoo-manufacturing-expert, odoo-retail-pos-expert, odoo-healthcare-expert, odoo-hospitality-expert, odoo-education-expert, odoo-events-expert, odoo-field-service-expert, odoo-realestate-expert, odoo-food-beverage-expert, odoo-integration-expert/odoo, /odoo-module, /odoo-audit, /odoo-migrate