合并企业版代码(未测试,先提交到测试分支)
This commit is contained in:
12
web_enterprise/static/src/main.js
Normal file
12
web_enterprise/static/src/main.js
Normal file
@@ -0,0 +1,12 @@
|
||||
/** @odoo-module **/
|
||||
|
||||
import { startWebClient } from "@web/start";
|
||||
import { WebClientEnterprise } from "./webclient/webclient";
|
||||
|
||||
/**
|
||||
* This file starts the enterprise webclient. In the manifest, it replaces
|
||||
* the community main.js to load a different webclient class
|
||||
* (WebClientEnterprise instead of WebClient)
|
||||
*/
|
||||
|
||||
startWebClient(WebClientEnterprise);
|
||||
Reference in New Issue
Block a user