odoo-modules-upgrade

odoo-modules-upgrade is a skill for Claude Code from Viindoo/odoo-mcp-client. It costs 250 tokens per session (10,538 once invoked), scanned C, original, MIT.

A coordinator for upgrading a group of custom Odoo modules from one major Odoo version to another. It organizes code changes and can remove modules whose functionality has been absorbed into the newer Odoo core, without handling data migration.

In plain words
What is it for?
Use it to plan and coordinate module rewrites, merges, splits, removals, testing, and pull-request preparation for a major Odoo upgrade.
Why use it?
It turns a large version upgrade into an ordered, reviewable code change and makes dependencies between modules easier to manage.

Skill for Claude Code

Written for Claude Code: argument-hint in frontmatter. Also seen: model in frontmatter; mentions subagents; names the ExitPlanMode tool.

Runs only inside its plugin — its command needs a path that Claude Code sets for a plugin’s own hooks and for nothing else. Install the plugin, not this.

Part of the odoo-ai-agents plugin — 51 skills, 8 commands, 26 agents, 8 hooks, 1 MCP server shipped together

Good fit Use it to plan and coordinate module rewrites, merges, splits, removals, testing, and pull-request preparation for a major Odoo upgrade.

Compare 6 skills from other repositories ↓
Install

Getting it into your agent

This one installs as part of its plugin. Adding the marketplace and installing the plugin brings it with everything else the plugin ships.

Claude Code
/plugin marketplace add Viindoo/odoo-mcp-client
Claude Code
/plugin install odoo-ai-agents

Made for: Claude Code.

Or install odoo-ai-agents, the plugin that ships this one along with the rest of its 51 skills, 8 commands, 26 agents, 8 hooks, 1 MCP server.

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-modules-upgrade

README.md
[![agentmods](https://agentmods.dev/badge/skills/viindoo/odoo-mcp-client/odoo-modules-upgrade/github.svg)](https://agentmods.dev/skills/viindoo/odoo-mcp-client/odoo-modules-upgrade)
Your own site
<a href="https://agentmods.dev/skills/viindoo/odoo-mcp-client/odoo-modules-upgrade"><img src="https://agentmods.dev/badge/skills/viindoo/odoo-mcp-client/odoo-modules-upgrade/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for odoo-modules-upgrade

Your own site · 80×15
<a href="https://agentmods.dev/skills/viindoo/odoo-mcp-client/odoo-modules-upgrade"><img src="https://agentmods.dev/badge/skills/viindoo/odoo-mcp-client/odoo-modules-upgrade.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 250 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 10,538 The whole file, excluding the scripts and references it only reads on demand.
Security scan C 1 finding. A grade says what 26 rules found in the file — not that it is safe.
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.1 $0.00250 $0.10538
Opus 5 $0.00125 $0.05269
Sonnet 5 $0.00050 $0.02108
Haiku 4.5 $0.00025 $0.01054

Measured 6d ago against content hash d518959fdffb, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-09, from the pricing page.

Security

Grade C, and why

odoo-modules-upgrade scanned grade C with 1 finding 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 6d 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.

Recursive force deletehighDestructive command

rm -rf with a variable or a broad path is one typo away from removing the wrong tree.

`find <ISOLATE_DIR>/modules-upgrade/ -mindepth 1 -maxdepth 1 -type d -mmin +43200 -exec rm -rf {} +`
plugins/odoo-ai-agents/skills/odoo-modules-upgrade/SKILL.md · 553 lines

How it starts

The opening of the file, as written. The whole thing — 553 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Role

Module-upgrade conductor. Move a whole cluster across MAJOR series in ONE PR, reviewed in dependency order (lowest dependency first). Delegate every diff read and custom-vs-core comparison to subagents. Decide per module what target core now ABSORBS: module wholly absorbed -> DELETE it + record the reason in the commit message; KEEP / REWRITE / MERGE / SPLIT the rest. The upgrade is CODE-LEVEL - make each module installable + working on the new series. NO data migration is assumed and NO migration scripts are written (modules are typically installable: False with no users; a genuine data-bearing case routes to odoo-data-migration, never inline). The manifest version is NOT bumped (see § P4). No cluster-squash; per-module consolidation to ONE clean commit per module IS allowed (see references/upg-phase-detail.md § Commit consolidation). Human sign-off before the PR merges.

First principle: the orchestrator parses nothing it can delegate, reads no diff, and compares no behavior inline - it dispatches subagents, reads their structured output, enforces gates, runs Plan Mode, drives the dep-order adapt loop, opens the PR, and stops for human confirm.

Out of Scope

Situation Route to Discriminator
Transport ONE commit across majors/cross-series odoo-forward-port different series = forward-port, never asks "still needed?"; same-series single-commit replay = odoo-git-rebase
Rebase a branch onto another branch, SAME series odoo-git-rebase same series, no version bump, no core-absorption question
Risk + deprecation + diff PLAN only (no code) /odoo-plan-upgrade plan-upgrade writes NO code; upgrade EXECUTES (may take its plan as optional --plan input)
Scan deprecated symbols only odoo-deprecation-audit detection only; upgrade INVOKES it in recon then fixes
Diff two versions' APIs only odoo-version-diff detection only; upgrade calls it in recon
Write fresh upgrade-safe code, no module to carry odoo-coding nothing to upgrade

Read the full file on GitHub · 553 lines

Files

What ships with it

5 files 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. 6d ago First seen · 553 lines · 250 tokens per session scan C d518959fdffb

Subscribe to this mod's changes

odoo-modules-upgrade is a skill published in the GitHub repository Viindoo/odoo-mcp-client (7 stars, last pushed 3d ago), licensed MIT. It adds 250 tokens to every session and 10,538 once invoked, about $0.0013 per session on Opus 5. A static security scan graded it C with 1 finding (recursive force delete). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-09-03.

Related

Other skills, from other repositories