mirror of
https://github.com/guohuadeng/app-odoo.git
synced 2025-02-23 04:11:36 +02:00
update misc
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user