[WIP] Breadcrumb
[odoo/odoo.git] / addons / web / static / src / js / chrome.js
index b87ebe5..7aea1cd 100644 (file)
@@ -1036,6 +1036,7 @@ instance.web.WebClient = instance.web.Widget.extend({
                 if (options.needaction) {
                     action.context.search_default_needaction_pending = true;
                 }
+                self.action_manager.breadcrumb.clear();
                 self.action_manager.do_action(action);
             });
     },