odoo_fields_get
Inspect an Odoo model's field metadata by retrieving field attributes through fields_get, enabling schema details for further operations.
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 |