diff --git a/addons/web/static/src/js/views.js b/addons/web/static/src/js/views.js index 08f15242c7d..81662ac6487 100644 --- a/addons/web/static/src/js/views.js +++ b/addons/web/static/src/js/views.js @@ -1334,7 +1334,7 @@ instance.web.View = instance.web.Widget.extend({ new instance.web.DataExport(this, this.dataset).open(); }, sidebar_eval_context: function () { - return $.when(); + return $.when({}); }, /** * Asks the view to reload itself, if the reloading is asynchronous should