update desc of odooai

This commit is contained in:
ivan deng
2023-07-16 01:33:19 +08:00
parent 70fb64b7a2
commit 35b7dbb4b7
163 changed files with 728 additions and 728 deletions

View File

@@ -10,12 +10,12 @@
</h4>
<h4 class="mt8">
Also you can
<a href="https://www.odoo.com/apps/modules/browse?author=Sunpop.cn" target="_blank">
<a href="https://www.odoo.com/apps/modules/browse?author=odooai.cn" target="_blank">
get more powerful odoo apps from us.
</a>. like [superbar widget]
</h4>
<div class="oe_demo oe_screenshot">
<a href="https://www.odoo.com/apps/modules/browse?author=Sunpop.cn" target="_blank">
<a href="https://www.odoo.com/apps/modules/browse?author=odooai.cn" target="_blank">
<img oe_demo oe_screenshot src="http://www.odoo.com/apps/modules/12.0/app_web_superbar/banner.gif"/>
</a>
</div>
@@ -54,7 +54,7 @@
<p>Add 18. Show/Hide Author and Website in Apps Dashboard</p>
<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>
<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>
<br>
<h3>Add Odoo 12, 11 Support</h3>
@@ -250,7 +250,7 @@
<div class="oe_mt16">
<h4>
Visit our website for more support.</h4>
<h3>https://www.sunpop.cn</h3>
<h3>https://www.odooai.cn</h3>
</div>
</div>
</div>

View File

@@ -11,11 +11,11 @@ odoo.define('app_odoo_customize.UserMenu', function (require) {
var UserMenu = require('web.UserMenu');
//避免错误,要再定义
var documentation_url = 'https://www.sunpop.cn';
var documentation_dev_url = 'https://www.sunpop.cn';
var support_url = 'https://www.sunpop.cn';
var documentation_url = 'https://www.odooai.cn';
var documentation_dev_url = 'https://www.odooai.cn';
var support_url = 'https://www.odooai.cn';
var account_title = 'My Account';
var account_url = 'https://www.sunpop.cn';
var account_url = 'https://www.odooai.cn';
UserMenu.include({
init: function () {

View File

@@ -2,19 +2,19 @@
<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>
<a href="https://www.odooai.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.odooai.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">-->
<!-- <a class="d-block mx-auto" href="https://www.odooai.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">-->
<!-- <a class="d-block mx-auto" href="https://www.odooai.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>-->