odoo_fp_types
Retrieve selection values for fiscal position configuration, including move types and document types. Use live mode to fetch current values from Odoo instead of cached data.
Instructions
Get available selection values for fiscal position configuration (l10n_bg_tax_admin). Returns move_types, bg_move_types, doc_types, and type_vat. Use as reference when calling odoo_fp_configure. Set live=true to fetch current values from Odoo instead of cached.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| connection | No | default | |
| live | No | Fetch from Odoo fields_get instead of cached values |