odoo_fields_get
Get field metadata for any Odoo model via fields_get. Specify a model and optional attributes to inspect field types, properties, and structures for integrations or development.
Instructions
Inspect field metadata for an Odoo model using fields_get.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| model | Yes | Technical Odoo model name, for example res.partner | |
| attributes | No | Field metadata attributes to return |