This commit is contained in:
ivan deng
2019-03-28 01:30:39 +08:00
parent 0e4c1cc49f
commit 03b118320f
84 changed files with 303 additions and 303 deletions

View File

@@ -1,24 +1,24 @@
# -*- coding: utf-8 -*-
# Created on 2018-11-26
# author: 广州尚鹏http://www.sunpop.cn
# author: 广州尚鹏https://www.sunpop.cn
# email: 300883@qq.com
# resource of Sunpop
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
# Odoo12在线用户手册长期更新
# http://www.sunpop.cn/documentation/user/12.0/en/index.html
# https://www.sunpop.cn/documentation/user/12.0/en/index.html
# Odoo12在线开发者手册长期更新
# http://www.sunpop.cn/documentation/12.0/index.html
# https://www.sunpop.cn/documentation/12.0/index.html
# Odoo10在线中文用户手册长期更新
# http://www.sunpop.cn/documentation/user/10.0/zh_CN/index.html
# https://www.sunpop.cn/documentation/user/10.0/zh_CN/index.html
# Odoo10离线中文用户手册下载
# http://www.sunpop.cn/odoo10_user_manual_document_offline/
# https://www.sunpop.cn/odoo10_user_manual_document_offline/
# Odoo10离线开发手册下载-含python教程jquery参考Jinja2模板PostgresSQL参考odoo开发必备
# http://www.sunpop.cn/odoo10_developer_document_offline/
# https://www.sunpop.cn/odoo10_developer_document_offline/
# description:
{
@@ -26,7 +26,7 @@
'version': '12.19.3.15',
'author': 'Sunpop.cn',
'category': 'Productivity',
'website': 'http://www.sunpop.cn',
'website': 'https://www.sunpop.cn',
'license': 'AGPL-3',
'sequence': 2,
'summary': """

View File

@@ -49,15 +49,15 @@
<record id="app_documentation_url" model="ir.config_parameter">
<field name="key">app_documentation_url</field>
<field name="value">http://www.sunpop.cn/documentation/user/12.0/zh_CN/index.html</field>
<field name="value">https://www.sunpop.cn/documentation/user/12.0/zh_CN/index.html</field>
</record>
<record id="app_documentation_dev_url" model="ir.config_parameter">
<field name="key">app_documentation_dev_url</field>
<field name="value">http://www.sunpop.cn/documentation/12.0/index.html</field>
<field name="value">https://www.sunpop.cn/documentation/12.0/index.html</field>
</record>
<record id="app_support_url" model="ir.config_parameter">
<field name="key">app_support_url</field>
<field name="value">http://www.sunpop.cn/trial</field>
<field name="value">https://www.sunpop.cn/trial</field>
</record>
<record id="app_account_title" model="ir.config_parameter">
<field name="key">app_account_title</field>
@@ -65,7 +65,7 @@
</record>
<record id="app_account_url" model="ir.config_parameter">
<field name="key">app_account_url</field>
<field name="value">http://www.sunpop.cn/my-account</field>
<field name="value">https://www.sunpop.cn/my-account</field>
</record>
</data>
</openerp>

View File

@@ -3,7 +3,7 @@
<data noupdate="0">
<!-- 创建数据库时首个公司信息 -->
<record id="base.main_company" model="res.company">
<field name="website">http://www.sunpop.cn</field>
<field name="website">https://www.sunpop.cn</field>
<field name="logo" type="base64" file="app_odoo_customize/static/src/img/logo_sunpop.png"/>
</record>
</data>

View File

@@ -1,18 +1,18 @@
# -*- coding: utf-8 -*-
# Created on 2018-10-12
# author: 广州尚鹏http://www.sunpop.cn
# author: 广州尚鹏https://www.sunpop.cn
# email: 300883@qq.com
# resource of Sunpop
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
# Odoo在线中文用户手册长期更新
# http://www.sunpop.cn/documentation/user/10.0/zh_CN/index.html
# https://www.sunpop.cn/documentation/user/10.0/zh_CN/index.html
# Odoo10离线中文用户手册下载
# http://www.sunpop.cn/odoo10_user_manual_document_offline/
# https://www.sunpop.cn/odoo10_user_manual_document_offline/
# Odoo10离线开发手册下载-含python教程jquery参考Jinja2模板PostgresSQL参考odoo开发必备
# http://www.sunpop.cn/odoo10_developer_document_offline/
# https://www.sunpop.cn/odoo10_developer_document_offline/
# description:
def pre_init_hook(cr):

View File

@@ -353,8 +353,8 @@ msgstr "视图"
#. module: app_odoo_customize
#: model_terms:ir.ui.view,arch_db:app_odoo_customize.view_app_theme_config_settings
msgid "Visit our website for more apps and Support. http://www.sunpop.cn"
msgstr "请访问我们的网站获取更多支持. http://www.sunpop.cn"
msgid "Visit our website for more apps and Support. https://www.sunpop.cn"
msgstr "请访问我们的网站获取更多支持. https://www.sunpop.cn"
#. module: app_odoo_customize
#: model:ir.model.fields,help:app_odoo_customize.field_res_config_settings__app_show_account

View File

@@ -50,12 +50,12 @@ class ResConfigSettings(models.TransientModel):
app_stop_subscribe = True if ir_config.get_param('app_stop_subscribe') == "True" else False
app_documentation_url = ir_config.get_param('app_documentation_url',
default='http://www.sunpop.cn/documentation/user/12.0/en/index.html')
default='https://www.sunpop.cn/documentation/user/12.0/en/index.html')
app_documentation_dev_url = ir_config.get_param('app_documentation_dev_url',
default='http://www.sunpop.cn/documentation/12.0/index.html')
app_support_url = ir_config.get_param('app_support_url', default='http://www.sunpop.cn/trial/')
default='https://www.sunpop.cn/documentation/12.0/index.html')
app_support_url = ir_config.get_param('app_support_url', default='https://www.sunpop.cn/trial/')
app_account_title = ir_config.get_param('app_account_title', default='My Online Account')
app_account_url = ir_config.get_param('app_account_url', default='http://www.sunpop.cn/my-account/')
app_account_url = ir_config.get_param('app_account_url', default='https://www.sunpop.cn/my-account/')
res.update(
app_system_name=app_system_name,
app_show_lang=app_show_lang,
@@ -94,12 +94,12 @@ class ResConfigSettings(models.TransientModel):
ir_config.set_param("app_stop_subscribe", self.app_stop_subscribe or "False")
ir_config.set_param("app_documentation_url",
self.app_documentation_url or "http://www.sunpop.cn/documentation/user/12.0/en/index.html")
self.app_documentation_url or "https://www.sunpop.cn/documentation/user/12.0/en/index.html")
ir_config.set_param("app_documentation_dev_url",
self.app_documentation_dev_url or "http://www.sunpop.cn/documentation/12.0/index.html")
ir_config.set_param("app_support_url", self.app_support_url or "http://www.sunpop.cn/trial/")
self.app_documentation_dev_url or "https://www.sunpop.cn/documentation/12.0/index.html")
ir_config.set_param("app_support_url", self.app_support_url or "https://www.sunpop.cn/trial/")
ir_config.set_param("app_account_title", self.app_account_title or "My Online Account")
ir_config.set_param("app_account_url", self.app_account_url or "http://www.sunpop.cn/my-account/")
ir_config.set_param("app_account_url", self.app_account_url or "https://www.sunpop.cn/my-account/")
@api.multi
def remove_sales(self):

View File

@@ -32,7 +32,7 @@ Also helpful for training and support for your odoo end-user.
The user can get the help document just by one click.
For more support
http://www.sunpop.cn
https://www.sunpop.cn
## 在符合odoo开源协议的前提下去除odoo版权信息自定义你的odoo
可完全自行设置下列 odoo 选项,让 odoo 看上去像是你的软件产品
@@ -68,10 +68,10 @@ http://www.sunpop.cn
## 其它技术资源:
#### odoo10-windows64位高性能最新绿色版下载及制作方法-提速50%
http://www.sunpop.cn/odoo10_fast_x64_download/
https://www.sunpop.cn/odoo10_fast_x64_download/
#### Odoo10离线中文用户手册下载
http://www.sunpop.cn/odoo10_user_manual_document_offline/
https://www.sunpop.cn/odoo10_user_manual_document_offline/
#### Odoo10离线开发手册下载-含python教程jquery参考Jinja2模板PostgresSQL参考odoo开发必备
http://www.sunpop.cn/odoo10_developer_document_offline/
https://www.sunpop.cn/odoo10_developer_document_offline/

View File

@@ -195,9 +195,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>

View File

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

View File

@@ -17,7 +17,7 @@
<div>
<field name="app_system_name"/>
<div>
<a href="http://www.sunpop.cn" target="_blank">Visit our website for more apps and Support. http://www.sunpop.cn</a>
<a href="https://www.sunpop.cn" target="_blank">Visit our website for more apps and Support. https://www.sunpop.cn</a>
</div>
</div>
</group>