OCA / reporting-engine

Odoo Alternative Reporting Engine
https://odoo-community.org/project/tools-maintainers-30
GNU Affero General Public License v3.0
335 stars 795 forks source link

[12.0][ADD] report_pdf_zip_download #942

Open AungKoKoLin1997 opened 3 weeks ago

AungKoKoLin1997 commented 3 weeks ago

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.

@qrtl QT4419