update misc

This commit is contained in:
Ivan Office
2024-01-15 12:16:28 +08:00
parent 092e3256e8
commit cf594b089e
2 changed files with 2 additions and 2 deletions

View File

@@ -7,7 +7,7 @@ import { session } from "@web/session";
patch(Dialog.prototype, "app_odoo_customize.Dialog", {
setup() {
this._super.apply(this, arguments);
const app_system_name = session.app_system_name || "odooApp";
const app_system_name = session.app_system_name || "odooAi";
this.title = app_system_name;
owl.onMounted(() => {
this.setDrag();