diff --git a/web_ir_actions_close_wizard_refresh_view/static/src/js/web_ir_actions_close_wizard_refresh_view.js b/web_ir_actions_close_wizard_refresh_view/static/src/js/web_ir_actions_close_wizard_refresh_view.js index 4fe50aa69..037c390cb 100644 --- a/web_ir_actions_close_wizard_refresh_view/static/src/js/web_ir_actions_close_wizard_refresh_view.js +++ b/web_ir_actions_close_wizard_refresh_view/static/src/js/web_ir_actions_close_wizard_refresh_view.js @@ -10,9 +10,9 @@ async function executeCloseAndRefreshView({env, action, options}) { return actionService.doAction( {type: "ir.actions.act_window_close"}, { - onClose: function() { + onClose: function () { actionService.doAction(originalAction); - } + }, } ); }