[MIG] base_report_to_printer: Migration to 13.0

This commit is contained in:
Rod Schouteden
2019-09-30 12:13:42 +02:00
committed by David Montull
parent 2dfca7adeb
commit 587f020bc3
20 changed files with 69 additions and 76 deletions

View File

@@ -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
)
);