Files
test/jikimo_frontend/static/src/bye_odoo/favicon.js
2024-09-26 15:33:39 +08:00

11 lines
291 B
JavaScript

/** @odoo-module **/
import { WebClient } from "@web/webclient/webclient";
import { patch } from "web.utils";
patch(WebClient.prototype, "kolpolok_custom_title_and_favicon.WebClient", {
setup() {
this._super();
// this.title.setParts({ zopenerp: "JIKIMO" });
},
});