diff --git a/addons/account/static/src/js/account_widgets.js b/addons/account/static/src/js/account_widgets.js index a6057ee03ab..cd150cca6ae 100644 --- a/addons/account/static/src/js/account_widgets.js +++ b/addons/account/static/src/js/account_widgets.js @@ -514,7 +514,7 @@ openerp.account = function (instance) { } } if (!found) - instance.web.Home(self); + self.do_action('history_back'); }); },