mcpbeat Sign in

Odoo Migration Copilot Agent Skill

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.

779 tokens
context cost
the whole folder, loaded on every use
1
files
instructions only
0
copies elsewhere
how many repositories repackaged it
379
stars on the repo
on the repository, not the skill itself

Install

one command, takes just this skill from the repository
npx skills add https://github.com/erpipe-org/mcp-odoo --skill odoo-migration-copilot

The instruction itself

7 sections, as written by the author

Odoo migration copilot

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 (requires

ODOO_ADDONS_PATHS). Read summary.actions: every finding is already

classified no_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_report directly) 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 17 attrs removal, ORM signature changes) with per-finding

suggestions.

  • For every missing-model/field finding, check lookup_model_history

before concluding it was custom — many are well-known renames

(account.invoiceaccount.move).

  • Produce the worklist sorted needs_scriptneeds_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_payload to preview the JSON-2 equivalent, and note that

odoo-mcp itself switches with ODOO_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.

Other skills for the same job

different authors, same section of the catalogue
Protocolsio Integration
by christophacham
×4

Integration with protocols.io API for managing scientific protocols. This skill should be used when working with protocols.io to search, create, update, or publish protocols; manage protocol steps and materials; handle discussions and comments; organize workspaces; upload and manage files; or integrate protocols.io functionality into workflows. Applicable for protocol discovery, collaborative protocol development, experiment tracking, lab protocol management, and scientific documentation.

16k tokens
Tailored Resume Generator
by frostant
×4

Analyzes job descriptions and generates tailored resumes that highlight relevant experience, skills, and achievements to maximize interview chances

3k tokens
Excalidraw Diagram Generator
by github
vendor ×3

Generate Excalidraw diagrams from natural language descriptions. Use when asked to "create a diagram", "make a flowchart", "visualize a process", "draw a system architecture", "create a mind map", or "generate an Excalidraw file". Supports flowcharts, relationship diagrams, mind maps, and system architecture diagrams. Outputs .excalidraw JSON files that can be opened directly in Excalidraw.

36k tokens scripts
Expo Dev Client
by openai
vendor ×3

Build and distribute Expo development clients locally or via TestFlight

961 tokens
Executing Plans
by ZhanlinCui
×3

Use when you have a written implementation plan to execute in a separate session with review checkpoints

542 tokens
Anndata
by christophacham
×3

Data structure for annotated matrices in single-cell analysis. Use when working with .h5ad files or integrating with the scverse ecosystem. This is the data format skill—for analysis workflows use scanpy; for probabilistic models use scvi-tools; for population-scale queries use cellxgene-census.

16k tokens
Benchling Integration
by christophacham
×3

Benchling R&D platform integration. Access registry (DNA, proteins), inventory, ELN entries, workflows via API, build Benchling Apps, query Data Warehouse, for lab data management automation.

14k tokens
Biopython
by christophacham
×3

Comprehensive molecular biology toolkit. Use for sequence manipulation, file parsing (FASTA/GenBank/PDB), phylogenetics, and programmatic NCBI/PubMed access (Bio.Entrez). Best for batch processing, custom bioinformatics pipelines, BLAST automation. For quick lookups use gget; for multi-service integration use bioservices.

24k tokens

How to use it

Copy the folder

Take erpipe-org/odoo-migration-copilot from the repository into ~/.claude/skills for personal use, or into .claude/skills inside a project.

Check the name does not clash

The agent identifies a skill by the name field in its header. Two skills with the same name cannot sit side by side — one of them will be ignored.