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

@@ -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>-->