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'.