odoo-migration

odoo-migration is a skill for Claude Code, Codex from chama-x/GroundRules. It costs 68 tokens per session (435 once invoked), scanned A, original, MIT.

A process for moving Odoo community addons between major Odoo versions and preparing them for contribution to the Odoo Community Association, a group that maintains open-source Odoo modules.

In plain words
What is it for?
Use it to port an OCA module, resolve migration patch conflicts, follow migration checklists, or prepare a versioned migration pull request.
Why use it?
It provides a version-by-version way to handle compatibility changes, migration conflicts, and contribution checks without mixing them with unrelated behavior changes.

Skill for Claude CodeCodex

Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

agentmods
npx agentmods add skills/chama-x/groundrules/odoo-migration
Any agent
npx skills add chama-x/GroundRules --skill odoo-migration
Clone the repo
git clone --depth 1 https://github.com/chama-x/GroundRules

Made for: Claude Code, Codex.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for odoo-migration

README.md
[![agentmods](https://agentmods.dev/badge/skills/chama-x/groundrules/odoo-migration.svg)](https://agentmods.dev/skills/chama-x/groundrules/odoo-migration)
Your own site
<a href="https://agentmods.dev/skills/chama-x/groundrules/odoo-migration"><img src="https://agentmods.dev/badge/skills/chama-x/groundrules/odoo-migration.svg" alt="Measured on agentmods" height="20"></a>
Per session 68 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 435 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5 $0.00068 $0.00435
Opus 5 $0.00034 $0.00217
Sonnet 5 $0.00014 $0.00087
Haiku 4.5 $0.00007 $0.00044

Measured 4d ago against content hash f110e8585bc2, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

odoo-migration scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 4d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

.agents/archive/v3/skill_odoo-discipline/skills/odoo-migration/SKILL.md · 39 lines

What it actually says

Odoo Migration

Use this skill for OCA module migration between Odoo major versions.

This is not an OpenUpgrade skill. Do not use OpenUpgrade workflows, commands, upgrade_analysis.txt, or data-model migration analysis as the operating model. If a migration requires project-specific data handling, inspect the addon and repo conventions directly.

First Move

Identify:

  • source Odoo version
  • target Odoo version
  • OCA repository name
  • module path/name
  • current branch and remotes
  • whether the corresponding OCA migration issue or PR context is known

If the Odoo framework source or local development setup is needed and not inside the workspace, ask the user to set ODOO_SOURCE=/path/to/odoo, ODOO_BASE_COMMAND="...", and ODOO_TOOL_README=/path/to/README.md as needed.

Workflow

Use OCA-MODULE-MIGRATION.md as the end-to-end guide.

Always apply every intermediate version checklist for jumps across more than one major version. Example: migrating 15.0 to 18.0 requires the 16.0, 17.0, and 18.0 sections.

Guardrails

  • Keep migration compatibility changes separate from behavior changes where possible.
  • Do not change copyright years.
  • Do not change original authors.
  • Do not invent migration script style without repo precedent.
  • Do not run Odoo install/update/test commands until likely commands are discovered from repo docs, $ODOO_TOOL_README, or $ODOO_BASE_COMMAND, and confirmed by the user.
  • Prefer OCA PR title format: [<target>][MIG] <module>: Migration to <target>.
Files

What ships with it

1 file beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 4d ago First seen · 39 lines · 68 tokens per session scan A f110e8585bc2

Subscribe to this mod's changes

odoo-migration is a skill published in the GitHub repository chama-x/GroundRules (5 stars, last pushed 20d ago), licensed MIT. It adds 68 tokens to every session and 435 once invoked, about $0.0003 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.