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

@@ -23,7 +23,7 @@
{
'name': 'odoo17 Tweak,Ai Employee,Boost,Customize All in One. Customize,UI,Boost,Security,Data',
'version': '16.24.01.02',
'version': '16.24.01.15',
'author': 'odooai.cn',
'category': 'Extra Tools',
'website': 'https://www.odooai.cn',

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();