odoo_list_translatable_fields
List translatable fields on any Odoo model to identify which fields support translation. Returns field type, translate type, label, and help text per field.
Instructions
List all translatable fields on an Odoo model. Returns per-field: translate type ('simple' for translate=True, 'html' for html_translate, 'xml' for xml_translate, 'callable' for other), field type, label, help. Use this to discover which fields on blog.post, product.template, website.page, res.partner, etc. can be translated.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| connection | No | default | |
| model | Yes | Model name (e.g. 'blog.post', 'product.template') |