/** @odoo-module **/ import {Dropdown} from "@web/core/dropdown/dropdown" var {patch} = require("web.utils") patch(Dropdown.prototype, "Dropdown.DropdownJS", { close() { return this.changeStateAndNotify({open: true, groupIsOpen: true}); } })