Report Printing
Available reports can be listed by searching the ir.actions.report
model, fields of interest being
model
the model on which the report applies, can be used to look for available reports on a specific model
name
human-readable report name
report_name
the technical name of the report, used to print it
Reports can be printed using restapi/1.0/report
endpoint over REST API with the following information:
the name of the report (
report_name
)the single record id or ids of the records to include in the report
Note
API endpoints:
GET {your_Odoo_server_url}/restapi/1.0/report/{report_name}/{id} (Print Single Report)
Last updated