odoo_web_export
Export Odoo records to structured data by specifying model, domain, and field paths. Retrieves data via a web session.
Instructions
Export records to structured data via web session (Odoo export_data).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| connection | No | default | |
| model | Yes | Model name | |
| domain | No | ||
| fields | Yes | Field paths (e.g. 'partner_id/name') | |
| import_compat | No |