odoo_model_schema
Retrieve the complete database schema for an Odoo model, including field metadata and table-column mapping. Ideal for understanding data structure and mapping relationships.
Instructions
Full schema for a model: normalised field metadata plus the deterministic model->table->column mapping (how the class maps to the database).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| model | Yes |