get_model_fields
Retrieve field schema of any Odoo model, including labels, types, help text, requiredness, and relations. Optionally filter to specific fields.
Instructions
Inspect the schema of an Odoo model. Returns each field's label, type,
help text, requiredness and relation. Pass fields to limit the result
to specific field names. Example model: 'res.partner'.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| model | Yes | ||
| fields | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |