mirror of
https://github.com/OCA/report-print-send.git
synced 2025-02-16 07:11:31 +02:00
Do no longer returns a PDF when a report is printed
Instead, a notification is displayed to the user. When report.get_pdf() is called on a report that must be printer, it will print the report *and* returns the pdf, thus code that calls directly report.get_pdf() will print the pdf on the printer as expected. Fixes #16
This commit is contained in:
committed by
Sylvain GARANCHER
parent
77d817af25
commit
83170107a8
@@ -35,6 +35,7 @@
|
||||
'security/security.xml',
|
||||
'printing_data.xml',
|
||||
'printing_view.xml',
|
||||
'base_report_to_printer.xml',
|
||||
'wizard/update_printers.xml',
|
||||
],
|
||||
'installable': True,
|
||||
|
||||
Reference in New Issue
Block a user