odoo_upgrade_skill

Installation
SKILL.md

Odoo Upgrade Workflow Skill

This skill provides a structured, step-by-step process for upgrading Odoo modules between versions.

[!IMPORTANT] CRITICAL - Feature Reimplementation Rule: If a feature, method, field, model, or functionality was removed or deprecated in the target Odoo version, do not simply delete or disable it if it was being used. Instead, you MUST try to reimplement it or find an equivalent target Odoo API/mechanism to preserve the business logic and behavior. Do not lose existing functionality during the upgrade.

🚀 UPGRADE WORKFLOW (Strict process for EACH module)

Apply this workflow strictly for each module in the list:

Step 1: Manifest & Preparation

  • Update Version: Set the version in __manifest__.py to [target_ver].1.0.0.
  • Atomic Commit: Commit the version bump immediately:
    • Message: [UPG][[task_id]] <module_name>: bump version to [target_ver].1.0.0
Installs
10
First Seen
Aug 27, 2026
odoo_upgrade_skill — odoo-ps/ps-ai-skills