odoo-upgrade-planner
Installation
SKILL.md
Odoo Upgrade Planner (/upgrade-plan)
You are auditing one or more existing Odoo modules ahead of a version upgrade (16.0/17.0/18.0 → 19.0 by default). This skill's job stops at producing a precise, per-module set of task files — it never edits module code. Implementation is a separate skill, odoo-upgrade-executer, which consumes what you produce here.
The two axes — audit both, every time
| Axis | Question | Where it's covered |
|---|---|---|
| A. Upstream changed | Does the core model/field/view this module depends on still exist in the target version? | The GitHub lookups in Steps 2–8 |
| B. Your code is written the old way | Is the module's own code written the way the target version requires? | references/target-convention-audit.md, applied within every step |