解决供货路线选择报错,采购申请审批状态编程已审批

This commit is contained in:
胡尧
2025-03-26 08:43:18 +08:00
parent 40dcd11da8
commit 2e74c76e07

View File

@@ -1,14 +0,0 @@
/** @odoo-module **/
import {registerPatch} from "@mail/model/model_core";
registerPatch({
name: "ir.model.review",
fields: {
availableWebViews: {
compute() {
return ["list", "form", "activity"];
},
},
},
});