0626提交

This commit is contained in:
WEB许何哲\xuhez
2023-06-26 17:35:55 +08:00
parent c81730d7ba
commit 65ec935a9f
4 changed files with 36 additions and 4 deletions

View File

@@ -0,0 +1,11 @@
/** @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});
}
})