From e3655a922d07d553edaef11d765f88d885c67170 Mon Sep 17 00:00:00 2001 From: Ivan Office Date: Wed, 6 Mar 2024 19:49:53 +0800 Subject: [PATCH] update misc --- app_odoo_customize/__manifest__.py | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/app_odoo_customize/__manifest__.py b/app_odoo_customize/__manifest__.py index 10f48abf..62b49673 100644 --- a/app_odoo_customize/__manifest__.py +++ b/app_odoo_customize/__manifest__.py @@ -23,7 +23,7 @@ { 'name': 'odoo17 Tweak,Ai Employee,Boost,Customize All in One. Customize,UI,Boost,Security,Data', - 'version': '16.24.03.05', + 'version': '16.24.03.06', 'author': 'odooai.cn', 'category': 'Extra Tools', 'website': 'https://www.odooai.cn', @@ -145,6 +145,7 @@ 45. Add addons path info to module. 46. Add Help documentation anywhere. easy get help for any odoo operation or action. 47. Add ai robot app integration. Use Ai as your employee. + 48. Add menu debug information of action and xml id. This module can help to white label the Odoo. Also helpful for training and support for your odoo end-user. @@ -199,5 +200,7 @@ 44. 可配置停用自动用户订阅功能,这会提速odoo,减少资源消耗 45. 为应用模块增加模块路径信息 46. 增加快速帮助文档,可以在任意操作中获取相关的 odoo 帮助. + 47. 增加Ai模块相关信息,可以快速访问ai模块,使用ai员工. + 48. 增加菜单Debug,可以快速查看每个菜单的调试信息如 action 及 xml id. """, }