agentsclimarketplace

Odoo migration

Skill Immoderate-humulin783/odoo-skills/skills/odoo-migration

Automate Odoo development tasks including addon reviews, OCA migrations, test writing, and OWL frontend changes.

Install
npx -y skills add Immoderate-humulin783/odoo-skills --skill odoo-migration

Assembled from the repository path, not quoted from the project. Check it against their README if it does not work.

2 things to look at

  • no licenseNo license file was found in the repository. Code published without one is not open source by default, so using it at work is a question for whoever answers licensing questions where you are.
  • 3 stars3 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.

What its author says it does

Copied from the file, not written here

End-to-end OCA module migration workflow for porting addons between Odoo major versions and preparing [MIG] pull requests. Use when migrating OCA modules, porting addons between Odoo versions, applying OCA migration checklists, resolving migration patch conflicts, or preparing versioned OCA migration PRs.

SKILL.md

1.9 KB, as published. Nobody here has run it

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>.

Keep looking

Skills are one crate of 328,083. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.