mirror of
https://github.com/OCA/report-print-send.git
synced 2025-02-16 07:11:31 +02:00
[MIG] base_report_to_printer: Migration to 13.0
This commit is contained in:
committed by
David Montull
parent
2dfca7adeb
commit
587f020bc3
@@ -29,10 +29,11 @@ odoo.define('base_report_to_printer.print', function (require) {
|
||||
print_action.printer_name
|
||||
)
|
||||
);
|
||||
}).fail(function () {
|
||||
}, function () {
|
||||
self.do_notify(_t('Report'),
|
||||
_.str.sprintf(
|
||||
_t('Error when sending the document to the printer '),
|
||||
_t('Error when sending the document\
|
||||
to the printer '),
|
||||
print_action.printer_name
|
||||
)
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user