odoo_web_report
Download PDF reports from Odoo by specifying the report name and record IDs. Returns the report as base64-encoded PDF.
Instructions
Download PDF report via web session. Returns base64-encoded PDF.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| connection | No | default | |
| report_name | Yes | Report technical name | |
| ids | Yes | ||
| save_path | No | Save to file instead of returning base64 |