mirror of
https://github.com/OCA/report-print-send.git
synced 2025-02-16 07:11:31 +02:00
ffa54b375e611350dd72eb61495170b77153ed89
Compatibility fix for report with custom parser By calling super.get_pdf in print_document we can encounter trouble with MRO resolution that prevent custom report parser (e.g. override of get_pdf) to be called. The fix consist of not calling super and prevent multiple call to 'printer.print_document'
Report - Printing and Sending
This project aim to deal with modules related to manage document printing and sending in a generic way. You'll find modules that:
- Interface Odoo with Pingen (https://www.pingen.com/en)
- Add an printing queue
- Allow to choose printer
- ...
Description
Languages
Python
69.3%
HTML
30%
JavaScript
0.7%
