By halim-23
Odoo development skills for versions 17.0, 18.0, 19.0 (Community & Enterprise). Covers models, views, modules, controllers, wizards, security, reports, OWL/JS, migration, and debugging.
Expert Odoo accounting module customization for versions 17.0, 18.0, 19.0 (Community & Enterprise). Covers account.move (invoices, bills, journal entries), account.move.line, account.payment, account.tax, account.fiscal.position, analytic distribution, reconciliation, chart of accounts, and payment terms. Use when user mentions invoices, bills, payments, journal entries, reconciliation, taxes, fiscal positions, analytic accounts, or invokes /odoo-accounting.
Generate and validate Odoo-style git commit messages following official Odoo guidelines. Use this skill whenever the user asks to write a commit message, stage changes, review what to commit, or says things like 'help me commit', 'write a commit message', 'how should I commit this', 'generate commit message', or 'what tag should I use' in an Odoo project context. Always apply the [TAG] module short description format with a full WHY-focused description body.
Odoo HTTP and JSON-RPC controller development for versions 17.0, 18.0, 19.0 (Community & Enterprise). Covers route definitions, authentication types, JSON endpoints, website pages, portal pages, file downloads, and CORS. Use when user asks about Odoo controllers, routes, HTTP, REST API, or invokes /odoo-controller.
Odoo debugging and troubleshooting for versions 17.0, 18.0, 19.0 (Community & Enterprise). Covers debug mode, logging, ORM query analysis, shell, common errors and fixes, performance profiling, and developer tools. Use when user asks about debugging Odoo, errors, performance, logs, shell, or invokes /odoo-debug.
Expert Odoo production deployment, server setup, and DevOps guidance for versions 17.0, 18.0, 19.0. Covers production server, odoo.conf, nginx, SSL, systemd, Docker, Odoo.sh, backup, restore, update strategy, multiple workers, pgbouncer, server migration, deployment pipeline, git submodule on Odoo.sh, staging branch, production branch, server crash, out of memory, high CPU, module update on production, or anything about running Odoo reliably in production. Also trigger for 'how do I deploy my module', 'set up a production Odoo server', 'configure SSL for Odoo', 'how to update production safely', 'Odoo.sh branch strategy', or 'Docker compose for Odoo'.
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
Comprehensive Odoo development skills for GitHub Copilot CLI and Claude Code.
Covers Odoo 17.0, 18.0, 19.0 — Community & Enterprise — with source-verified, version-accurate knowledge.
copilot plugin install halim-23/odoo-dev-plugin
Update later:
git -C ~/.copilot/installed-plugins/_direct/halim-23--odoo-dev-plugin pull
Copilot CLI installs plugins as a git clone under
~/.copilot/installed-plugins/_direct/<owner>--<repo>/, so a plaingit pullfetches the latest skills without reinstalling.
# Step 1 — add this repo as a marketplace (one time)
claude plugin marketplace add halim-23/odoo-dev-plugin
# Step 2 — install the plugin
claude plugin install odoo-dev
Update later:
claude plugin update odoo-dev@odoo-dev
| Skill | Covers |
|---|---|
/odoo-model | Fields, ORM, compute/inverse, constrains, dynamic domains, v19 Domain class |
/odoo-view | Form/list/kanban/search arch, attrs, chatter, widgets, deprecations |
/odoo-module | Manifest, ir.cron (v17/v18/v19 diffs), data/demo XML, hooks, tests |
/odoo-controller | HTTP routes, JSON-RPC, auth types, CORS, session |
/odoo-wizard | TransientModel, wizard flow, multi-step, return actions |
/odoo-security | ir.model.access, ir.rule, groups, sudo(), portal |
/odoo-report | QWeb PDF, XLSX, ir.actions.report, custom parsers |
/odoo-js | OWL components, field widgets, view_widgets, custom view types, doAction, hooks |
/odoo-migration | OCA migration scripts, odoo.sh, on-prem upgrade, v17→v18→v19 |
/odoo-debug | Logging, shell, profiler, query count, --dev modes |
/odoo-mail-template | XML email templates v17/v18/v19, t-out, QWeb, jinja2 |
/odoo-portal | Portal pages, CustomerPortal, portal.mixin, chatter in portal, access tokens, v17/v18/v19 diffs |
/odoo-accounting | account.move, account.move.line, invoices, payments, taxes, reconciliation, analytic distribution |
/odoo-testing | TransactionCase, Form helper, HttpCase, tour tests, test tags, mocking, assertions |
/odoo-performance | N+1 queries, search_fetch, precompute, ormcache, bulk ops, indexes, cron chunking |
/odoo-i18n | _(), _lt(), .po/.pot files, translate=True, RTL, --i18n-export/--i18n-import |
/odoo-deployment | Odoo.sh, VPS setup, nginx/SSL, systemd, Docker, odoo.conf, backup, safe update strategy |
/odoo-commit | Odoo [TAG] module: description format, WHY-focused body, all official tags |
/odoo-senior-architect | Module architecture, multi-company, integration patterns, state machines, anti-patterns |
Use skill name in prompt:
Use /odoo-model to create a product.template inheritance with computed price field
Or Copilot auto-selects the relevant skill based on your prompt.
All skills include version-specific notes, deprecation tables, and migration guidance.
npx claudepluginhub halim-23/odoo-dev-plugin --plugin odoo-devOdoo module generation, review, and upgrade for versions 14-19 with progressive skill loading
Domain-specific skills and agents for Odoo development, code review, and more
Editorial "Odoo ERP" bundle for Claude Code from Antigravity Awesome Skills.
Custom commands, skills, agents, rules, hooks, and output styles for Claude Code - session continuity and modern CLI tooling for real-world development workflows
Professional Frappe Framework v15 development toolkit with multi-layer architecture patterns, DocType scaffolding, REST API v2 development, and comprehensive testing
Expert agents for software architecture, backend development, and system design