Files
test/jikimo_frontend/static/src/bye_odoo/favicon.js
2024-03-20 16:15:00 +08:00

11 lines
288 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" });
},
});