[FIX] .travis.yml: Update definition

This commit is contained in:
Pedro M. Baeza
2019-10-01 15:26:55 +02:00
committed by Carlos Roca
parent b1103c7b6d
commit 226d4b2c31
25 changed files with 995 additions and 1043 deletions

View File

@@ -32,8 +32,8 @@ odoo.define('base_report_to_printer.print', function (require) {
}, 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
)
);
@@ -48,4 +48,3 @@ odoo.define('base_report_to_printer.print', function (require) {
},
});
});