diff --git a/base_report_to_printer_aeroo/__manifest__.py b/base_report_to_printer_aeroo/__manifest__.py index 90dc32e..899f1d3 100644 --- a/base_report_to_printer_aeroo/__manifest__.py +++ b/base_report_to_printer_aeroo/__manifest__.py @@ -19,7 +19,7 @@ ############################################################################## { 'name': 'Report to print Aeroo', - 'version': "15.0.1.0.0", + 'version': "15.0.1.1.0", 'category': 'Reporting Subsystem', 'sequence': 14, 'author': 'ADHOC SA', diff --git a/base_report_to_printer_aeroo/static/src/js/qweb_action_manager.js b/base_report_to_printer_aeroo/static/src/js/qweb_action_manager.js index 1dd21a7..952944b 100644 --- a/base_report_to_printer_aeroo/static/src/js/qweb_action_manager.js +++ b/base_report_to_printer_aeroo/static/src/js/qweb_action_manager.js @@ -22,8 +22,8 @@ async function cupsReportActionHandler(action, options, env) { } else { env.services.notification.add(env._t("Could not sent to printer!")); } + return true; } - return true; } }