odoo-version-diff

Compare API and feature differences between two Odoo versions.

7|4|Updated May 19, 2026
One-click install
npx skills add https://github.com/Viindoo/odoo-mcp-client --skill odoo-version-diff
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: odoo-version-diff
Source: https://github.com/Viindoo/odoo-mcp-client/tree/main/plugins/odoo-ai-agents/skills/odoo-version-diff
Command: npx skills add https://github.com/Viindoo/odoo-mcp-client --skill odoo-version-diff

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires odoo-semantic-mcp, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill enables the comparison of Odoo versions for API and feature differences, aiding developers and marketers in understanding what has changed, been added, or been deprecated across different versions.

Core Features & Use Cases

  • Version-wise API Diff: Compare API symbols and their scopes between two Odoo versions.
  • Feature Highlights: Summarize business language highlights for marketing content.
  • Developer Track: View added, removed, deprecated, and changed API signatures.
  • Marketer Track: Get business language summaries of new features.
  • Codebase Audit: Identify deprecated API usage for code migration purposes.

Quick Start

To get the difference between Odoo versions 12 and 16 for the 'account' module, you can say: "show the Odoo version diff between 12 and 16 for account."

Frequently Asked Questions about odoo-version-diff

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I compare Odoo version differences for API changes?

To compare Odoo version differences for API changes, you request a diff between two specific Odoo releases for a target module. The tool provides a detailed comparison of added, changed, removed, and deprecated API signatures.

What is the best way to identify deprecated API usage for an Odoo codebase audit?

Identifying deprecated API usage for an Odoo codebase audit involves running a version diff between your current and target Odoo versions. This highlights removed and deprecated features, enabling precise code migration planning and developer troubleshooting.

Can I generate Odoo feature highlights for marketing content from version updates?

Yes, you can generate Odoo feature highlights for marketing content by requesting a marketer track version diff. This provides business language summaries of new features, distinguishing them from technical API signatures for promotional use.

Does comparing Odoo API differences require a semantic MCP server?

Yes, comparing Odoo API differences requires access to the Odoo Semantic MCP server. This dependency provides the necessary semantic context to evaluate API symbols, scopes, and feature changes across different Odoo versions.

How do I get the Odoo version diff between two specific releases for a module?

To get the Odoo version diff between two releases for a module, specify the source and target version numbers along with the module name. The tool then analyzes and outputs the API and feature differences for that specific module.