get_model_fields
Inspect an Odoo model's schema to reveal field labels, types, help text, requiredness, and relations. Optionally limit to specific fields for targeted analysis.
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 |