审批明细问题
This commit is contained in:
@@ -33,4 +33,10 @@
|
|||||||
'demo': [
|
'demo': [
|
||||||
'demo/demo.xml',
|
'demo/demo.xml',
|
||||||
],
|
],
|
||||||
|
|
||||||
|
'assets': {
|
||||||
|
'web.assets_backend': [
|
||||||
|
'jikimo_purchase_tier_validation/static/src/js/ir_model_extend.js',
|
||||||
|
],
|
||||||
|
},
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -0,0 +1,14 @@
|
|||||||
|
/** @odoo-module **/
|
||||||
|
|
||||||
|
import {registerPatch} from "@mail/model/model_core";
|
||||||
|
|
||||||
|
registerPatch({
|
||||||
|
name: "ir.model.review",
|
||||||
|
fields: {
|
||||||
|
availableWebViews: {
|
||||||
|
compute() {
|
||||||
|
return ["list", "form"];
|
||||||
|
},
|
||||||
|
},
|
||||||
|
},
|
||||||
|
});
|
||||||
Reference in New Issue
Block a user