跳至内容
菜单
此问题已终结
Hi,
I want to override the following js function in this path ("Odoo 15" Enterprise: project_enterprise/static/src/js/connector/connector.js)

i tried this code:

odoo.define(
"connector_fixed",
function (require) {
"use strict";

const components = {
Connector: require("project_enterprise/static/src/js/connector/connector.js"),
};
const { patch } = require("web.utils");

patch(
components.Connector,
"connector_fixed",
{
_getPathInfo(source, target, slackness) {
//mycode
},
}
);
}
);

but this code can't handle dependecies
i got this
console.error:

Missing dependencies:
Array [ "project_enterprise/static/src/js/connector/connector.js"]

how should I override this function?
形象
丢弃

I checked the path. I don't find any connector folder under js folder in project_enterprise module...

编写者

you should check Odoo enterprise repository

i checked all files in module project_enterprise qs you mentioned. no folder called connector.

404: Pages not found..
I hope you resolve your issue.
Best of luck

相关帖文 回复 查看 活动
1
11月 24
1541
1
10月 23
2470
2
7月 24
1370
2
6月 23
2198
2
9月 21
4722