Skip to main content

odoo-upgrade-planner

Plan an Odoo module version upgrade (e.g. 16.0 to 19.0, 17.0 to 19.0) by first checking the Odoo Apps Store for a free ready-made replacement, then auditing the manifest, models, views, data records (cron/server actions), security, SCSS/CSS and JS on two axes — what changed upstream in the real odoo/odoo and odoo/enterprise repos, and where the module's own code still uses syntax the target version rejects (tree vs list, attrs, cron numbercall) as specified by the odoo-module-builder skill. Traces renamed/moved code via commit history and OCA/OpenUpgrade rather than assuming a 404 means deleted, verifies business-logic equivalence not just name matching, and flags every data-affecting rename with the migration script it needs. Writes one detailed task file per module; makes no code changes. Use when the user asks to plan/audit an Odoo module upgrade, invokes /upgrade-plan, or reports upgrade errors like "view not found", "field does not exist", "invalid inherit_id", or deprecated field errors and wants a plan

跳到安装

来源信息

仓库
minaonlyone/odoo-skills
最近来源活动
2026年8月13日 15:04
检测到的 SKILL.md 语言
英语
星标
5
分支
1

安装方式

默认使用会先检查来源的 Prompt;你也可以切换为直接命令,或下载本地副本。

检查来源文件

决定是否安装前,请先阅读 SKILL.md,以及 SkillsMP 当前展示的配套文件。