mirror of
https://github.com/guohuadeng/app-odoo.git
synced 2025-02-23 04:11:36 +02:00
update desc of odooai
This commit is contained in:
@@ -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 () {
|
||||
|
||||
@@ -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>-->
|
||||
|
||||
Reference in New Issue
Block a user