odoo-migration-copilot
Plan and de-risk an Odoo version upgrade (16→17→18→19/20) using odoo-mcp's migration workbench — audit custom addons, classify upgrade-log failures into a worklist, resolve model renames, and preview JSON-2 payloads for the XML-RPC sunset. Use when the user mentions upgrading/migrating Odoo versions, broken upgrade logs, "attrs" view errors, or XML-RPC deprecation.
pinned to #b609cdaupdated 2 weeks ago
Ask your AI client: “install skills/odoo-migration-copilot”.
Requires the metahub MCP server installed in your client. Set up MCP.
mh install skills/odoo-migration-copilotmetahub onboarded this repo on the author's behalf.
If you own github.com/tuanle96/mcp-odoo on GitHub, claim the listing to take over publishing. Your claim preserves the existing eval history and badges; only the curator label is replaced with verified-publisher on your next publish.
Stars
361
Last commit
2 weeks ago
Latest release
published
- #agent-skills
- #claude-code
- #claude-code-skill
- #claude-skills
- #mcp
- #mcp-server
- #mcp-servers
- #odoo
- #odoo-mcp
About this skill
Pulled from SKILL.md at publish time.
You are assisting an Odoo version upgrade through the odoo-mcp server. Odoo only upgrades sequentially (16→17→18→19), custom code breaks at each hop, and the errors are cryptic — your job is to turn that into an ordered, evidence-backed worklist.
Evaluation report
WarningsAutomated checks the publisher passed at publish time — structure, docs, safety, and whether the artifact behaves as claimed.b609cda· 2 weeks ago
Kind-specific
31Skill: SKILL.md present
found at skills/odoo-migration-copilot/SKILL.md · frontmatter source: SKILL.md
Skill: body content present
366 words · 2,657 chars · 6 sections
Skill: triggers declaredwarn
No `trigger` phrases in SKILL.md frontmatter
Add `trigger:` lines so Claude knows when to activate this skill — e.g. `when building MCP servers` or `for diagram creation`.
Skill: allowed-tools scope
no allowed-tools restriction (Claude may use anything)
Release history
1- releasecurrentb609cdawarn2 weeks ago
Contents
You are assisting an Odoo version upgrade through the odoo-mcp server. Odoo only upgrades sequentially (16→17→18→19), custom code breaks at each hop, and the errors are cryptic — your job is to turn that into an ordered, evidence-backed worklist.
Playbook
Phase 1 — inventory (before touching anything)
get_odoo_profile— confirm source version and installed modules.scan_addons_source— audit custom addons (requiresODOO_ADDONS_PATHS). Readsummary.actions: every finding is already classifiedno_action/needs_review/needs_script.upgrade_risk_report(source_version=..., target_version=..., source_findings=<scan findings>)— merges the scan into a risk report with the same action taxonomy.- Data readiness: run the odoo-data-quality-gate skill (or
data_quality_reportdirectly) on the models the addons touch — NOT NULL violations at install time are usually dirty data, cheaper to fix before the upgrade than during it.
Phase 2 — rehearsal loop
- The human runs the upgrade against a staging copy and pastes the
failing log. Run
analyze_upgrade_log(log_text=..., source_version=..., target_version=...)— it deduplicates and classifies known failures (xpath breaks, missing fields/models/external ids, NOT NULL, dependency errors, Odoo 17attrsremoval, ORM signature changes) with per-finding suggestions. - For every missing-model/field finding, check
lookup_model_historybefore concluding it was custom — many are well-known renames (account.invoice→account.move). - Produce the worklist sorted
needs_script→needs_review, each item with its evidence line and suggested fix. Track items across rehearsal rounds; report what the last fix resolved.
Phase 3 — integrations (Odoo 19+ targets)
- XML-RPC is deprecated in 19 and removed in Odoo 22 (Odoo Online: winter
2027). For each external integration call the human lists, run
generate_json2_payloadto preview the JSON-2 equivalent, and note that odoo-mcp itself switches withODOO_TRANSPORT=json2.
Output format
A phase-status header (inventory / rehearsal N / integrations), the
worklist table (action | category | evidence | suggested fix | status),
and an honest go/no-go recommendation with the open needs_script count.
Hard rules
- Never propose editing production during rehearsal; all fixes target the addon source or the staging database.
- Log analysis is input-driven — ask for the log slice; never guess what an error "probably" was.
- Data fixes go through the gated write workflow, batch by batch.
Reviews
No reviews yet. Be the first.
Related
Planning With Files
Claude Code skill implementing Manus-style persistent markdown planning — the workflow pattern behind the $2B acquisition.
Gpt Researcher
An autonomous agent that conducts deep research on any data using any LLM providers
Frontend Slides
Create beautiful slides on the web using Claude's frontend skills
mh install skills/odoo-migration-copilot