cid-api-exploration
OfficialDiscover Odoo schemas and sync-ready fields.
System Documentation
What problem does it solve?
This Skill helps you quickly understand which Odoo (CID ERP) models and fields exist and whether they are accessible for synchronization, avoiding guesswork and brittle hardcoded mappings.
Core Features & Use Cases
- Dynamic model discovery (ir.model): Find candidate Odoo models by prefix or keyword and identify their metadata scope.
- Field exploration (ir.model.fields): Enumerate fields for a given model, including type (ttype), storage availability (store), required flags, and relation targets.
- Access & relationship analysis (ir.model.access / relation fields): Validate that API access is possible and interpret Many2One/One2Many/Many2Many structures to plan reliable sync logic.
Use Case Example: You need to sync additional accounting data into your system and you are unsure which model/fields are stored and queryable; you use this Skill to locate the model, list its stored fields, map relations, and decide what to implement next.
Quick Start
Ask the Skill to explore the available CID Odoo models and then list the stored fields for a specific model such as account.move.
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: cid-api-exploration Download link: https://github.com/Ascenseurs-Menetrey-SA/amsa-claude-skills/archive/main.zip#cid-api-exploration 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 471,000+ vetted skills library on demand.