field_info
Retrieve Odoo field metadata, including type, compute, depends, and overrides, by providing model and field names.
Instructions
Get detailed info for a field: type, compute, depends, overrides.
Args: project_path: Path to the Odoo project root model_name: Dotted model name, e.g. 'sale.order' field_name: Field name, e.g. 'amount_total' addons_paths: Optional explicit addons paths (auto-detected if omitted) exclude_modules: Optional list of module names to skip loading
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| field_name | Yes | ||
| model_name | Yes | ||
| addons_paths | No | ||
| project_path | Yes | ||
| exclude_modules | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |