odoo_fields_get
Retrieve field definitions for any Odoo model, including names, types, labels, and attributes to understand model structure.
Instructions
Get field definitions for an Odoo model. Returns field names, types, labels, and attributes.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| connection | No | default | |
| model | Yes | Model name (e.g. 'res.partner') | |
| attributes | No | Field attributes to return (e.g. ['string', 'type', 'required', 'relation']) |