mirror of
https://github.com/OCA/report-print-send.git
synced 2025-02-16 07:11:31 +02:00
2a1e3dabe1741d1c56adb5e9eb6db1cea9a5ebe1
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%