opt chart

This commit is contained in:
ivan deng
2019-04-17 15:16:16 +08:00
parent 3a4ce339e0
commit 8d8b50d4b8
10 changed files with 107 additions and 17 deletions

View File

@@ -16,7 +16,7 @@
# description:
{
'name': '12 Ready!! App Odoo Customize(Backend Debranding Title,Language,Documentation,Quick Debug,Clear Data)',
'version': '11.19.1.20',
'version': '11.19.04.17',
'author': 'Sunpop.cn',
'category': 'Productivity',
'website': 'http://www.sunpop.cn',
@@ -54,6 +54,9 @@ You can config odoo, make it look like your own platform.
19. One Click to clear all data (Sometime pls click twice)
20. Show quick upgrade in app dashboard
21. Can clear and reset account chart. Be cautious.
22. Update online manual and developer document to odoo12
23. Add reset or clear website blog data
24. Customize Odoo Native Module(eg. Enterprise) Url
This module can help to white label the Odoo.
Also helpful for training and support for your odoo end-user.
@@ -61,7 +64,16 @@ The user can get the help document just by one click.
""",
'images': ['static/description/banner.gif'],
'depends': ['base', 'web', 'mail'],
'depends': [
'base',
'web',
'mail',
'web_settings_dashboard',
'iap',
# 'digest',
# when enterprise
# 'web_mobile'
],
'data': [
'views/app_odoo_customize_view.xml',
'views/app_theme_config_settings_view.xml',

Binary file not shown.

Before

Width:  |  Height:  |  Size: 162 KiB

After

Width:  |  Height:  |  Size: 217 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 125 KiB

View File

@@ -1,29 +1,43 @@
<section class="oe_container app">
<div class="oe_row oe_spaced" style="max-width: 95%;">
<div class="oe_span12">
<h2 class="oe_slogan">12 Ready!! App Odoo Customize</h2>
<h2 class="oe_slogan">App Odoo Customize</h2>
<h1 class="text-danger text-center">If you are using, you can
<a href="https://www.odoo.com/apps/modules/11.0/app_web_enterprise/" target="_blank">
get this app for more customize
</a>
</h1>
<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,
Online Documentation Access,Quick Data Clear. </p>
<p>Support Odoo 12, 11, 10, 9. Including communicate and enterprise version. </p>
<h3>Update: v11.19.1.20</h3>
<h3>Update: v12.19.04.17</h3>
<p>Add Customize Odoo Native Module(eg. Enterprise) Url</p>
<h3>Update: v12.19.3.15</h3>
<p>Add reset or clear website blog data</p>
<h3>Update: v12.19.3.12</h3>
<p>Optimize chinese translate and document.</p>
<p>Fix bug: Data clear.</p>
<h3>Update: v12.19.1.20</h3>
<p>Fix bug: Save config error.</p>
<h3>Update: v11.0.12.25</h3>
<h3>Update: v12.19.1.05</h3>
<p>Fix bug: If you install Muk moudle, odooapp customize would pop error like "attachment_location". Sometime you need to uninstall this app and restart odoo, install again to take affect.</p>
<h3>Update: v12.0.12.25</h3>
<p>add 22. Update online manual and developer document to odoo12.</p>
<h3>Update: v12.0.11.08</h3>
<p>Add 21. Reset Account Chart.</p>
<h3>Update: v11.0.9.30</h3>
<h3>Update: v12.0.9.30</h3>
<p>Add 20. Show quick upgrade in app dashboard</p>
<h3>Update: v11.0.9.25</h3>
<h3>Update: v12.0.9.25</h3>
<p>Now ready for odoo 12, please email to me. guohuadeng@hotmail.com</p>
<h3>Update: v11.0.7.23</h3>
<h3>Update: v12.0.7.23</h3>
<p>Fix Login bug when install website.</p>
<p>Add 19. One Click to clear all data (Sometime pls click twice)</p>
<p>Add 18. Show/Hide Author and Website in Apps Dashboard</p>
<div class="row">
<h1 class="col-md-6 text-primary">More Powerful addons:</h1>
<div class="col-md-6">
<a class="btn btn-block btn-success mt16 mb16" href="http://www.odoo.com/apps/modules/browse?author=Sunpop.cn">Sunpop.cn Awesome Odoo Addons</a>
</div>
</div>
<h1 class="text-primary">More Powerful addons:</h1>
<p class="">
<a class="btn btn-block btn-success mt16 mb16" href="http://www.odoo.com/apps/modules/browse?author=Sunpop.cn">Sunpop.cn Awesome Odoo Addons</a>
</p>
<br>
<h3>Add Odoo 12, 11 Support</h3>
<ul class="list-group">
@@ -46,7 +60,9 @@
<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. Set System Icon (odoo 10 only)</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>
</ul>
<p>
This module can help to white label the Odoo.
@@ -125,6 +141,18 @@
</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 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%;">
@@ -137,6 +165,17 @@
</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 Module Url(eg. Enterprise).</h2>
</div>
<div class="oe_demo oe_screenshot">
<img src="set21jpg" 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%;">
@@ -148,6 +187,7 @@
<br/>
</div>
</div>
</section>
<section class="oe_container oe_dark">
@@ -174,9 +214,9 @@
<p><h4>
Visit our website for more support.</h4></p>
<a style="background: #002e5a none repeat scroll 0% 0%; color: rgb(255, 255, 255);position: relative; overflow: hidden;"
class="btn btn-warning btn-lg" rel="nofollow" href="http://www.sunpop.cn" target="_blank"><span
class="btn btn-warning btn-lg" rel="nofollow" href="https://www.sunpop.cn" target="_blank"><span
style="height: 354px; width: 354px; top: -147.433px; left: -6.93335px;" class="o_ripple"></span>
<i class="fa fa-web"></i>http://www.sunpop.cn</a>
<i class="fa fa-web"></i>https://www.sunpop.cn</a>
</div>
</div>
</div>

Binary file not shown.

Before

Width:  |  Height:  |  Size: 144 KiB

After

Width:  |  Height:  |  Size: 144 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 209 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 76 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 70 KiB

After

Width:  |  Height:  |  Size: 75 KiB

View File

@@ -0,0 +1,22 @@
<?xml version="1.0" encoding="UTF-8"?>
<templates xml:space="preserve">
<t t-extend="DashboardApps">
<t t-jquery=".o_web_settings_dashboard_pills" t-operation="replace">
<a href="https://www.sunpop.cn" target="_blank" class="flex-grow-1 w-25"><i class="fa fa-lg fa-rocket text-muted"/> App store</a>
<a href="https://www.sunpop.cn" target="_blank" class="flex-grow-1 w-25"><i class="fa fa-lg fa-picture-o text-muted"/> Theme store</a>
</t>
</t>
<!-- when enterprise-->
<!-- <t t-extend="DashboardMain">-->
<!-- <t t-jquery="a[href='https://play.google.com/store/apps/details?id=com.odoo.mobile']" t-operation="replace">-->
<!-- <a class="d-block mx-auto" href="https://www.sunpop.cn" target="_blank">-->
<!-- <img class="d-block mx-auto img img-fluid" src="/web_mobile/static/src/img/google_play.png" alt="On Google Play"/>-->
<!-- </a>-->
<!-- </t>-->
<!-- <t t-jquery="a[href='https://itunes.apple.com/us/app/odoo/id1272543640']" t-operation="replace">-->
<!-- <a class="d-block mx-auto" href="https://www.sunpop.cn" target="_blank">-->
<!-- <img class="d-block mx-auto img img-fluid" src="/web_mobile/static/src/img/app_store.png" alt="On Apple Store"/>-->
<!-- </a>-->
<!-- </t>-->
<!-- </t>-->
</templates>