Repository
OCA/reporting-engine · module folder · Try on Runboat
Module version
1.0.0
Category
Report
Folder size
0.03 MB
License
AGPL-3
Application
No
Auto-installable
No
Website
https://github.com/OCA/reporting-engine
Last tracking update
2026-08-07 08:43:02
Authors
Odoo Community Association (OCA), Quartile
Maintainers
Odoo Community Association (OCA), Quartile
Committers
Aungkokolin1997, Weblate, OCA-git-bot, oca-ci
Odoo dependencies
odoo/odoo:
- web
Python dependencies
None
System dependencies
None
Required by
None
Description
This module generates one PDF report per record, and the reports are
compiled into a ZIP file if the user prints multiple records at once. If
the user prints a single record, it will follow Odoo's standard behavior
and will generate just a single PDF file.

Code Analysis

Views touched (1)
XML IDNameModelTypeStatus
act_report_xml_view_inherit ir.actions.report ir.actions.report Inherits base.act_report_xml_view
HTTP endpoints (1)
Route(s)HandlerAuthTypeMethodsFlags
(inherited route override) ExtendedReportController.report_routes inherited http ALL
Models touched (1)

New fields (1)
  • zip_download Boolean
    help='If enabled, the report will be downloaded as a zip file for multiple records.'
Public methods (0)

No public methods.

Loading…