odoo-deprecation-audit

Identify deprecated Odoo API usage in a codebase before version upgrades.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill systematically identifies deprecated Odoo API usage in a codebase before version upgrades, helping prevent issues and ensuring smooth migrations.

Core Features & Use Cases

  • Pre-upgrade Audit: Detects deprecated APIs that may break or warn in the target version.
  • File-Based Analysis: Groups findings by file, including exact replacements and urgency levels.
  • Parallel MCP Calls: Completes a full audit in three rounds with parallel calls for efficiency.

Quick Start

Run the odoo-deprecation-audit skill on your codebase to identify deprecated Odoo API usage before upgrading to the target version.

Frequently Asked Questions about odoo-deprecation-audit

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

FAQPage Schema
How do I find deprecated Odoo API usage before a version upgrade?

To find deprecated Odoo API usage before a version upgrade, run an audit that analyzes your source code and cross-references authoritative structural facts. This groups findings by file with exact replacements and urgency levels to prevent migration issues.

What is the best way to detect deprecated APIs in an Odoo codebase?

Detecting deprecated APIs in an Odoo codebase is best handled by a structured audit using the Odoo Semantic MCP server. It provides authoritative structural facts and completes a full analysis efficiently through three rounds of parallel MCP calls.

Does the Odoo API audit require a specific MCP connection?

Yes, the Odoo API audit requires an active Odoo Semantic MCP server connection. This server supplies the authoritative structural facts needed to accurately identify deprecated code usage and ensure compatibility with your target version.

Can I get exact code replacements for deprecated Odoo APIs?

Yes, you can get exact code replacements for deprecated Odoo APIs. The audit performs file-based analysis and groups findings by file, providing specific replacements and assigning urgency levels for each detected issue.

How long does an Odoo deprecation audit take to complete?

An Odoo deprecation audit completes efficiently using three rounds of parallel MCP calls. This parallel processing accelerates the source code analysis, ensuring a full audit finishes quickly without sacrificing structural accuracy.