update odoo customize

This commit is contained in:
ivanOffice
2023-09-14 17:08:11 +08:00
parent 45ecd5ac66
commit a4d3528454
29 changed files with 475 additions and 72 deletions

View File

@@ -1,5 +1,6 @@
# -*- coding: utf-8 -*- # -*- coding: utf-8 -*-
from . import controllers
from . import models from . import models
from . import hooks from . import hooks
from .hooks import pre_init_hook from .hooks import pre_init_hook

View File

@@ -22,8 +22,8 @@
# description: # description:
{ {
'name': 'odoo 15,14,13 Customize OEM(Boost, Data reset)', 'name': 'odoo Tweak,Boost,Customize,Ai All in One. Customize,UI,Boost,Security,Data,Development Enhance',
'version': '13.22.04.26', 'version': '13.23.08.28',
'author': 'odooai.cn', 'author': 'odooai.cn',
'category': 'Productivity', 'category': 'Productivity',
'website': 'https://www.odooai.cn', 'website': 'https://www.odooai.cn',

View File

@@ -0,0 +1,4 @@
# -*- coding: utf-8 -*-
# todo: website 有bug oauth
from . import controllers

View File

@@ -0,0 +1,25 @@
# -*- coding: utf-8 -*-
# Part of Odoo. See LICENSE file for full copyright and licensing details.
from odoo import http
from odoo.addons.portal.controllers.web import Home
from odoo.http import request
class AppHome(Home):
@http.route()
def web_client(self, s_action=None, **kw):
# todo: 当前只对 web要调整为也对 website
res = super(AppHome, self).web_client(s_action, **kw)
if kw.get('debug', False):
app_debug_only_admin = 1
if request.session.uid and request.env.user.browse(request.session.uid)._is_admin():
pass
else:
if app_debug_only_admin:
return request.redirect('/web/session/logout?debug=0')
return res

Binary file not shown.

Before

Width:  |  Height:  |  Size: 217 KiB

After

Width:  |  Height:  |  Size: 88 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 390 KiB

After

Width:  |  Height:  |  Size: 450 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 203 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 142 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 208 KiB

After

Width:  |  Height:  |  Size: 258 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 78 KiB

After

Width:  |  Height:  |  Size: 8.2 KiB

View File

@@ -1,58 +1,348 @@
<section class="oe_container app"> <?xml version="1.0" encoding="utf-8"?>
<!--
# -*- coding: utf-8 -*-
##############################################################################
# Copyright (C) 2009~2023 odooAi.cn
##############################################################################
-->
<html>
<!-- Modules Title and brief -->
<section class="container app">
<div class="oe_row oe_spaced" style="max-width: 95%;"> <div class="oe_row oe_spaced" style="max-width: 95%;">
<div class="row"> <div class="row">
<h2 class="oe_slogan">App Odoo Customize, Odoo Boost</h2> <h2 class="oe_slogan">odoo Tweak,Boost,Customize All in One. OEM,UI,Boost,Security,Data,Development Enhance</h2>
<h4 class="mt8">
If you are using odoo enterprise.<br>
<a href="https://www.odoo.com/apps/modules/13.0/app_web_enterprise/" target="_blank">
Get "app_web_enterprise" for more customize
</a>
</h4>
<div class="oe_demo oe_screenshot">
<a class="btn btn-block btn-success mt16 mb16" target="_blank" href="https://apps.odoo.com/apps/modules/13.0/app_app_web_enterprise/">
<img src="app_web_enterprise_03.jpg" style="border:1px solid black"/>
</a>
<br/>
</div>
<h4 class="mt8"> <h4 class="mt8">
You can follow this repo on github. To get the latest update of free odoo app. You can follow this repo on github. To get the latest update of free odoo app.
<p>https://github.com/guohuadeng/app-odoo</p> <p>https://github.com/guohuadeng/app-odoo</p>
</h4> </h4>
</div>
</div>
</section>
<section class="container app">
<div class="oe_row oe_spaced" style="max-width: 95%;">
<div class="row">
<h2 class="oe_slogan">This is a Long Term Support Apps.Update: v13.23.09.13</h2>
<div class="oe_demo" style=" margin: 30px auto 0; padding: 0 15px 0 0; border:none; width: 96%;">
<ul class="list-group">
<li class="list-group-item">1. Deletes Odoo label in footer</li>
<li class="list-group-item">2. Replaces "Odoo" in Windows title</li>
<li class="list-group-item">3. Customize Documentation, Support, About links and title in usermenu</li>
<li class="list-group-item">4. Adds "Developer mode" link to the top right-hand User Menu.</li>
<li class="list-group-item">5. Adds Quick Language Switcher to the top right-hand User Menu.</li>
<li class="list-group-item">6. Adds Country flags to the top right-hand User Menu.</li>
<li class="list-group-item">7. Adds English and Chinese user documentation access to the top right-hand User Menu.</li>
<li class="list-group-item">8. Adds developer documentation access to the top right-hand User Menu.</li>
<li class="list-group-item">9. Customize "My odoo.com account" button</li>
<li class="list-group-item">10. Standalone setting panel, easy to setup.</li>
<li class="list-group-item">11. Provide 236 country flags.</li>
<li class="list-group-item">12. Multi-language Support.</li>
<li class="list-group-item">13. Change Powered by Odoo in login screen.(Please change '../views/app_odoo_customize_view.xml' #15)</li>
<li class="list-group-item">14. Quick delete test data in Apps: Sales/POS/Purchase/MRP/Inventory/Accounting/Project/Base Models.</li>
<li class="list-group-item">15. Reset All the Sequence to beginning of 1: SO/PO/MO/Invoice...</li>
<li class="list-group-item">16. Fix odoo reload module translation bug while enable english language</li>
<li class="list-group-item">17. Stop Odoo Auto Subscribe(Performance Improve)</li>
<li class="list-group-item">18. Show/Hide Author and Website in Apps Dashboard (odoo 11 only)</li>
<li class="list-group-item">19. One Click to clear all data (Sometime pls click twice)</li>
<li class="list-group-item">20. Show quick upgrade in app dashboard, click to show module info not go to odoo.com</li>
<li class="list-group-item">21. Can clear and reset account chart. Be cautious.</li>
<li class="list-group-item">22. Update online manual and developer document to odoo12.</li>
<li class="list-group-item">23. Add reset or clear website blog data</li>
<li class="list-group-item">24. Customize Odoo Native Module(eg. Enterprise) Url</li>
<li class="list-group-item">25. Add remove expense data</li>
<li class="list-group-item">26. Add multi uninstall modules</li>
<li class="list-group-item">27. Add odoo boost modules link.</li>
<li class="list-group-item">28. Easy Menu manager.</li>
<li class="list-group-item">29. Apps version compare. Add Install version in App list. Add Local updatable filter in app list.</li>
<li class="list-group-item">30. 1 key export app translate file like .po file.</li>
<li class="list-group-item">32. Fix odoo bug of complete name bug of product category and stock location..</li>
<li class="list-group-item">33. Add Demo Ribbon Setting.</li>
<li class="list-group-item">34. Add Remove all quality data.</li>
<li class="list-group-item">35. Fixed for odoo 14.</li>
<li class="list-group-item">36. Add refresh translate for multi module.</li>
<li class="list-group-item">37. Easy noupdate manage for External Identifiers(xml_id).</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">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 Help documentation anywhere. easy get help for any odoo operation or action.</li>
</ul>
<div class="oe_demo" style=" margin: 30px auto 0; padding: 0 15px 0 0; border:none; width: 96%;">
<p>If you want to change the login page. </p>
<p class="mb16">Please modify the file \views\app_odoo_customize_views.xml </p>
</div>
<p>
This module can help to white label the Odoo.
Also helpful for training and support for your odoo end-user.<br/>
The user can get the help document just by one click.
</p>
</div>
</div>
</div>
<section class="container">
<div class="oe_row oe_spaced">
<h2 class="bg-warning text-center pt8 pb8">Help Document Anywhere</h2>
<h4 class="oe_slogan">Get Help Documentation on current odoo operation or topic.</h4>
<div class="oe_demo oe_screenshot img img-fluid">
<img src="sethelp1.png"/>
</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>
</section>
<section class="container">
<div class="oe_row oe_spaced">
<h2 class="bg-warning text-center pt8 pb8">New Ai Center Support</h2>
<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_demo"
style="margin: 20px auto; padding: 0 15px 0 0; border:none; border-top:solid 1px #dedede; width: 96%;">
<h2 class='oe_mt32'>Odoo Customize(Debranding Title,Language,Documentation,Quick Debug)</h2>
</div>
<div class="oe_demo oe_screenshot img img-fluid">
<img src="banner.gif" style="border:1px solid black"/>
<br/>
</div>
<div class="oe_demo"
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>
</div>
<div class="oe_demo oe_screenshot img img-fluid">
<img src="setcn1.png" style="border:1px solid black"/>
<br/>
<img src="setcn2.png" style="border:1px solid black"/>
</div>
</div>
<div class="oe_row oe_spaced" style="max-width: 95%;">
<div class="oe_demo"
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 -> odooAi -> Customize Boost Odoo</h2>
</div>
<div class="oe_demo oe_screenshot img img-fluid">
<img src="set0.png" style="border:1px solid black"/>
<br/>
</div>
</div>
<section class="container">
<div class="oe_row oe_spaced">
<h2 class="bg-warning text-center pt8 pb8">OEM White label your odoo</h2>
<h4 class="oe_slogan">Replaces "Odoo" in Windows title, Deletes Odoo label in footer, Customize all odoo link to my link</h4>
<div class="oe_demo oe_screenshot img img-fluid">
<img src="set1.jpg"/>
</div>
</div>
</section>
<section class="container">
<div class="oe_row oe_spaced">
<h2 class="bg-warning text-center pt8 pb8">Mobile Enhance. Add menu navbar setup for top or bottom. navigator footer support.</h2>
<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="container">
<div class="oe_row oe_spaced">
<h2 class="bg-warning text-center pt8 pb8">odoo SECURITY AND BOOST</h2>
<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="container">
<div class="oe_row oe_spaced">
<h2 class="bg-warning text-center pt8 pb8">Add quick operation for odoo modules. </h2>
<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>
<h4 class="oe_slogan">Easy Export translate follow your language</h4>
<div class="oe_demo oe_screenshot img img-fluid">
<img src="setmodule3.png"/>
</div>
</div>
</section>
<section class="container">
<div class="oe_row oe_spaced">
<h2 class="bg-warning text-center pt8 pb8"> Add Draggable and sizeable Dialog enable.</h2>
<div class="oe_demo oe_screenshot img img-fluid">
<img src="setdialog.gif"/>
</div>
</div>
</section>
<div class="oe_row oe_spaced" style="max-width: 95%;">
<div class="oe_demo"
style="margin: 20px auto; padding: 0 15px 0 0; border:none; border-top:solid 1px #dedede; width: 96%;">
<h2 class='oe_mt32'>Show/Hide Author and Website in Apps Dashboard</h2>
</div>
<p>Before</p>
<div class="oe_demo oe_screenshot img img-fluid">
<img src="set18-1.jpg" style="border:1px solid black"/>
<br/>
</div>
<p>After uncheck "Show Author in Apps Dashboard"</p>
<div class="oe_demo oe_screenshot img img-fluid">
<img src="set18-2.jpg" style="border:1px solid black"/>
<br/>
</div>
</div>
<div class="oe_row oe_spaced" style="max-width: 95%;">
<div class="oe_demo"
style="margin: 20px auto; padding: 0 15px 0 0; border:none; border-top:solid 1px #dedede; width: 96%;">
<h2 class='oe_mt32'>Show quick upgrade in app dashboard, click to show module info not go to odoo.com</h2>
</div>
<p>No more redirect to odoo.com</p>
<div class="oe_demo oe_screenshot img img-fluid">
<img src="set20.jpg" style="border:1px solid black"/>
<br/>
</div>
</div>
<div class="oe_row oe_spaced" style="max-width: 95%;">
<div class="oe_demo"
style="margin: 20px auto; padding: 0 15px 0 0; border:none; border-top:solid 1px #dedede; width: 96%;">
<h2 class='oe_mt32'>Setup more flags: just rename the flag pic to locale code of the country</h2>
<p>You can find the pictures in "\app-odoo\app_odoo_customize\static\src\img\flags"</p>
</div>
<div class="oe_demo oe_screenshot img img-fluid">
<img src="set2.png" style="border:1px solid black"/>
<br/>
</div>
</div>
<div class="oe_row oe_spaced" style="max-width: 95%;">
<div class="oe_demo"
style="margin: 20px auto; padding: 0 15px 0 0; border:none; border-top:solid 1px #dedede; width: 96%;">
<h2 class='oe_mt32'>Customize Extra enterprise Module Url(eg. Enterprise).</h2>
</div>
<div class="oe_demo oe_screenshot img img-fluid">
<img src="set21.jpg" style="border:1px solid black"/>
<br/>
</div>
</div>
<div class="oe_row oe_spaced" style="max-width: 95%;">
<div class="oe_demo"
style="margin: 20px auto; padding: 0 15px 0 0; border:none; border-top:solid 1px #dedede; width: 96%;">
<h2 class='oe_mt32'>Quick Delete test Data.</h2>
<p>You can quickly delete all the test data in Apps: Sales/POS/Purchase/MRP/Inventory/Accounting/Message/Workflow etc.</p>
</div>
<div class="oe_demo oe_screenshot img img-fluid">
<img src="set3.jpg" style="border:1px solid black"/>
<br/>
</div>
</div>
</section>
<section class="container">
<div class="oe_row oe_spaced">
<h2 class="bg-warning text-center pt8 pb8">Multi-language Support..</h2>
<h4 class="oe_slogan"> </h4>
<div class="oe_demo oe_screenshot img img-fluid">
<img src="cnreadme.png"/>
</div>
</div>
<h4 class="mt8"> <h4 class="mt8">
Also you can Also you can
<a href="https://www.odoo.com/apps/modules/browse?author=odooai.cn" target="_blank"> <a href="https://www.odoo.com/apps/modules/browse?author=odooai.cn" target="_blank">
get more powerful odoo apps from us. get more powerful odoo apps from us.
</a>. like [superbar widget] </a>. like [superbar widget]
</h4> </h4>
<div class="oe_demo oe_screenshot"> <div class="oe_demo oe_screenshot img img-fluid">
<a href="https://www.odoo.com/apps/modules/browse?author=odooai.cn" target="_blank"> <a href="https://www.odoo.com/apps/modules/browse?author=odooai.cn" target="_blank">
<img oe_demo oe_screenshot src="https://apps.odoocdn.com/apps/assets/13.0/app_web_superbar/superbar.gif"/> <img oe_demo oe_screenshot img img-fluid src="https://apps.odoocdn.com/apps/assets/15.0/app_web_superbar/superbar.gif"/>
</a> </a>
</div> </div>
<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%;">
<p>This moduld allows user to quickly customize and debranding Odoo. Quick debug, Language Switcher, <p>This moduld allows user to quickly customize and debranding Odoo. Quick debug, Language Switcher,
Online Documentation Access,Quick Data Clear. </p> Online Documentation Access,Quick Data Clear. </p>
<p class="mb16">Support Odoo 16, 15,14,13, 12, 11, 10, 9. Including community and enterprise version. </p> <p class="mb16">Support odoo 16,15,14,13, 12, 11, 10, 9. Including community and enterprise version. </p>
</div>
<div class="oe_demo" style=" margin: 30px auto 0; padding: 0 15px 0 0; border:none; width: 96%;">
<p>If you want to change the login page. </p>
<p class="mb16">Please modify the file \views\app_odoo_customize_views.xml </p>
</div>
</div>
</div> </div>
</section> </section>
<section class="oe_container app"> <section class="container app">
<div class="oe_row oe_spaced" style="max-width: 95%;"> <div class="oe_row oe_spaced" style="max-width: 95%;">
<div class="row"> <div class="row">
<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: v15.21.10.07</h3> <h3>Update: v13.23.09.13</h3>
<p>UI enhance. follow odoo16 setup UI.</p>
<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>
<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>
<h3>Update: v16.23.07.25</h3>
<p>42. Add menu navbar setup for top or bottom. navigator footer support.</p>
<h3>Update: v16.23.07.14</h3>
<p>41. Fix odoo bug, when click Preferences menu not hide in mobile.</p>
<h3>Update: v16.23.05.04</h3>
<p>Fix bug in mobile view in popup menu.</p>
<h3>Update: v16.23.02.17</h3>
<p>Fix odoo Debug and Debug Assets.</p>
<h3>Update: v16.23.02.06</h3>
<p>Fix odoo ribbon.</p>
<p>Fix odoo translate update.</p>
<h3>Update: v16.22.10.21</h3>
<p>Add odoo16 support.</p>
<h3>Update: v15.21.10.21</h3>
<p>odoo15 remove data optimization. Easy and fast remove big data.</p>
<h3>Update: v15.22.03.15</h3>
<p>Add odoo15 supported.</p> <p>Add odoo15 supported.</p>
<h3>Update: v13.21.08.04</h3> <h3>Update: v13.21.08.04</h3>
<p>39. Only erp manager can see debug menu..</p> <p>39. Only erp manager can see debug menu..</p>
<p>38. Add Draggable Dialog enable.</p> <p>38. Add Draggable Dialog enable.</p>
<p>37. Easy noupdate manage for External Identifiers(xml_id).</p> <p>37. Easy noupdate manage for External Identifiers(xml_id).</p>
<h3>Update: v14.21.03.31</h3>
<p>Account date reset, and account chart reset support multi company reset.</p>
<h3>Update: v14.21.03.30</h3>
<p>38. Add Draggable Dialog enable.</p>
<p>37. Easy noupdate manage for External Identifiers(xml_id).</p>
<h3>Update: v14.21.03.03</h3>
<p>Fixed odoo Title.</p>
<h3>Update: v14.20.12.29</h3>
<p>36. Add refresh translate for multi module.</p>
<h3>Update: v14.20.08.29</h3>
<p>35. Add odoo 14 Support.</p>
<p>34. Add Remove all quality data(for odoo Enterprise)</p>
<p>33. Add Demo Ribbon Setting.</p>
<p>32. Fix odoo bug of complete name bug of product category and stock location.</p>
<h3>Update: v13.20.08.29</h3> <h3>Update: v13.20.08.29</h3>
<p>36. Add odoo 14 support.</p> <p>36. Add odoo 14 support.</p>
<h3>Update: v13.20.04.12</h3> <h3>Update: v13.20.04.12</h3>
@@ -96,7 +386,7 @@
<a class="btn btn-block btn-success mt16 mb16" href="http://www.odoo.com/apps/modules/browse?author=odooai.cn">odooai.cn Awesome Odoo Addons</a> <a class="btn btn-block btn-success mt16 mb16" href="http://www.odoo.com/apps/modules/browse?author=odooai.cn">odooai.cn Awesome Odoo Addons</a>
</p> </p>
<br> <br>
<h3>Odoo 13, 12, 11, 10 Support. Community and Enterprise version support</h3> <h3>Odoo 16, 15, 14, 12, 11, 10 Support. Community and Enterprise version support</h3>
<ul class="list-group"> <ul class="list-group">
<li class="list-group-item">1. Deletes Odoo label in footer</li> <li class="list-group-item">1. Deletes Odoo label in footer</li>
<li class="list-group-item">2. Replaces "Odoo" in Windows title</li> <li class="list-group-item">2. Replaces "Odoo" in Windows title</li>
@@ -132,66 +422,150 @@
<li class="list-group-item">33. Add Demo Ribbon Setting.</li> <li class="list-group-item">33. Add Demo Ribbon Setting.</li>
<li class="list-group-item">34. Add Remove all quality data.</li> <li class="list-group-item">34. Add Remove all quality data.</li>
<li class="list-group-item">35. Fixed for odoo 14.</li> <li class="list-group-item">35. Fixed for odoo 14.</li>
<li class="list-group-item">36. Add refresh translate for multi module.</li>
<li class="list-group-item">37. Easy noupdate manage for External Identifiers(xml_id).</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">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>
<div class="oe_demo" style=" margin: 30px auto 0; padding: 0 15px 0 0; border:none; width: 96%;">
<p>If you want to change the login page. </p>
<p class="mb16">Please modify the file \views\app_odoo_customize_views.xml </p>
</div>
<p> <p>
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.<br/> Also helpful for training and support for your odoo end-user.<br/>
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 class="oe_demo oe_screenshot">
<img src="cnreadme.png" style="border:1px solid black"/>
<br/>
</div>
</div> </div>
</div> </div>
<section class="container">
<div class="oe_row oe_spaced">
<h2 class="bg-warning text-center pt8 pb8">Help Document Anywhere</h2>
<h4 class="oe_slogan">Get Help Documentation on current odoo operation or topic.</h4>
<div class="oe_demo oe_screenshot img img-fluid">
<img src="sethelp1.png"/>
</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>
</section>
<section class="container">
<div class="oe_row oe_spaced">
<h2 class="bg-warning text-center pt8 pb8">New Ai Center Support</h2>
<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"
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'>Odoo Customize(Debranding Title,Language,Documentation,Quick Debug)</h2> <h2 class='oe_mt32'>Odoo Customize(Debranding Title,Language,Documentation,Quick Debug)</h2>
</div> </div>
<div class="oe_demo oe_screenshot"> <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"> <div class="oe_demo oe_screenshot img img-fluid">
<img src="set11.png" style="border:1px solid black"/> <img src="setcn1.png" style="border:1px solid black"/>
</br>
<img src="set12.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 -> odooAi -> Customize Boost Odoo</h2>
</div> </div>
<div class="oe_demo oe_screenshot"> <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="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%; "> <h2 class="bg-warning text-center pt8 pb8">OEM White label your odoo</h2>
<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 src="set1.jpg"/>
<img src="set19.jpg" style="border:1px solid black"/>
<br/>
</div> </div>
</div> </div>
</section>
<section class="container">
<div class="oe_row oe_spaced">
<h2 class="bg-warning text-center pt8 pb8">Mobile Enhance. Add menu navbar setup for top or bottom. navigator footer support.</h2>
<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="container">
<div class="oe_row oe_spaced">
<h2 class="bg-warning text-center pt8 pb8">odoo SECURITY AND BOOST</h2>
<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="container">
<div class="oe_row oe_spaced">
<h2 class="bg-warning text-center pt8 pb8">Add quick operation for odoo modules. </h2>
<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>
<h4 class="oe_slogan">Easy Export translate follow your language</h4>
<div class="oe_demo oe_screenshot img img-fluid">
<img src="setmodule3.png"/>
</div>
</div>
</section>
<section class="container">
<div class="oe_row oe_spaced">
<h2 class="bg-warning text-center pt8 pb8"> Add Draggable and sizeable Dialog enable.</h2>
<div class="oe_demo oe_screenshot img img-fluid">
<img src="setdialog.gif"/>
</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"
@@ -199,12 +573,12 @@
<h2 class='oe_mt32'>Show/Hide Author and Website in Apps Dashboard</h2> <h2 class='oe_mt32'>Show/Hide Author and Website in Apps Dashboard</h2>
</div> </div>
<p>Before</p> <p>Before</p>
<div class="oe_demo oe_screenshot"> <div class="oe_demo oe_screenshot img img-fluid">
<img src="set18-1.jpg" style="border:1px solid black"/> <img src="set18-1.jpg" style="border:1px solid black"/>
<br/> <br/>
</div> </div>
<p>After uncheck "Show Author in Apps Dashboard"</p> <p>After uncheck "Show Author in Apps Dashboard"</p>
<div class="oe_demo oe_screenshot"> <div class="oe_demo oe_screenshot img img-fluid">
<img src="set18-2.jpg" style="border:1px solid black"/> <img src="set18-2.jpg" style="border:1px solid black"/>
<br/> <br/>
</div> </div>
@@ -216,7 +590,7 @@
<h2 class='oe_mt32'>Show quick upgrade in app dashboard, click to show module info not go to odoo.com</h2> <h2 class='oe_mt32'>Show quick upgrade in app dashboard, click to show module info not go to odoo.com</h2>
</div> </div>
<p>No more redirect to odoo.com</p> <p>No more redirect to odoo.com</p>
<div class="oe_demo oe_screenshot"> <div class="oe_demo oe_screenshot img img-fluid">
<img src="set20.jpg" style="border:1px solid black"/> <img src="set20.jpg" style="border:1px solid black"/>
<br/> <br/>
</div> </div>
@@ -228,7 +602,7 @@
<h2 class='oe_mt32'>Setup more flags: just rename the flag pic to locale code of the country</h2> <h2 class='oe_mt32'>Setup more flags: just rename the flag pic to locale code of the country</h2>
<p>You can find the pictures in "\app-odoo\app_odoo_customize\static\src\img\flags"</p> <p>You can find the pictures in "\app-odoo\app_odoo_customize\static\src\img\flags"</p>
</div> </div>
<div class="oe_demo oe_screenshot"> <div class="oe_demo oe_screenshot img img-fluid">
<img src="set2.png" style="border:1px solid black"/> <img src="set2.png" style="border:1px solid black"/>
<br/> <br/>
</div> </div>
@@ -237,9 +611,9 @@
<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"> <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"/>
<br/> <br/>
</div> </div>
@@ -251,15 +625,14 @@
<h2 class='oe_mt32'>Quick Delete test Data.</h2> <h2 class='oe_mt32'>Quick Delete test Data.</h2>
<p>You can quickly delete all the test data in Apps: Sales/POS/Purchase/MRP/Inventory/Accounting/Message/Workflow etc.</p> <p>You can quickly delete all the test data in Apps: Sales/POS/Purchase/MRP/Inventory/Accounting/Message/Workflow etc.</p>
</div> </div>
<div class="oe_demo oe_screenshot"> <div class="oe_demo oe_screenshot img img-fluid">
<img src="set3.jpg" style="border:1px solid black"/> <img src="set3.jpg" style="border:1px solid black"/>
<br/> <br/>
</div> </div>
</div> </div>
</section> </section>
<section class="oe_container oe_dark"> <section class="container oe_dark">
<div class="oe_row oe_spaced text-center"> <div class="oe_row oe_spaced text-center">
<div class="row"> <div class="row">
<h2 class="oe_slogan">Technical Help & Support</h2> <h2 class="oe_slogan">Technical Help & Support</h2>
@@ -287,4 +660,4 @@
</div> </div>
</div> </div>
</section> </section>
</html>

Binary file not shown.

After

Width:  |  Height:  |  Size: 50 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 80 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 144 KiB

After

Width:  |  Height:  |  Size: 331 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: 2.8 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 371 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 165 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: 147 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 15 KiB