odoo_fields_get
List every field of an Odoo model with type, label, required, readonly, and options to avoid guessing field names before create or write.
Instructions
List every field on an Odoo model: type, label, required, readonly, relation target, selection options. Use this before create/write on an unfamiliar model instead of guessing field names.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| model | Yes |