odoo-model-inspector
CommunityInstantly map Odoo models, skip the manual digging.
Authorstraga
Version1.0.0
Installs0
System Documentation
What problem does it solve?
Manually tracing Odoo model inheritance, fields, and methods across multiple modules is a time-consuming and error-prone task. This skill automates that complex analysis, providing a clear, comprehensive overview of any Odoo model's structure.
Core Features & Use Cases
- Full Inheritance Chain: Get a complete "who stands on whom" view of any Odoo model, including all inherited fields and methods from all contributing modules.
- Field & Method Discovery: Quickly identify all fields and methods available on a model, and precisely which module defines or extends them.
- Use Case: Before adding a new field
delivery_datetosale.order, use this skill to instantly check if it already exists anywhere in the inheritance chain, preventing conflicts and saving valuable development time.
Quick Start
Analyze the 'sale.order' model
uv run python .claude/skills/odoo_model_inspector/inspect.py
--model sale.order
--context-module sale
Dependency Matrix
Required Modules
None requiredComponents
Standard package💻 Claude Code Installation
Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.
Please help me install this Skill: Name: odoo-model-inspector Download link: https://github.com/straga/ai-assistant-skills/archive/main.zip#odoo-model-inspector Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
Agent Skills Search Helper
Install a tiny helper to your Agent, search and equip skill from 223,000+ vetted skills library on demand.