update odoo customize

This commit is contained in:
Ivan Office
2023-08-24 15:21:27 +08:00
parent 8c44a15d9d
commit 6d4cfc7a42
21 changed files with 228 additions and 39 deletions

View File

@@ -22,8 +22,8 @@
# description: # description:
{ {
'name': 'odoo Tweak Customize All in One. Customize,UI,Boost,Security,Data,Development Enhance', 'name': 'odoo Tweak,Boost,Customize,Ai All in One. Customize,UI,Boost,Security,Data,Development Enhance',
'version': '16.23.08.15', 'version': '16.23.08.24',
'author': 'odooai.cn', 'author': 'odooai.cn',
'category': 'Extra Tools', 'category': 'Extra Tools',
'website': 'https://www.odooai.cn', 'website': 'https://www.odooai.cn',
@@ -134,16 +134,17 @@
39. Only erp manager can see debug menu.. 39. Only erp manager can see debug menu..
40. Fix support for enterprise version. 40. Fix support for enterprise version.
41. Fix odoo bug, when click Preferences menu not hide in mobile. 41. Fix odoo bug, when click Preferences menu not hide in mobile.
42. Add menu navbar setup for top or bottom. navigator footer support. 42. Mobile Enhance. Add menu navbar setup for top or bottom. navigator footer support.
43. Check to only Debug / Debug Assets for Odoo Admin. Deny debug from url for other user. 43. Check to only Debug / Debug Assets for Odoo Admin. Deny debug from url for other user.
44. Check to stop subscribe and follow. This to make odoo speed up. 44. Check to stop subscribe and follow. This to make odoo speed up.
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.
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.
The user can get the help document just by one click. The user can get the help document just by one click.
## 在符合odoo开源协议的前提下去除odoo版权信息自定义你的odoo ## 在符合odoo开源协议的前提下自定义你的odoo系统
可完全自行设置下列 odoo 选项, odoo 看上去像是你的软件产品 可完全自行设置下列选项, odoo 整合进自有软件产品
支持odoo 16,15,14,13,12, 11, 10, 9 版本,社区版企业版通用 支持odoo 16,15,14,13,12, 11, 10, 9 版本,社区版企业版通用
1. 删除菜单导航页脚的 Odoo 标签 1. 删除菜单导航页脚的 Odoo 标签
2. 将弹出窗口中 "Odoo" 设置为自定义名称 2. 将弹出窗口中 "Odoo" 设置为自定义名称
@@ -190,5 +191,6 @@
43. 可设置只允许管理员进入开发者模式不可在url中直接debut=1来调试 43. 可设置只允许管理员进入开发者模式不可在url中直接debut=1来调试
44. 可配置停用自动用户订阅功能这会提速odoo减少资源消耗 44. 可配置停用自动用户订阅功能这会提速odoo减少资源消耗
45. 为应用模块增加模块路径信息 45. 为应用模块增加模块路径信息
46. 增加快速帮助文档,可以在任意操作中获取相关的 odoo 帮助.
""", """,
} }

View File

@@ -6,8 +6,8 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: Odoo Server 16.0+e-20230721\n" "Project-Id-Version: Odoo Server 16.0+e-20230721\n"
"Report-Msgid-Bugs-To: \n" "Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2023-07-31 09:10+0000\n" "POT-Creation-Date: 2023-08-24 06:10+0000\n"
"PO-Revision-Date: 2023-07-31 09:10+0000\n" "PO-Revision-Date: 2023-08-24 06:10+0000\n"
"Last-Translator: \n" "Last-Translator: \n"
"Language-Team: \n" "Language-Team: \n"
"MIME-Version: 1.0\n" "MIME-Version: 1.0\n"
@@ -91,7 +91,7 @@ msgstr "<span class=\"col-3 col-lg-2 text-left\">网站与博客</span>"
#. module: app_odoo_customize #. module: app_odoo_customize
#: model_terms:ir.ui.view,arch_db:app_odoo_customize.ir_module_addons_path_form_view #: model_terms:ir.ui.view,arch_db:app_odoo_customize.ir_module_addons_path_form_view
msgid "<span class=\"o_stat_text\"> Modules </span>" msgid "<span class=\"o_stat_text\"> Modules </span>"
msgstr "<span class=o_stat_text> 模块 </span>" msgstr "<span class=\"o_stat_text\"> 模块 </span>"
#. module: app_odoo_customize #. module: app_odoo_customize
#: model_terms:ir.ui.view,arch_db:app_odoo_customize.view_app_theme_config_settings #: model_terms:ir.ui.view,arch_db:app_odoo_customize.view_app_theme_config_settings
@@ -122,9 +122,13 @@ msgstr "激活开发者模式 (assets)"
#. module: app_odoo_customize #. module: app_odoo_customize
#: model:ir.model.fields,field_description:app_odoo_customize.field_ir_module_module__addons_path #: model:ir.model.fields,field_description:app_odoo_customize.field_ir_module_module__addons_path
#: model:ir.model.fields,field_description:app_odoo_customize.field_ir_module_module__addons_path_id
#: model_terms:ir.ui.view,arch_db:app_odoo_customize.app_view_module_filter #: model_terms:ir.ui.view,arch_db:app_odoo_customize.app_view_module_filter
msgid "Addons Path" msgid "Addons Path"
msgstr "模块所在目录"
#. module: app_odoo_customize
#: model:ir.model.fields,field_description:app_odoo_customize.field_ir_module_module__addons_path_id
msgid "Addons Path ID"
msgstr "模块路径" msgstr "模块路径"
#. module: app_odoo_customize #. module: app_odoo_customize
@@ -133,6 +137,11 @@ msgstr "模块路径"
msgid "Addons Paths" msgid "Addons Paths"
msgstr "模块路径" msgstr "模块路径"
#. module: app_odoo_customize
#: model:ir.model.fields,field_description:app_odoo_customize.field_res_config_settings__module_app_chatgpt
msgid "Ai Center"
msgstr "Ai服务中心"
#. module: app_odoo_customize #. module: app_odoo_customize
#: model_terms:ir.ui.view,arch_db:app_odoo_customize.view_app_theme_config_settings #: model_terms:ir.ui.view,arch_db:app_odoo_customize.view_app_theme_config_settings
msgid "Apply" msgid "Apply"
@@ -149,6 +158,18 @@ msgstr "底部"
msgid "Cancel" msgid "Cancel"
msgstr "取消" msgstr "取消"
#. module: app_odoo_customize
#: model:ir.model.fields,help:app_odoo_customize.field_res_config_settings__app_debug_only_admin
msgid ""
"Check to only Debug / Debug Assets for Odoo Admin. Deny debug from url for "
"other user."
msgstr "勾选后仅Odoo管理员可操作开发者模式。 拒绝其他用户从URL进入调试模式。"
#. module: app_odoo_customize
#: model:ir.model.fields,help:app_odoo_customize.field_res_config_settings__app_stop_subscribe
msgid "Check to stop subscribe and follow. This to make odoo speed up."
msgstr "选中以停止订阅并关注。这是为了让odoo加速。"
#. module: app_odoo_customize #. module: app_odoo_customize
#: model_terms:ir.ui.view,arch_db:app_odoo_customize.view_app_theme_config_settings #: model_terms:ir.ui.view,arch_db:app_odoo_customize.view_app_theme_config_settings
msgid "Clean and reset Account Chart" msgid "Clean and reset Account Chart"
@@ -187,8 +208,8 @@ msgstr "创建于"
#. module: app_odoo_customize #. module: app_odoo_customize
#: model:ir.actions.act_window,name:app_odoo_customize.action_app_theme_config #: model:ir.actions.act_window,name:app_odoo_customize.action_app_theme_config
#: model:ir.ui.menu,name:app_odoo_customize.menu_app_theme_config #: model:ir.ui.menu,name:app_odoo_customize.menu_app_theme_config
msgid "Customize Debrand" msgid "Customize Boost Odoo"
msgstr "定制我的odoo" msgstr "增强并定制我的odoo"
#. module: app_odoo_customize #. module: app_odoo_customize
#: model:ir.model.fields,field_description:app_odoo_customize.field_res_config_settings__app_enterprise_url #: model:ir.model.fields,field_description:app_odoo_customize.field_res_config_settings__app_enterprise_url
@@ -207,6 +228,11 @@ msgstr "数据清理(请谨慎操作!)"
msgid "Deactivate the developer mode" msgid "Deactivate the developer mode"
msgstr "取消开发者模式" msgstr "取消开发者模式"
#. module: app_odoo_customize
#: model:ir.model.fields,field_description:app_odoo_customize.field_res_config_settings__app_debug_only_admin
msgid "Debug for Admin"
msgstr "仅系统管理员可调试"
#. module: app_odoo_customize #. module: app_odoo_customize
#: model_terms:ir.ui.view,arch_db:app_odoo_customize.view_app_theme_config_settings #: model_terms:ir.ui.view,arch_db:app_odoo_customize.view_app_theme_config_settings
msgid "Delete All BOM" msgid "Delete All BOM"
@@ -323,17 +349,47 @@ msgstr "支持文档"
msgid "Documentation Url" msgid "Documentation Url"
msgstr "用户手册链接" msgstr "用户手册链接"
#. module: app_odoo_customize
#: model:ir.model,name:app_odoo_customize.model_mail_thread
msgid "Email Thread"
msgstr "邮件会话"
#. module: app_odoo_customize #. module: app_odoo_customize
#: model:ir.actions.act_window,name:app_odoo_customize.action_server_module_multi_get_po #: model:ir.actions.act_window,name:app_odoo_customize.action_server_module_multi_get_po
#: model_terms:ir.ui.view,arch_db:app_odoo_customize.app_module_view_kanban #: model_terms:ir.ui.view,arch_db:app_odoo_customize.app_module_view_kanban
msgid "Export Translation" msgid "Export Translation"
msgstr "导出翻译" msgstr "导出翻译"
#. module: app_odoo_customize
#: model_terms:ir.ui.view,arch_db:app_odoo_customize.view_app_theme_config_settings
msgid "Extra Feature"
msgstr "额外功能"
#. module: app_odoo_customize
#: model:ir.model.fields,help:app_odoo_customize.field_res_config_settings__module_app_odoo_doc
#: model_terms:ir.ui.view,arch_db:app_odoo_customize.view_app_theme_config_settings
msgid "Get Help Documentation on current odoo operation or topic."
msgstr "获取有关当前 odoo 操作或主题的帮助文档。"
#. module: app_odoo_customize
msgid "Get Help Documentation on current operation or topic."
msgstr "获取有关当前操作或主题的帮助文档。"
#. module: app_odoo_customize
#: model_terms:ir.ui.view,arch_db:app_odoo_customize.view_app_theme_config_settings
msgid "Get Help Documentation on current operation or topic. Click to get"
msgstr "获取有关odoo当前操作或主题的帮助文档。点击获取"
#. module: app_odoo_customize #. module: app_odoo_customize
#: model:ir.model,name:app_odoo_customize.model_ir_http #: model:ir.model,name:app_odoo_customize.model_ir_http
msgid "HTTP Routing" msgid "HTTP Routing"
msgstr "HTTP 路由" msgstr "HTTP 路由"
#. module: app_odoo_customize
#: model:ir.model.fields,field_description:app_odoo_customize.field_res_config_settings__module_app_odoo_doc
msgid "Help Document Anywhere"
msgstr "即时查看帮助"
#. module: app_odoo_customize #. module: app_odoo_customize
#: model:ir.model.fields,field_description:app_odoo_customize.field_ir_module_addons_path__id #: model:ir.model.fields,field_description:app_odoo_customize.field_ir_module_addons_path__id
msgid "ID" msgid "ID"
@@ -366,6 +422,11 @@ msgstr "最后更新于"
msgid "Leave the Developer Tools" msgid "Leave the Developer Tools"
msgstr "离开开发者模式" msgstr "离开开发者模式"
#. module: app_odoo_customize
#: model:ir.model.fields,field_description:app_odoo_customize.field_ir_module_module__license
msgid "License"
msgstr "许可协议"
#. module: app_odoo_customize #. module: app_odoo_customize
#: model:ir.ui.menu,name:app_odoo_customize.menu_app_demo_data #: model:ir.ui.menu,name:app_odoo_customize.menu_app_demo_data
msgid "Load demo data" msgid "Load demo data"
@@ -383,6 +444,11 @@ msgstr "可本地更新"
msgid "Module" msgid "Module"
msgstr "模块" msgstr "模块"
#. module: app_odoo_customize
#: model:ir.model,name:app_odoo_customize.model_ir_module_addons_path
msgid "Module Addons Path"
msgstr "模块所在目录"
#. module: app_odoo_customize #. module: app_odoo_customize
#: model:ir.model.fields,field_description:app_odoo_customize.field_ir_module_addons_path__module_count #: model:ir.model.fields,field_description:app_odoo_customize.field_ir_module_addons_path__module_count
msgid "Module Count" msgid "Module Count"
@@ -421,7 +487,7 @@ msgstr "无需更新"
#. module: app_odoo_customize #. module: app_odoo_customize
#: model_terms:ir.ui.view,arch_db:app_odoo_customize.view_app_theme_config_settings #: model_terms:ir.ui.view,arch_db:app_odoo_customize.view_app_theme_config_settings
msgid "Odoo Customize Setting" msgid "Odoo Customize Setting"
msgstr "odoo自定义设置" msgstr "odoo全面定制,提速,界面,数据处理"
#. module: app_odoo_customize #. module: app_odoo_customize
#: model:ir.model.fields,field_description:app_odoo_customize.field_ir_module_addons_path__path #: model:ir.model.fields,field_description:app_odoo_customize.field_ir_module_addons_path__path
@@ -475,6 +541,11 @@ msgstr "重置品类及区位显示名"
msgid "Scheduled Actions" msgid "Scheduled Actions"
msgstr "计划任务" msgstr "计划任务"
#. module: app_odoo_customize
#: model_terms:ir.ui.view,arch_db:app_odoo_customize.view_app_theme_config_settings
msgid "Security and Boost"
msgstr "安全与提速"
#. module: app_odoo_customize #. module: app_odoo_customize
#: model:ir.model.fields,help:app_odoo_customize.field_res_config_settings__app_system_name #: model:ir.model.fields,help:app_odoo_customize.field_res_config_settings__app_system_name
msgid "Setup System Name,which replace Odoo" msgid "Setup System Name,which replace Odoo"
@@ -551,6 +622,11 @@ msgstr "显示分享Odoo"
msgid "Show Support" msgid "Show Support"
msgstr "显示支持" msgstr "显示支持"
#. module: app_odoo_customize
#: model:ir.model.fields,field_description:app_odoo_customize.field_res_config_settings__app_stop_subscribe
msgid "Stop Odoo Subscribe"
msgstr "停止Odoo订阅"
#. module: app_odoo_customize #. module: app_odoo_customize
#. odoo-javascript #. odoo-javascript
#: code:addons/app_odoo_customize/static/src/js/user_menu.js:0 #: code:addons/app_odoo_customize/static/src/js/user_menu.js:0
@@ -645,6 +721,16 @@ msgstr "更新模块"
msgid "Upgrade" msgid "Upgrade"
msgstr "升级" msgstr "升级"
#. module: app_odoo_customize
#: model:ir.model.fields,help:app_odoo_customize.field_res_config_settings__module_app_chatgpt
msgid "Use Ai to boost you business."
msgstr "使用 Ai 促进您的业务发展。"
#. module: app_odoo_customize
#: model_terms:ir.ui.view,arch_db:app_odoo_customize.view_app_theme_config_settings
msgid "Use Ai to make odoo more powerful."
msgstr "使用 Ai 使odoo更强大好用。"
#. module: app_odoo_customize #. module: app_odoo_customize
#: model_terms:ir.ui.view,arch_db:app_odoo_customize.view_app_theme_config_settings #: model_terms:ir.ui.view,arch_db:app_odoo_customize.view_app_theme_config_settings
msgid "User Menu" msgid "User Menu"
@@ -695,11 +781,6 @@ msgstr "启用后,会显示在线支持链接"
msgid "When enable,everyone login can see the debug menu" msgid "When enable,everyone login can see the debug menu"
msgstr "启用后,会显示快速调试菜单" msgstr "启用后,会显示快速调试菜单"
#. module: app_odoo_customize
#: model:ir.model,name:app_odoo_customize.model_ir_module_addons_path
msgid "ir.module.addons.path"
msgstr "ir.module.addons.path"
#. module: app_odoo_customize #. module: app_odoo_customize
#. odoo-javascript #. odoo-javascript
#: code:addons/app_odoo_customize/static/src/xml/res_config_edition.xml:0 #: code:addons/app_odoo_customize/static/src/xml/res_config_edition.xml:0

View File

@@ -60,6 +60,9 @@ class ResConfigSettings(models.TransientModel):
help="Check to only Debug / Debug Assets for Odoo Admin. Deny debug from url for other user.") help="Check to only Debug / Debug Assets for Odoo Admin. Deny debug from url for other user.")
app_stop_subscribe = fields.Boolean('Stop Odoo Subscribe', help="Check to stop subscribe and follow. This to make odoo speed up.", app_stop_subscribe = fields.Boolean('Stop Odoo Subscribe', help="Check to stop subscribe and follow. This to make odoo speed up.",
config_parameter='app_stop_subscribe') config_parameter='app_stop_subscribe')
# 处理额外模块
module_app_odoo_doc = fields.Boolean("Help Document Anywhere", help='Get Help Documentation on current odoo operation or topic.')
module_app_chatgpt = fields.Boolean("Ai Center", help='Use Ai to boost you business.')
def set_module_url(self): def set_module_url(self):
sql = "UPDATE ir_module_module SET website = '%s' WHERE license like '%s' and website <> ''" % (self.app_enterprise_url, 'OEEL%') sql = "UPDATE ir_module_module SET website = '%s' WHERE license like '%s' and website <> ''" % (self.app_enterprise_url, 'OEEL%')

Binary file not shown.

Before

Width:  |  Height:  |  Size: 449 KiB

After

Width:  |  Height:  |  Size: 450 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 258 KiB

After

Width:  |  Height:  |  Size: 258 KiB

View File

@@ -1,7 +1,7 @@
<section class="oe_container app"> <section class="oe_container app">
<div class="oe_row oe_spaced" style="max-width: 95%;"> <div class="oe_row oe_spaced" style="max-width: 95%;">
<div class="oe_span12"> <div class="oe_span12">
<h2 class="oe_slogan">App Odoo Customize, Odoo Boost</h2> <h2 class="oe_slogan">odoo Tweak,Boost,Customize All in One. Customize,UI,Boost,Security,Data,Development Enhance</h2>
<h4 class="mt8"> <h4 class="mt8">
If you are using odoo enterprise.<br> If you are using odoo enterprise.<br>
<a href="https://www.odoo.com/apps/modules/16.0/app_web_enterprise/" target="_blank"> <a href="https://www.odoo.com/apps/modules/16.0/app_web_enterprise/" target="_blank">
@@ -47,6 +47,9 @@
<div class="oe_span12"> <div class="oe_span12">
<h2 class="oe_slogan">This is a Long Term Support Apps.</h2> <h2 class="oe_slogan">This is a Long Term Support Apps.</h2>
<div class="oe_demo" style=" margin: 30px auto 0; padding: 0 15px 0 0; border:none; width: 96%;"> <div class="oe_demo" style=" margin: 30px auto 0; padding: 0 15px 0 0; border:none; width: 96%;">
<h3>Update: v16.23.08.24</h3>
<p>46. Add Help documentation anywhere. easy get help for any odoo operation or action.</p>
<p>45. Add addons path info to module.</p>
<h3>Update: v16.23.08.15</h3> <h3>Update: v16.23.08.15</h3>
<p>43. Check to only Debug / Debug Assets for Odoo Admin. Deny debug from url for other user.</p> <p>43. Check to only Debug / Debug Assets for Odoo Admin. Deny debug from url for other user.</p>
<p>44. Check to stop subscribe and follow. This to make odoo speed up.</p> <p>44. Check to stop subscribe and follow. This to make odoo speed up.</p>
@@ -169,6 +172,13 @@
<li class="list-group-item">38. Add Draggable Dialog enable.</li> <li class="list-group-item">38. Add Draggable Dialog enable.</li>
<li class="list-group-item">39. Only erp manager can see debug menu.</li> <li class="list-group-item">39. Only erp manager can see debug menu.</li>
<li class="list-group-item">40. Fix support for enterprise version.</li> <li class="list-group-item">40. Fix support for enterprise version.</li>
<li class="list-group-item">41. Fix odoo bug, when click Preferences menu not hide in mobile.</li>
<li class="list-group-item">42. Add menu navbar setup for top or bottom. navigator footer support.</li>
<li class="list-group-item">43. Check to only Debug / Debug Assets for Odoo Admin. Deny debug from url for other user.</li>
<li class="list-group-item">44. Check to stop subscribe and follow. This to make odoo speed up.</li>
<li class="list-group-item">45. Add addons path info to module.</li>
<li class="list-group-item">46. Add addons path info to module.</li>
</ul> </ul>
<p> <p>
This module can help to white label the Odoo. This module can help to white label the Odoo.
@@ -176,14 +186,40 @@
The user can get the help document just by one click. The user can get the help document just by one click.
</p> </p>
</div> </div>
</div>
</div>
<section class="oe_container container">
<div class="oe_row oe_spaced">
<h1 class="text-danger text-center">Help Document Anywhere</h1>
<h4 class="oe_slogan">Get Help Documentation on current odoo operation or topic.</h4>
<div class="oe_demo oe_screenshot img img-fluid"> <div class="oe_demo oe_screenshot img img-fluid">
<img src="cnreadme.png" style="border:1px solid black"/> <img src="sethelp1.png"/>
<br/> </div>
</div> <h4 class="oe_slogan">You can use you company logo for the document with you help document</h4>
<div class="oe_demo oe_screenshot img img-fluid">
<img src="sethelp2.png"/>
</div>
<h4 class="oe_slogan">You can set extra help doc for any addons</h4>
<div class="oe_demo oe_screenshot img img-fluid">
<img src="sethelp3.png"/>
</div>
<h4 class="oe_slogan">Must in development mode</h4>
<div class="oe_demo oe_screenshot img img-fluid">
<img src="sethelp4.png"/>
</div> </div>
</div> </div>
</section>
<section class="oe_container container">
<div class="oe_row oe_spaced">
<h1 class="text-danger text-center">New Ai Center Support</h1>
<h4 class="oe_slogan">You can install Ai service like chatgpt and google bard and azure openai.</h4>
<div class="oe_demo oe_screenshot img img-fluid">
<img src="setai1.png"/>
</div>
</div>
</section>
<div class="oe_row oe_spaced" style="max-width: 95%;"> <div class="oe_row oe_spaced" style="max-width: 95%;">
<div class="oe_demo" <div class="oe_demo"
@@ -193,40 +229,72 @@
<div class="oe_demo oe_screenshot img img-fluid"> <div class="oe_demo oe_screenshot img img-fluid">
<img src="banner.gif" style="border:1px solid black"/> <img src="banner.gif" style="border:1px solid black"/>
<br/> <br/>
<img src="set3.jpg" style="border:1px solid black"/>
<br/>
</div> </div>
<div class="oe_demo" <div class="oe_demo"
style="margin: 20px auto; padding: 0 15px 0 0; border:none; border-top:solid 1px #dedede; width: 96%;"> style="margin: 20px auto; padding: 0 15px 0 0; border:none; border-top:solid 1px #dedede; width: 96%;">
<h2 class='oe_mt32'>Multi-language support: Chinese ready</h2> <h2 class='oe_mt32'>Multi-language support: Chinese ready</h2>
</div> </div>
<div class="oe_demo oe_screenshot img img-fluid"> <div class="oe_demo oe_screenshot img img-fluid">
<img src="set12.png" style="border:1px solid black"/> <img src="setcn1.png" style="border:1px solid black"/>
<br/> <br/>
<img src="setcn2.png" style="border:1px solid black"/>
</div> </div>
</div> </div>
<div class="oe_row oe_spaced" style="max-width: 95%;"> <div class="oe_row oe_spaced" style="max-width: 95%;">
<div class="oe_demo" <div class="oe_demo"
style=" argin: 20px auto; padding: 0 15px 0 0; border:none; border-top:solid 1px #dedede; width: 96%; "> style=" argin: 20px auto; padding: 0 15px 0 0; border:none; border-top:solid 1px #dedede; width: 96%; ">
<h2 class='oe_mt32'>How to use: Go to Settings -> odooApp Settings</h2> <h2 class='oe_mt32'>How to use: Go to Settings -> odooAipp -> Customize Boost Odoo</h2>
</div> </div>
<div class="oe_demo oe_screenshot img img-fluid"> <div class="oe_demo oe_screenshot img img-fluid">
<img src="set1.jpg" style="border:1px solid black"/> <img src="set0.png" style="border:1px solid black"/>
<br/> <br/>
</div> </div>
</div> </div>
<div class="oe_row oe_spaced" style="max-width: 95%;"> <section class="oe_container container">
<div class="oe_demo" <div class="oe_row oe_spaced">
style="margin: 20px auto; padding: 0 15px 0 0; border:none; border-top:solid 1px #dedede; width: 96%; "> <h1 class="text-danger text-center">OEM White label your odoo</h1>
<h2 class='oe_mt32'>Set System Icon (odoo 10 only)</h2> <h4 class="oe_slogan">Replaces "Odoo" in Windows title, Deletes Odoo label in footer, Customize all odoo link to my link</h4>
</div>
<div class="oe_demo oe_screenshot img img-fluid"> <div class="oe_demo oe_screenshot img img-fluid">
<img src="set19.jpg" style="border:1px solid black"/> <img src="set1.jpg"/>
<br/>
</div> </div>
</div> </div>
</section>
<section class="oe_container container">
<div class="oe_row oe_spaced">
<h1 class="text-danger text-center">Mobile Enhance. Add menu navbar setup for top or bottom. navigator footer support.</h1>
<h4 class="oe_slogan">Easy set navbar on bottom or top.</h4>
<div class="oe_demo oe_screenshot img img-fluid">
<img src="setnav.png"/>
</div>
</div>
</section>
<section class="oe_container container">
<div class="oe_row oe_spaced">
<h1 class="text-danger text-center">odoo SECURITY AND BOOST</h1>
<h4 class="oe_slogan">Eonly Debug / Debug Assets for Odoo Admin. Deny debug from url for other user.stop subscribe and follow. This to make odoo speed up.</h4>
<div class="oe_demo oe_screenshot img img-fluid">
<img src="setboost.png"/>
</div>
</div>
</section>
<section class="oe_container container">
<div class="oe_row oe_spaced">
<h1 class="text-danger text-center">Add quick operation for odoo modules. </h1>
<h4 class="oe_slogan">Refresh translate. Upgrade, Uninstall, help on topic</h4>
<div class="oe_demo oe_screenshot img img-fluid">
<img src="setmodule1.png"/>
</div>
<h4 class="oe_slogan">Easy mass module operation</h4>
<div class="oe_demo oe_screenshot img img-fluid">
<img src="setmodule2.png"/>
</div>
</div>
</section>
<div class="oe_row oe_spaced" style="max-width: 95%;"> <div class="oe_row oe_spaced" style="max-width: 95%;">
<div class="oe_demo" <div class="oe_demo"
@@ -272,7 +340,7 @@
<div class="oe_row oe_spaced" style="max-width: 95%;"> <div class="oe_row oe_spaced" style="max-width: 95%;">
<div class="oe_demo" <div class="oe_demo"
style="margin: 20px auto; padding: 0 15px 0 0; border:none; border-top:solid 1px #dedede; width: 96%;"> style="margin: 20px auto; padding: 0 15px 0 0; border:none; border-top:solid 1px #dedede; width: 96%;">
<h2 class='oe_mt32'>Customize Module Url(eg. Enterprise).</h2> <h2 class='oe_mt32'>Customize Extra enterprise Module Url(eg. Enterprise).</h2>
</div> </div>
<div class="oe_demo oe_screenshot img img-fluid"> <div class="oe_demo oe_screenshot img img-fluid">
<img src="set21.jpg" style="border:1px solid black"/> <img src="set21.jpg" style="border:1px solid black"/>
@@ -291,7 +359,16 @@
<br/> <br/>
</div> </div>
</div> </div>
</section>
<section class="oe_container container">
<div class="oe_row oe_spaced">
<h1 class="text-danger text-center">Multi-language Support..</h1>
<h4 class="oe_slogan"> </h4>
<div class="oe_demo oe_screenshot img img-fluid">
<img src="cnreadme.png"/>
</div>
</div>
</section> </section>
<section class="oe_container oe_dark"> <section class="oe_container oe_dark">

Binary file not shown.

After

Width:  |  Height:  |  Size: 50 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 75 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 107 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 28 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 8.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 70 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 107 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 371 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 175 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 112 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 41 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 105 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 60 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 15 KiB

View File

@@ -6,7 +6,7 @@
<field name="model">res.config.settings</field> <field name="model">res.config.settings</field>
<field name="priority">20</field> <field name="priority">20</field>
<field name="arch" type="xml"> <field name="arch" type="xml">
<form string="odooAi Customize Settings" class="oe_form_configuration"> <form string="odooAi Customize Settings" class="oe_form_configuration" create="0">
<header> <header>
<button string="Apply" type="object" name="execute" class="oe_highlight"/> <button string="Apply" type="object" name="execute" class="oe_highlight"/>
<button string="Cancel" type="object" name="cancel" class="oe_link" special="cancel"/> <button string="Cancel" type="object" name="cancel" class="oe_link" special="cancel"/>
@@ -37,6 +37,32 @@
<field name="app_stop_subscribe"/> <field name="app_stop_subscribe"/>
</group> </group>
</group> </group>
<h4 class="o_horizontal_separator mt-4 mb-3">Extra Feature</h4>
<div class="row mt16 o_settings_container" name="app_modules">
<div class="col-lg-6 col-md-6 o_setting_box">
<div class="o_setting_left_pane">
<field name="module_app_odoo_doc"/>
</div>
<div class="o_setting_right_pane">
<label for="module_app_odoo_doc"/>
<a href="https://apps.odoo.com/apps/modules/16.0/app_odoo_doc"
title="Get Help Documentation on current odoo operation or topic. Click to get " class="o_doc_link ml8"
target="_blank"/>
<div class="">Get Help Documentation on current odoo operation or topic.</div>
</div>
</div>
<div class="col-lg-6 col-md-6 o_setting_box">
<div class="o_setting_left_pane">
<field name="module_app_chatgpt"/>
</div>
<div class="o_setting_right_pane">
<label for="module_app_chatgpt"/>
<a href="https://apps.odoo.com/apps/modules/16.0/app_chatgpt" class="o_doc_link ml8"
target="_blank"/>
<div class="">Use Ai to make odoo more powerful.</div>
</div>
</div>
</div>
<group string="User Menu"> <group string="User Menu">
<group> <group>
<field name="app_show_lang"/> <field name="app_show_lang"/>
@@ -177,7 +203,7 @@
</record> </record>
<record id="action_app_theme_config" model="ir.actions.act_window"> <record id="action_app_theme_config" model="ir.actions.act_window">
<field name="name">Customize Debrand</field> <field name="name">Customize Boost Odoo</field>
<field name="type">ir.actions.act_window</field> <field name="type">ir.actions.act_window</field>
<field name="res_model">res.config.settings</field> <field name="res_model">res.config.settings</field>
<field name="view_mode">form</field> <field name="view_mode">form</field>