-
Notifications
You must be signed in to change notification settings - Fork 32
Odoo Report
Ignacio Buioli edited this page Nov 9, 2022
·
1 revision
Get Report on PDF base64.
POST /odoo-api/object/report
Attribute | Type | Required | Description |
---|---|---|---|
model |
string | yes | Odoo model |
id |
number | yes | Odoo ID of record |
report_name |
string | yes | Odoo ID of template for report |
db |
string | yes | Odoo server DB name |
login |
string | yes | Odoo User |
password |
string | yes | Odoo User Password |