|
/** @odoo-module */
|
|
|
|
import { createWebClient } from "@web/../tests/webclient/helpers";
|
|
import { WebClientOdex } from "@odex30_web/webclient/webclient";
|
|
|
|
export function createOdexWebClient(params) {
|
|
params.WebClientClass = WebClientOdex;
|
|
return createWebClient(params);
|
|
}
|