fix odoo customize

This commit is contained in:
Ivan Office
2024-03-27 22:10:00 +08:00
parent a0de3c2a45
commit 088b125958
2 changed files with 3 additions and 27 deletions

View File

@@ -23,7 +23,7 @@
{ {
'name': 'odoo17 Tweak,Ai Employee,Boost,Customize All in One. Customize,UI,Boost,Security,Data,Development Enhance', 'name': 'odoo17 Tweak,Ai Employee,Boost,Customize All in One. Customize,UI,Boost,Security,Data,Development Enhance',
'version': '24.03.13', 'version': '24.03.27',
'author': 'odooai.cn', 'author': 'odooai.cn',
'category': 'Extra Tools', 'category': 'Extra Tools',
'website': 'https://www.odooai.cn', 'website': 'https://www.odooai.cn',
@@ -75,7 +75,7 @@
'app_odoo_customize/static/src/js/ribbon.js', 'app_odoo_customize/static/src/js/ribbon.js',
'app_odoo_customize/static/src/js/dialog.js', 'app_odoo_customize/static/src/js/dialog.js',
'app_odoo_customize/static/src/webclient/*.js', 'app_odoo_customize/static/src/webclient/*.js',
'app_odoo_customize/static/src/webclient/*.xml', 'app_odoo_customize/static/src/webclient/user_menu.xml',
'app_odoo_customize/static/src/xml/res_config_edition.xml', 'app_odoo_customize/static/src/xml/res_config_edition.xml',
], ],
}, },
@@ -111,7 +111,7 @@
19. One Click to clear all data (Sometime pls click twice) 19. One Click to clear all data (Sometime pls click twice)
20. Show quick upgrade in app dashboard, click to show module info not go to odoo.com 20. Show quick upgrade in app dashboard, click to show module info not go to odoo.com
21. Can clear and reset account chart. Be cautious 21. Can clear and reset account chart. Be cautious
22. Update online manual and developer document to odoo17 22. Update online manual and developer document to odoo12
23. Add reset or clear website blog data 23. Add reset or clear website blog data
24. Customize Odoo Native Module(eg. Enterprise) Url 24. Customize Odoo Native Module(eg. Enterprise) Url
25. Add remove expense data 25. Add remove expense data
@@ -137,7 +137,6 @@
45. Add addons path info to module. 45. Add addons path info to module.
46. Add Help documentation anywhere. easy get help for any odoo operation or action. 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. 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. This module can help to white label the Odoo.
Also helpful for training and support for your odoo end-user. Also helpful for training and support for your odoo end-user.
@@ -191,7 +190,5 @@
44. 可配置停用自动用户订阅功能这会提速odoo减少资源消耗 44. 可配置停用自动用户订阅功能这会提速odoo减少资源消耗
45. 为应用模块增加模块路径信息 45. 为应用模块增加模块路径信息
46. 增加快速帮助文档,可以在任意操作中获取相关的 odoo 帮助. 46. 增加快速帮助文档,可以在任意操作中获取相关的 odoo 帮助.
47. 增加 Ai 如 ChatGpt 或百度ai的快速安装选项.
48. 增加菜单Debug功能.
""", """,
} }

View File

@@ -1,21 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<templates xml:space="preserve">
<!-- 移动端nav在下方可配置处理-->
<!-- 调整为 css flex处理不改xml-->
<!-- <t t-name="app_web_enterprise.WebClient" t-inherit="web.WebClient" t-inherit-mode="extension">-->
<!-- <xpath expr="//t/t" position="attributes">-->
<!-- <attribute name="t-if">-->
<!-- !state.fullscreen and state.navbar_pos!='bottom'-->
<!-- </attribute>-->
<!-- </xpath>-->
<!-- <xpath expr="//MainComponentsContainer" position="after">-->
<!-- <t t-if="!state.fullscreen and state.navbar_pos=='bottom'">-->
<!-- <NavBar/>-->
<!-- </t>-->
<!-- <div class="row" style="height:200px">-->
<!-- 增加Debug pad-->
<!-- </div>-->
<!-- </xpath>-->
<!-- </t>-->
</templates>