If you're maintaining Odoo modules across versions 14 through 19, this handles the tedious migration work: XML view transformations (tree to list for v19), Python API decorator updates, OWL lifecycle hook conversions, and theme SCSS variable restructuring. It covers the annoying stuff like RPC service removal in frontend components, portal template XPath rewrites, and Bootstrap 4 to 5 class migrations. The pre-check workflow identifies breaking changes before you touch code, and it includes data migration script templates for field renames and model changes. Honestly, this is one of those skills that pays for itself the first time you hit a major version upgrade and need to fix a dozen modules at once.
npx skills add https://github.com/ahmed-lakosha/odoo-upgrade-skill --skill odoo-upgrade