Availability |
Odoo Online
Odoo.sh
On Premise
|
Community Apps Dependencies | Show |
Technical Name |
aeroo_report_to_printer |
License | AGPL-3 |
Website | http://www.akretion.com |
Aeroo Report to Printer
There is a module report_aeroo_direct_print in https://github.com/aeroo/aeroo_reports that adds support for CUPS printing, but it's not as mature and clean as the OCA module base_report_to_printer from https://github.com/OCA/report-print-send.
And I want to use the best of both world : the best reporting engine (Aeroo) with the best CUPS printing module (base_report_to_printer). So I developped this small glue module.
You will find some sample code to use this module in the comments of the main Python file.
WARNING: you need this PR for base_report_to_printer to use this module: https://github.com/OCA/report-print-send/pull/39
This module has been written by Alexis de Lattre from Akretion <alexis.delattre@akretion.com>.
Please log in to comment on this module