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