odoo_inspect_view

Inspect final Odoo view XML architecture after inheritance.

2|Updated May 11, 2026
One-click install
npx skills add https://github.com/le-goff-benoit/better_odoo_consultant --skill odoo-inspect-view
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: odoo_inspect_view
Source: https://github.com/le-goff-benoit/better_odoo_consultant/tree/main/skills/odoo-inspect-view
Command: npx skills add https://github.com/le-goff-benoit/better_odoo_consultant --skill odoo-inspect-view

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill allows you to inspect the final assembled XML architecture of an Odoo view after inheritance, helping you diagnose view inheritance or conditional visibility issues.

Core Features & Use Cases

  • View Architecture Analysis: Analyze form, list, kanban, search, and calendar views.
  • XPath and Attributes: Identify fields, buttons, tabs, and other elements.
  • Inheritance Diagnostics: Diagnose view inheritance and conditional visibility.
  • Use Case: Use this Skill to inspect a specific view's architecture and understand the inheritance chain, which is crucial for customizations and troubleshooting.

Quick Start

Use the odoo_inspect_view skill with the model 'sale.order' and view type 'form' to inspect the view architecture.

Frequently Asked Questions about odoo_inspect_view

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

FAQPage Schema
How do I inspect the final XML architecture of an Odoo view after inheritance?

To inspect Odoo view architecture after inheritance, use this Skill with a specific model and view type. It analyzes the final assembled XML to identify fields, buttons, tabs, and diagnose inheritance or conditional visibility issues.

Why does my Odoo form view show incorrect conditional visibility after inheritance?

Incorrect conditional visibility in Odoo views often stems from inheritance conflicts. This Skill diagnoses these issues by inspecting the final assembled XML architecture, identifying how inherited views modify element visibility attributes.

Can I analyze both form and list view architectures in Odoo?

Yes, you can analyze both form and list views in Odoo. This Skill also supports kanban, search, and calendar views, providing detailed analysis of fields, buttons, tabs, and other XML elements.

Do I need an active Odoo connection to diagnose view inheritance issues?

Yes, an active Odoo connection is required to diagnose view inheritance issues. This Skill connects to your Odoo instance to inspect the final assembled XML architecture and identify inheritance chain modifications.

How do I identify which fields and buttons are modified by Odoo view inheritance?

To identify modified fields and buttons, inspect the view architecture using this Skill. It analyzes XPath and attributes within the final XML to show how inherited views alter specific elements like tabs and buttons.

What is the best way to troubleshoot Odoo view inheritance chains?

The best way to troubleshoot Odoo view inheritance chains is to inspect the final assembled XML architecture. This Skill provides detailed analysis of the inheritance chain, crucial for customizations and diagnosing visibility issues.