descobrindo-odoo-estrutura

Community

Uncover Odoo's hidden data, master any model.

AuthorRafael-2109
Version1.0.0
Installs0

System Documentation

What problem does it solve?

When integrating with or querying a complex ERP like Odoo, encountering unknown models or fields can halt progress. This Skill provides a powerful way to discover Odoo's underlying data structure, enabling users to find exact field names, inspect records, and perform ad-hoc queries.

Core Features & Use Cases

  • List Model Fields: Get a comprehensive list of all fields for any Odoo model, including their type, description, and properties.
  • Search Specific Fields: Efficiently find fields by name or description within a model.
  • Inspect Records: View all field values for a specific Odoo record by its ID, aiding in debugging and data validation.
  • Generic Query: Perform ad-hoc queries on any Odoo model using JSON filters, even for models not yet fully mapped.
  • Use Case: A user asks for a specific piece of information (e.g., "customer's payment terms") that isn't covered by existing skills. Use this Skill to explore the res.partner model, find the relevant field, and then retrieve the data.

Quick Start

Explore the res.partner Odoo model to find fields related to 'cnpj'.

Dependency Matrix

Required Modules

None required

Components

scripts

💻 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: descobrindo-odoo-estrutura
Download link: https://github.com/Rafael-2109/frete-sistema/archive/main.zip#descobrindo-odoo-estrutura

Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
View Source Repository