diff --git a/README.md b/README.md
index 6b9281c6..f56bad64 100644
--- a/README.md
+++ b/README.md
@@ -330,7 +330,7 @@ odoo enterprise version UI enhance.
3. Alway show search in main menu.
-欧度智能,odooai.cn 的odoo模块。企业版界面增强。
+欧度智能,sunpop.cn 的odoo模块。企业版界面增强。
1. 多级菜单中出现箭头。
@@ -378,7 +378,7 @@ Form view Responsive full width (fullwidth). Ready for small, medium, large, ext
如果是多语种环境需要自行更改翻译,主要体现在16%增值税处理。
- 欧度智能,odooai.cn
+ 欧度智能,sunpop.cn
The Latest Chinese Account
diff --git a/app_account_superbar/__manifest__.py b/app_account_superbar/__manifest__.py
index 2ca2393c..5168b68e 100644
--- a/app_account_superbar/__manifest__.py
+++ b/app_account_superbar/__manifest__.py
@@ -1,26 +1,26 @@
# -*- coding: utf-8 -*-
# Created on 2018-08-15
-# author: 欧度智能,https://www.odooai.cn
+# author: 欧度智能,https://www.sunpop.cn
# email: 300883@qq.com
# resource of odooai
# License LGPL-3.0 or later (http://www.gnu.org/licenses/lgpl).
# Odoo在线中文用户手册(长期更新)
-# https://www.odooai.cn/documentation/user/10.0/zh_CN/index.html
+# https://www.sunpop.cn/documentation/user/10.0/zh_CN/index.html
# Odoo10离线中文用户手册下载
-# https://www.odooai.cn/odoo10_user_manual_document_offline/
+# https://www.sunpop.cn/odoo10_user_manual_document_offline/
# Odoo10离线开发手册下载-含python教程,jquery参考,Jinja2模板,PostgresSQL参考(odoo开发必备)
-# https://www.odooai.cn/odoo10_developer_document_offline/
+# https://www.sunpop.cn/odoo10_developer_document_offline/
# description:
{
'name': "App account superbar navigator",
'version': '16.22.12.06',
- 'author': 'odooai.cn',
+ 'author': 'sunpop.cn',
'category': 'Base',
- 'website': 'https://www.odooai.cn',
+ 'website': 'https://www.sunpop.cn',
'license': 'LGPL-3',
'sequence': 2,
'summary': """
diff --git a/app_account_superbar/hooks.py b/app_account_superbar/hooks.py
index 2d503a3a..6a80067a 100644
--- a/app_account_superbar/hooks.py
+++ b/app_account_superbar/hooks.py
@@ -1,18 +1,18 @@
# -*- coding: utf-8 -*-
# Created on 2018-10-12
-# author: 欧度智能,https://www.odooai.cn
+# author: 欧度智能,https://www.sunpop.cn
# email: 300883@qq.com
# resource of odooai
# License LGPL-3.0 or later (http://www.gnu.org/licenses/lgpl).
# Odoo在线中文用户手册(长期更新)
-# https://www.odooai.cn/documentation/user/10.0/zh_CN/index.html
+# https://www.sunpop.cn/documentation/user/10.0/zh_CN/index.html
# Odoo10离线中文用户手册下载
-# https://www.odooai.cn/odoo10_user_manual_document_offline/
+# https://www.sunpop.cn/odoo10_user_manual_document_offline/
# Odoo10离线开发手册下载-含python教程,jquery参考,Jinja2模板,PostgresSQL参考(odoo开发必备)
-# https://www.odooai.cn/odoo10_developer_document_offline/
+# https://www.sunpop.cn/odoo10_developer_document_offline/
# description:
def post_init_hook(cr, pool):
diff --git a/app_account_superbar/static/description/index.html b/app_account_superbar/static/description/index.html
index 8a6cfb64..6a1c1185 100644
--- a/app_account_superbar/static/description/index.html
+++ b/app_account_superbar/static/description/index.html
@@ -283,7 +283,7 @@
Visit our website for more support.
-https://www.odooai.cn
+https://www.sunpop.cn
diff --git a/app_account_ztree/__manifest__.py b/app_account_ztree/__manifest__.py
index 8e3a4426..b7278c9b 100644
--- a/app_account_ztree/__manifest__.py
+++ b/app_account_ztree/__manifest__.py
@@ -1,26 +1,26 @@
# -*- coding: utf-8 -*-
# Created on 2018-08-15
-# author: 欧度智能,https://www.odooai.cn
+# author: 欧度智能,https://www.sunpop.cn
# email: 300883@qq.com
# resource of odooai
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
# Odoo在线中文用户手册(长期更新)
-# https://www.odooai.cn/documentation/user/10.0/zh_CN/index.html
+# https://www.sunpop.cn/documentation/user/10.0/zh_CN/index.html
# Odoo10离线中文用户手册下载
-# https://www.odooai.cn/odoo10_user_manual_document_offline/
+# https://www.sunpop.cn/odoo10_user_manual_document_offline/
# Odoo10离线开发手册下载-含python教程,jquery参考,Jinja2模板,PostgresSQL参考(odoo开发必备)
-# https://www.odooai.cn/odoo10_developer_document_offline/
+# https://www.sunpop.cn/odoo10_developer_document_offline/
# description:
{
'name': "App Account Multi Level Chart, parent children tree",
'version': '16.23.03.01',
- 'author': 'odooai.cn',
+ 'author': 'sunpop.cn',
'category': 'Base',
- 'website': 'https://www.odooai.cn',
+ 'website': 'https://www.sunpop.cn',
'license': 'LGPL-3',
'sequence': 2,
'summary': """
diff --git a/app_account_ztree/hooks.py b/app_account_ztree/hooks.py
index 67b172de..2a3608ea 100644
--- a/app_account_ztree/hooks.py
+++ b/app_account_ztree/hooks.py
@@ -1,18 +1,18 @@
# -*- coding: utf-8 -*-
# Created on 2018-10-12
-# author: 欧度智能,https://www.odooai.cn
+# author: 欧度智能,https://www.sunpop.cn
# email: 300883@qq.com
# resource of odooai
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
# Odoo在线中文用户手册(长期更新)
-# https://www.odooai.cn/documentation/user/10.0/zh_CN/index.html
+# https://www.sunpop.cn/documentation/user/10.0/zh_CN/index.html
# Odoo10离线中文用户手册下载
-# https://www.odooai.cn/odoo10_user_manual_document_offline/
+# https://www.sunpop.cn/odoo10_user_manual_document_offline/
# Odoo10离线开发手册下载-含python教程,jquery参考,Jinja2模板,PostgresSQL参考(odoo开发必备)
-# https://www.odooai.cn/odoo10_developer_document_offline/
+# https://www.sunpop.cn/odoo10_developer_document_offline/
# description:
def post_init_hook(cr, pool):
diff --git a/app_account_ztree/static/description/index.html b/app_account_ztree/static/description/index.html
index ee59a649..19ed979a 100644
--- a/app_account_ztree/static/description/index.html
+++ b/app_account_ztree/static/description/index.html
@@ -173,7 +173,7 @@
Visit our website for more support.
-https://www.odooai.cn
+https://www.sunpop.cn
diff --git a/app_base_chinese/__manifest__.py b/app_base_chinese/__manifest__.py
index 4b809ee1..116edd37 100644
--- a/app_base_chinese/__manifest__.py
+++ b/app_base_chinese/__manifest__.py
@@ -1,27 +1,27 @@
# -*- coding: utf-8 -*-
# Created on 2023-02-02
-# author: 欧度智能,https://www.odooai.cn
+# author: 欧度智能,https://www.sunpop.cn
# email: 300883@qq.com
# resource of odooai
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
# Odoo在线中文用户手册(长期更新)
-# https://www.odooai.cn/documentation/user/10.0/zh_CN/index.html
+# https://www.sunpop.cn/documentation/user/10.0/zh_CN/index.html
# Odoo10离线中文用户手册下载
-# https://www.odooai.cn/odoo10_user_manual_document_offline/
+# https://www.sunpop.cn/odoo10_user_manual_document_offline/
# Odoo10离线开发手册下载-含python教程,jquery参考,Jinja2模板,PostgresSQL参考(odoo开发必备)
-# https://www.odooai.cn/odoo10_developer_document_offline/
+# https://www.sunpop.cn/odoo10_developer_document_offline/
# description:
{
'name': "App base chinese,中国化基本模块增强",
'version': '16.23.04.02',
- 'author': 'odooai.cn',
+ 'author': 'sunpop.cn',
'category': 'Base',
- 'website': 'https://www.odooai.cn',
+ 'website': 'https://www.sunpop.cn',
'license': 'LGPL-3',
'sequence': 2,
'price': 0,
diff --git a/app_base_chinese/hooks.py b/app_base_chinese/hooks.py
index aa807838..ab4107d0 100644
--- a/app_base_chinese/hooks.py
+++ b/app_base_chinese/hooks.py
@@ -1,18 +1,18 @@
# -*- coding: utf-8 -*-
# Created on 2017-11-22
-# author: 欧度智能,https://www.odooai.cn
+# author: 欧度智能,https://www.sunpop.cn
# email: 300883@qq.com
# resource of odooai
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
# Odoo在线中文用户手册(长期更新)
-# https://www.odooai.cn/documentation/user/10.0/zh_CN/index.html
+# https://www.sunpop.cn/documentation/user/10.0/zh_CN/index.html
# Odoo10离线中文用户手册下载
-# https://www.odooai.cn/odoo10_user_manual_document_offline/
+# https://www.sunpop.cn/odoo10_user_manual_document_offline/
# Odoo10离线开发手册下载-含python教程,jquery参考,Jinja2模板,PostgresSQL参考(odoo开发必备)
-# https://www.odooai.cn/odoo10_developer_document_offline/
+# https://www.sunpop.cn/odoo10_developer_document_offline/
# description:
from odoo import api, SUPERUSER_ID, _
diff --git a/app_base_chinese/static/description/index.html b/app_base_chinese/static/description/index.html
index c41da127..a9478f6b 100644
--- a/app_base_chinese/static/description/index.html
+++ b/app_base_chinese/static/description/index.html
@@ -83,13 +83,13 @@
Visit our website for more support.
-https://www.odooai.cn
+https://www.sunpop.cn
diff --git a/app_base_superbar/__manifest__.py b/app_base_superbar/__manifest__.py
index de372f1c..25f1eeb3 100644
--- a/app_base_superbar/__manifest__.py
+++ b/app_base_superbar/__manifest__.py
@@ -1,26 +1,26 @@
# -*- coding: utf-8 -*-
# Created on 2018-08-15
-# author: 欧度智能,https://www.odooai.cn
+# author: 欧度智能,https://www.sunpop.cn
# email: 300883@qq.com
# resource of odooai
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
# Odoo在线中文用户手册(长期更新)
-# https://www.odooai.cn/documentation/user/10.0/zh_CN/index.html
+# https://www.sunpop.cn/documentation/user/10.0/zh_CN/index.html
# Odoo10离线中文用户手册下载
-# https://www.odooai.cn/odoo10_user_manual_document_offline/
+# https://www.sunpop.cn/odoo10_user_manual_document_offline/
# Odoo10离线开发手册下载-含python教程,jquery参考,Jinja2模板,PostgresSQL参考(odoo开发必备)
-# https://www.odooai.cn/odoo10_developer_document_offline/
+# https://www.sunpop.cn/odoo10_developer_document_offline/
# description:
{
'name': "Easy Admin navigator, quick search filter",
'version': '16.22.12.06',
- 'author': 'odooai.cn',
+ 'author': 'sunpop.cn',
'category': 'Base',
- 'website': 'https://www.odooai.cn',
+ 'website': 'https://www.sunpop.cn',
'license': 'LGPL-3',
'sequence': 10,
'summary': """
diff --git a/app_base_superbar/hooks.py b/app_base_superbar/hooks.py
index 2d503a3a..6a80067a 100644
--- a/app_base_superbar/hooks.py
+++ b/app_base_superbar/hooks.py
@@ -1,18 +1,18 @@
# -*- coding: utf-8 -*-
# Created on 2018-10-12
-# author: 欧度智能,https://www.odooai.cn
+# author: 欧度智能,https://www.sunpop.cn
# email: 300883@qq.com
# resource of odooai
# License LGPL-3.0 or later (http://www.gnu.org/licenses/lgpl).
# Odoo在线中文用户手册(长期更新)
-# https://www.odooai.cn/documentation/user/10.0/zh_CN/index.html
+# https://www.sunpop.cn/documentation/user/10.0/zh_CN/index.html
# Odoo10离线中文用户手册下载
-# https://www.odooai.cn/odoo10_user_manual_document_offline/
+# https://www.sunpop.cn/odoo10_user_manual_document_offline/
# Odoo10离线开发手册下载-含python教程,jquery参考,Jinja2模板,PostgresSQL参考(odoo开发必备)
-# https://www.odooai.cn/odoo10_developer_document_offline/
+# https://www.sunpop.cn/odoo10_developer_document_offline/
# description:
def post_init_hook(cr, pool):
diff --git a/app_base_superbar/static/description/index.html b/app_base_superbar/static/description/index.html
index 1b4d4741..74a9e7ed 100644
--- a/app_base_superbar/static/description/index.html
+++ b/app_base_superbar/static/description/index.html
@@ -478,7 +478,7 @@
Visit our website for more support.
-https://www.odooai.cn
+https://www.sunpop.cn
diff --git a/app_chatgpt/__manifest__.py b/app_chatgpt/__manifest__.py
index 1a4bdfbf..a1063be2 100644
--- a/app_chatgpt/__manifest__.py
+++ b/app_chatgpt/__manifest__.py
@@ -1,7 +1,7 @@
# -*- coding: utf-8 -*-
# Created on 2023-02-016
-# author: 欧度智能,https://www.odooai.cn
+# author: 欧度智能,https://www.sunpop.cn
# email: 300883@qq.com
# resource of odooai
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
@@ -11,11 +11,11 @@
{
'name': 'Latest ChatGPT4 AI Center. GPT 4 for image, Dall-E Image.Multi Robot Support. Chat and Training',
'version': '16.23.04.27',
- 'author': 'odooai.cn',
- 'company': 'odooai.cn',
- 'maintainer': 'odooai.cn',
+ 'author': 'sunpop.cn',
+ 'company': 'sunpop.cn',
+ 'maintainer': 'sunpop.cn',
'category': 'Website/Website',
- 'website': 'https://www.odooai.cn',
+ 'website': 'https://www.sunpop.cn',
'license': 'LGPL-3',
'sequence': 10,
'license': 'AGPL-3',
diff --git a/app_chatgpt/data/user_partner_data.xml b/app_chatgpt/data/user_partner_data.xml
index f48f1e19..9ae4f5d5 100644
--- a/app_chatgpt/data/user_partner_data.xml
+++ b/app_chatgpt/data/user_partner_data.xml
@@ -6,7 +6,7 @@
- chatgpt@odooai.cn
+ chatgpt@sunpop.cn
chatgpt
@@ -21,8 +21,8 @@
- chatgpt1@odooai.cn
- chatgpt1@odooai.cn
+ chatgpt1@sunpop.cn
+ chatgpt1@sunpop.cn
chatgpt
@@ -37,8 +37,8 @@
- chatgpt2@odooai.cn
- chatgpt2@odooai.cn
+ chatgpt2@sunpop.cn
+ chatgpt2@sunpop.cn
chatgpt
@@ -53,8 +53,8 @@
- chatgpt3_azure@odooai.cn
- chatgpt3_azure@odooai.cn
+ chatgpt3_azure@sunpop.cn
+ chatgpt3_azure@sunpop.cn
chatgpt
@@ -68,8 +68,8 @@
- chatgpt4_azure@odooai.cn
- chatgpt4_azure@odooai.cn
+ chatgpt4_azure@sunpop.cn
+ chatgpt4_azure@sunpop.cn
chatgpt
diff --git a/app_chatgpt/static/description/index.html b/app_chatgpt/static/description/index.html
index 4e003887..e8b73ea0 100644
--- a/app_chatgpt/static/description/index.html
+++ b/app_chatgpt/static/description/index.html
@@ -224,15 +224,15 @@
Visit our website for more support.
- https://www.odooai.cn
+ https://www.sunpop.cn
diff --git a/app_common/__manifest__.py b/app_common/__manifest__.py
index 047ec3b0..77a646e1 100644
--- a/app_common/__manifest__.py
+++ b/app_common/__manifest__.py
@@ -1,27 +1,27 @@
# -*- coding: utf-8 -*-
# Created on 2023-02-02
-# author: 欧度智能,https://www.odooai.cn
+# author: 欧度智能,https://www.sunpop.cn
# email: 300883@qq.com
# resource of odooai
# License LGPL-3.0 or later (http://www.gnu.org/licenses/lgpl).
# Odoo12在线用户手册(长期更新)
-# https://www.odooai.cn/documentation/user/12.0/zh_CN/index.html
+# https://www.sunpop.cn/documentation/user/12.0/zh_CN/index.html
# Odoo12在线开发者手册(长期更新)
-# https://www.odooai.cn/documentation/12.0/index.html
+# https://www.sunpop.cn/documentation/12.0/index.html
# Odoo10在线中文用户手册(长期更新)
-# https://www.odooai.cn/documentation/user/10.0/zh_CN/index.html
+# https://www.sunpop.cn/documentation/user/10.0/zh_CN/index.html
# Odoo10离线中文用户手册下载
-# https://www.odooai.cn/odoo10_user_manual_document_offline/
+# https://www.sunpop.cn/odoo10_user_manual_document_offline/
# Odoo10离线开发手册下载-含python教程,jquery参考,Jinja2模板,PostgresSQL参考(odoo开发必备)
-# https://www.odooai.cn/odoo10_developer_document_offline/
+# https://www.sunpop.cn/odoo10_developer_document_offline/
##############################################################################
-# Copyright (C) 2009-TODAY odooai.cn Ltd. https://www.odooai.cn
+# Copyright (C) 2009-TODAY sunpop.cn Ltd. https://www.sunpop.cn
# Author: Ivan Deng,300883@qq.com
# You can modify it under the terms of the GNU LESSER
# GENERAL PUBLIC LICENSE (LGPL v3), Version 3.
@@ -34,9 +34,9 @@
{
'name': "odooai Odooapp Common Func",
'version': '16.23.05.09',
- 'author': 'odooai.cn',
+ 'author': 'sunpop.cn',
'category': 'Base',
- 'website': 'https://www.odooai.cn',
+ 'website': 'https://www.sunpop.cn',
'license': 'LGPL-3',
'sequence': 2,
'price': 0.00,
diff --git a/app_common/hooks.py b/app_common/hooks.py
index 40a5ccf5..ca92d38a 100644
--- a/app_common/hooks.py
+++ b/app_common/hooks.py
@@ -1,18 +1,18 @@
# -*- coding: utf-8 -*-
# Created on 2018-10-12
-# author: 欧度智能,https://www.odooai.cn
+# author: 欧度智能,https://www.sunpop.cn
# email: 300883@qq.com
# resource of odooai
# License LGPL-3.0 or later (http://www.gnu.org/licenses/lgpl).
# Odoo在线中文用户手册(长期更新)
-# https://www.odooai.cn/documentation/user/10.0/zh_CN/index.html
+# https://www.sunpop.cn/documentation/user/10.0/zh_CN/index.html
# Odoo10离线中文用户手册下载
-# https://www.odooai.cn/odoo10_user_manual_document_offline/
+# https://www.sunpop.cn/odoo10_user_manual_document_offline/
# Odoo10离线开发手册下载-含python教程,jquery参考,Jinja2模板,PostgresSQL参考(odoo开发必备)
-# https://www.odooai.cn/odoo10_developer_document_offline/
+# https://www.sunpop.cn/odoo10_developer_document_offline/
# description:
from odoo import api, SUPERUSER_ID, _
diff --git a/app_common/models/__init__.py b/app_common/models/__init__.py
index feeb3377..a36539e4 100644
--- a/app_common/models/__init__.py
+++ b/app_common/models/__init__.py
@@ -1,25 +1,25 @@
# -*- coding: utf-8 -*-
-# Part of odooai.cn. See LICENSE file for full copyright and licensing details.
+# Part of sunpop.cn. See LICENSE file for full copyright and licensing details.
# Created on 2023-02-02
-# author: 欧度智能,http://www.odooai.cn
+# author: 欧度智能,http://www.sunpop.cn
# email: 300883@qq.com
# resource of odooai
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
# Odoo12在线用户手册(长期更新)
-# http://www.odooai.cn/documentation/user/12.0/en/index.html
+# http://www.sunpop.cn/documentation/user/12.0/en/index.html
# Odoo12在线开发者手册(长期更新)
-# http://www.odooai.cn/documentation/12.0/index.html
+# http://www.sunpop.cn/documentation/12.0/index.html
# Odoo10在线中文用户手册(长期更新)
-# http://www.odooai.cn/documentation/user/10.0/zh_CN/index.html
+# http://www.sunpop.cn/documentation/user/10.0/zh_CN/index.html
# Odoo10离线中文用户手册下载
-# http://www.odooai.cn/odoo10_user_manual_document_offline/
+# http://www.sunpop.cn/odoo10_user_manual_document_offline/
# Odoo10离线开发手册下载-含python教程,jquery参考,Jinja2模板,PostgresSQL参考(odoo开发必备)
-# http://www.odooai.cn/odoo10_developer_document_offline/
+# http://www.sunpop.cn/odoo10_developer_document_offline/
# description:
from . import base
diff --git a/app_common/models/ir_mail_server.py b/app_common/models/ir_mail_server.py
index a60f223c..b3c8143c 100644
--- a/app_common/models/ir_mail_server.py
+++ b/app_common/models/ir_mail_server.py
@@ -18,7 +18,7 @@ class IrMailServer(models.Model):
email_to = message['To']
# 忽略掉无效email,避免被ban
- if email_to.find('example.com') != -1 or email_to.find('@odooai.cn') != -1 or email_to.find('@odooapp.cn') != -1:
+ if email_to.find('example.com') != -1 or email_to.find('@sunpop.cn') != -1 or email_to.find('@odooapp.cn') != -1:
_logger.error(_("=================Email to ignore: %s") % email_to)
raise AssertionError(_("Email to ignore: %s") % email_to)
diff --git a/app_common/models/mail_mail.py b/app_common/models/mail_mail.py
index 34e4de5b..3b4c42ae 100644
--- a/app_common/models/mail_mail.py
+++ b/app_common/models/mail_mail.py
@@ -11,6 +11,6 @@ class MailMail(models.Model):
# 猴子补丁模式,改默认发邮件逻辑
def _send(self, auto_commit=False, raise_exception=False, smtp_session=None):
for m in self:
- if m.email_to and (m.email_to.find('example.com') != -1 or m.email_to.find('@odooai.cn') != -1 or m.email_to.find('@odooapp.cn') != -1):
+ if m.email_to and (m.email_to.find('example.com') != -1 or m.email_to.find('@sunpop.cn') != -1 or m.email_to.find('@odooapp.cn') != -1):
self = self - m
return super(MailMail, self)._send(auto_commit, raise_exception, smtp_session)
diff --git a/app_common/static/description/index.html b/app_common/static/description/index.html
index 5638aa15..6621c74a 100644
--- a/app_common/static/description/index.html
+++ b/app_common/static/description/index.html
@@ -90,13 +90,13 @@
Visit our website for more support.
-https://www.odooai.cn
+https://www.sunpop.cn
diff --git a/app_contacts_superbar/__manifest__.py b/app_contacts_superbar/__manifest__.py
index f706abc8..3e2f0d20 100644
--- a/app_contacts_superbar/__manifest__.py
+++ b/app_contacts_superbar/__manifest__.py
@@ -1,26 +1,26 @@
# -*- coding: utf-8 -*-
# Created on 2018-08-15
-# author: 欧度智能,https://www.odooai.cn
+# author: 欧度智能,https://www.sunpop.cn
# email: 300883@qq.com
# resource of odooai
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
# Odoo在线中文用户手册(长期更新)
-# https://www.odooai.cn/documentation/user/10.0/zh_CN/index.html
+# https://www.sunpop.cn/documentation/user/10.0/zh_CN/index.html
# Odoo10离线中文用户手册下载
-# https://www.odooai.cn/odoo10_user_manual_document_offline/
+# https://www.sunpop.cn/odoo10_user_manual_document_offline/
# Odoo10离线开发手册下载-含python教程,jquery参考,Jinja2模板,PostgresSQL参考(odoo开发必备)
-# https://www.odooai.cn/odoo10_developer_document_offline/
+# https://www.sunpop.cn/odoo10_developer_document_offline/
# description:
{
'name': "App contacts by category company superbar",
'version': '16.22.12.06',
- 'author': 'odooai.cn',
+ 'author': 'sunpop.cn',
'category': 'Base',
- 'website': 'https://www.odooai.cn',
+ 'website': 'https://www.sunpop.cn',
'license': 'LGPL-3',
'sequence': 2,
'summary': """
diff --git a/app_contacts_superbar/hooks.py b/app_contacts_superbar/hooks.py
index 67b172de..2a3608ea 100644
--- a/app_contacts_superbar/hooks.py
+++ b/app_contacts_superbar/hooks.py
@@ -1,18 +1,18 @@
# -*- coding: utf-8 -*-
# Created on 2018-10-12
-# author: 欧度智能,https://www.odooai.cn
+# author: 欧度智能,https://www.sunpop.cn
# email: 300883@qq.com
# resource of odooai
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
# Odoo在线中文用户手册(长期更新)
-# https://www.odooai.cn/documentation/user/10.0/zh_CN/index.html
+# https://www.sunpop.cn/documentation/user/10.0/zh_CN/index.html
# Odoo10离线中文用户手册下载
-# https://www.odooai.cn/odoo10_user_manual_document_offline/
+# https://www.sunpop.cn/odoo10_user_manual_document_offline/
# Odoo10离线开发手册下载-含python教程,jquery参考,Jinja2模板,PostgresSQL参考(odoo开发必备)
-# https://www.odooai.cn/odoo10_developer_document_offline/
+# https://www.sunpop.cn/odoo10_developer_document_offline/
# description:
def post_init_hook(cr, pool):
diff --git a/app_contacts_superbar/static/description/index.html b/app_contacts_superbar/static/description/index.html
index 74cf07b3..e79117ba 100644
--- a/app_contacts_superbar/static/description/index.html
+++ b/app_contacts_superbar/static/description/index.html
@@ -283,7 +283,7 @@
Visit our website for more support.
-https://www.odooai.cn
+https://www.sunpop.cn
diff --git a/app_hr_superbar/__manifest__.py b/app_hr_superbar/__manifest__.py
index 4fe3588e..2a933ffe 100644
--- a/app_hr_superbar/__manifest__.py
+++ b/app_hr_superbar/__manifest__.py
@@ -1,26 +1,26 @@
# -*- coding: utf-8 -*-
# Created on 2018-08-15
-# author: 欧度智能,https://www.odooai.cn
+# author: 欧度智能,https://www.sunpop.cn
# email: 300883@qq.com
# resource of odooai
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
# Odoo在线中文用户手册(长期更新)
-# https://www.odooai.cn/documentation/user/10.0/zh_CN/index.html
+# https://www.sunpop.cn/documentation/user/10.0/zh_CN/index.html
# Odoo10离线中文用户手册下载
-# https://www.odooai.cn/odoo10_user_manual_document_offline/
+# https://www.sunpop.cn/odoo10_user_manual_document_offline/
# Odoo10离线开发手册下载-含python教程,jquery参考,Jinja2模板,PostgresSQL参考(odoo开发必备)
-# https://www.odooai.cn/odoo10_developer_document_offline/
+# https://www.sunpop.cn/odoo10_developer_document_offline/
# description:
{
'name': "Employee Navigator by department, hr superbar",
'version': '16.22.12.06',
- 'author': 'odooai.cn',
+ 'author': 'sunpop.cn',
'category': 'Human Resources',
- 'website': 'https://www.odooai.cn',
+ 'website': 'https://www.sunpop.cn',
'license': 'LGPL-3',
'sequence': 2,
'summary': """
diff --git a/app_hr_superbar/hooks.py b/app_hr_superbar/hooks.py
index 2d503a3a..6a80067a 100644
--- a/app_hr_superbar/hooks.py
+++ b/app_hr_superbar/hooks.py
@@ -1,18 +1,18 @@
# -*- coding: utf-8 -*-
# Created on 2018-10-12
-# author: 欧度智能,https://www.odooai.cn
+# author: 欧度智能,https://www.sunpop.cn
# email: 300883@qq.com
# resource of odooai
# License LGPL-3.0 or later (http://www.gnu.org/licenses/lgpl).
# Odoo在线中文用户手册(长期更新)
-# https://www.odooai.cn/documentation/user/10.0/zh_CN/index.html
+# https://www.sunpop.cn/documentation/user/10.0/zh_CN/index.html
# Odoo10离线中文用户手册下载
-# https://www.odooai.cn/odoo10_user_manual_document_offline/
+# https://www.sunpop.cn/odoo10_user_manual_document_offline/
# Odoo10离线开发手册下载-含python教程,jquery参考,Jinja2模板,PostgresSQL参考(odoo开发必备)
-# https://www.odooai.cn/odoo10_developer_document_offline/
+# https://www.sunpop.cn/odoo10_developer_document_offline/
# description:
def post_init_hook(cr, pool):
diff --git a/app_hr_superbar/static/description/index.html b/app_hr_superbar/static/description/index.html
index d503234a..b879ea51 100644
--- a/app_hr_superbar/static/description/index.html
+++ b/app_hr_superbar/static/description/index.html
@@ -305,7 +305,7 @@
Visit our website for more support.
-https://www.odooai.cn
+https://www.sunpop.cn
diff --git a/app_mail_superbar/__manifest__.py b/app_mail_superbar/__manifest__.py
index 5b6c6eef..9d8a3364 100644
--- a/app_mail_superbar/__manifest__.py
+++ b/app_mail_superbar/__manifest__.py
@@ -1,26 +1,26 @@
# -*- coding: utf-8 -*-
# Created on 2018-08-15
-# author: 欧度智能,https://www.odooai.cn
+# author: 欧度智能,https://www.sunpop.cn
# email: 300883@qq.com
# resource of odooai
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
# Odoo在线中文用户手册(长期更新)
-# https://www.odooai.cn/documentation/user/10.0/zh_CN/index.html
+# https://www.sunpop.cn/documentation/user/10.0/zh_CN/index.html
# Odoo10离线中文用户手册下载
-# https://www.odooai.cn/odoo10_user_manual_document_offline/
+# https://www.sunpop.cn/odoo10_user_manual_document_offline/
# Odoo10离线开发手册下载-含python教程,jquery参考,Jinja2模板,PostgresSQL参考(odoo开发必备)
-# https://www.odooai.cn/odoo10_developer_document_offline/
+# https://www.sunpop.cn/odoo10_developer_document_offline/
# description:
{
'name': "Mail quick navigator,mail filter",
'version': '16.22.12.06',
- 'author': 'odooai.cn',
+ 'author': 'sunpop.cn',
'category': 'Base',
- 'website': 'https://www.odooai.cn',
+ 'website': 'https://www.sunpop.cn',
'license': 'LGPL-3',
'sequence': 10,
'summary': """
diff --git a/app_mail_superbar/hooks.py b/app_mail_superbar/hooks.py
index 2d503a3a..6a80067a 100644
--- a/app_mail_superbar/hooks.py
+++ b/app_mail_superbar/hooks.py
@@ -1,18 +1,18 @@
# -*- coding: utf-8 -*-
# Created on 2018-10-12
-# author: 欧度智能,https://www.odooai.cn
+# author: 欧度智能,https://www.sunpop.cn
# email: 300883@qq.com
# resource of odooai
# License LGPL-3.0 or later (http://www.gnu.org/licenses/lgpl).
# Odoo在线中文用户手册(长期更新)
-# https://www.odooai.cn/documentation/user/10.0/zh_CN/index.html
+# https://www.sunpop.cn/documentation/user/10.0/zh_CN/index.html
# Odoo10离线中文用户手册下载
-# https://www.odooai.cn/odoo10_user_manual_document_offline/
+# https://www.sunpop.cn/odoo10_user_manual_document_offline/
# Odoo10离线开发手册下载-含python教程,jquery参考,Jinja2模板,PostgresSQL参考(odoo开发必备)
-# https://www.odooai.cn/odoo10_developer_document_offline/
+# https://www.sunpop.cn/odoo10_developer_document_offline/
# description:
def post_init_hook(cr, pool):
diff --git a/app_mail_superbar/static/description/index.html b/app_mail_superbar/static/description/index.html
index 387496c6..e4380a7f 100644
--- a/app_mail_superbar/static/description/index.html
+++ b/app_mail_superbar/static/description/index.html
@@ -460,7 +460,7 @@
Visit our website for more support.
-https://www.odooai.cn
+https://www.sunpop.cn
diff --git a/app_mrp_superbar/__manifest__.py b/app_mrp_superbar/__manifest__.py
index be87c745..85d05bfe 100644
--- a/app_mrp_superbar/__manifest__.py
+++ b/app_mrp_superbar/__manifest__.py
@@ -1,26 +1,26 @@
# -*- coding: utf-8 -*-
# Created on 2018-08-15
-# author: 欧度智能,https://www.odooai.cn
+# author: 欧度智能,https://www.sunpop.cn
# email: 300883@qq.com
# resource of odooai
# License LGPL-3.0 or later (http://www.gnu.org/licenses/lgpl).
# Odoo在线中文用户手册(长期更新)
-# https://www.odooai.cn/documentation/user/10.0/zh_CN/index.html
+# https://www.sunpop.cn/documentation/user/10.0/zh_CN/index.html
# Odoo10离线中文用户手册下载
-# https://www.odooai.cn/odoo10_user_manual_document_offline/
+# https://www.sunpop.cn/odoo10_user_manual_document_offline/
# Odoo10离线开发手册下载-含python教程,jquery参考,Jinja2模板,PostgresSQL参考(odoo开发必备)
-# https://www.odooai.cn/odoo10_developer_document_offline/
+# https://www.sunpop.cn/odoo10_developer_document_offline/
# description:
{
'name': "App mrp Manufacturing Orders browse by state workcenter navigator",
'version': '16.22.12.06',
- 'author': 'odooai.cn',
+ 'author': 'sunpop.cn',
'category': 'Base',
- 'website': 'https://www.odooai.cn',
+ 'website': 'https://www.sunpop.cn',
'license': 'LGPL-3',
'sequence': 2,
'summary': """
diff --git a/app_mrp_superbar/hooks.py b/app_mrp_superbar/hooks.py
index 67b172de..2a3608ea 100644
--- a/app_mrp_superbar/hooks.py
+++ b/app_mrp_superbar/hooks.py
@@ -1,18 +1,18 @@
# -*- coding: utf-8 -*-
# Created on 2018-10-12
-# author: 欧度智能,https://www.odooai.cn
+# author: 欧度智能,https://www.sunpop.cn
# email: 300883@qq.com
# resource of odooai
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
# Odoo在线中文用户手册(长期更新)
-# https://www.odooai.cn/documentation/user/10.0/zh_CN/index.html
+# https://www.sunpop.cn/documentation/user/10.0/zh_CN/index.html
# Odoo10离线中文用户手册下载
-# https://www.odooai.cn/odoo10_user_manual_document_offline/
+# https://www.sunpop.cn/odoo10_user_manual_document_offline/
# Odoo10离线开发手册下载-含python教程,jquery参考,Jinja2模板,PostgresSQL参考(odoo开发必备)
-# https://www.odooai.cn/odoo10_developer_document_offline/
+# https://www.sunpop.cn/odoo10_developer_document_offline/
# description:
def post_init_hook(cr, pool):
diff --git a/app_mrp_superbar/static/description/index.html b/app_mrp_superbar/static/description/index.html
index aa22aa48..16b7be24 100644
--- a/app_mrp_superbar/static/description/index.html
+++ b/app_mrp_superbar/static/description/index.html
@@ -383,7 +383,7 @@
Visit our website for more support.
-https://www.odooai.cn
+https://www.sunpop.cn
diff --git a/app_odoo_customize/__manifest__.py b/app_odoo_customize/__manifest__.py
index e47d585a..75f1d029 100644
--- a/app_odoo_customize/__manifest__.py
+++ b/app_odoo_customize/__manifest__.py
@@ -1,32 +1,32 @@
# -*- coding: utf-8 -*-
# Created on 2018-11-26
-# author: 欧度智能,https://www.odooai.cn
+# author: 欧度智能,https://www.sunpop.cn
# email: 300883@qq.com
# resource of odooai
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
# Odoo12在线用户手册(长期更新)
-# https://www.odooai.cn/documentation/user/12.0/en/index.html
+# https://www.sunpop.cn/documentation/user/12.0/en/index.html
# Odoo12在线开发者手册(长期更新)
-# https://www.odooai.cn/documentation/12.0/index.html
+# https://www.sunpop.cn/documentation/12.0/index.html
# Odoo10在线中文用户手册(长期更新)
-# https://www.odooai.cn/documentation/user/10.0/zh_CN/index.html
+# https://www.sunpop.cn/documentation/user/10.0/zh_CN/index.html
# Odoo10离线中文用户手册下载
-# https://www.odooai.cn/odoo10_user_manual_document_offline/
+# https://www.sunpop.cn/odoo10_user_manual_document_offline/
# Odoo10离线开发手册下载-含python教程,jquery参考,Jinja2模板,PostgresSQL参考(odoo开发必备)
-# https://www.odooai.cn/odoo10_developer_document_offline/
+# https://www.sunpop.cn/odoo10_developer_document_offline/
# description:
{
'name': 'odoo 16 Customize OEM(Boost, Data reset)',
'version': '16.23.05.25',
- 'author': 'odooai.cn',
+ 'author': 'sunpop.cn',
'category': 'Productivity',
- 'website': 'https://www.odooai.cn',
+ 'website': 'https://www.sunpop.cn',
'license': 'LGPL-3',
'sequence': 2,
'images': ['static/description/banner.gif'],
diff --git a/app_odoo_customize/data/digest_template_data.xml b/app_odoo_customize/data/digest_template_data.xml
index a3baa335..97f292e0 100644
--- a/app_odoo_customize/data/digest_template_data.xml
+++ b/app_odoo_customize/data/digest_template_data.xml
@@ -124,7 +124,7 @@
-  
+
|
diff --git a/app_odoo_customize/data/ir_config_parameter_data.xml b/app_odoo_customize/data/ir_config_parameter_data.xml
index 7fe84f3d..8b462316 100644
--- a/app_odoo_customize/data/ir_config_parameter_data.xml
+++ b/app_odoo_customize/data/ir_config_parameter_data.xml
@@ -11,13 +11,13 @@
-
-
-
+
+
+
-
-
-
+
+
+
diff --git a/app_odoo_customize/data/ir_module_module_data.xml b/app_odoo_customize/data/ir_module_module_data.xml
index 4280360b..710457d2 100644
--- a/app_odoo_customize/data/ir_module_module_data.xml
+++ b/app_odoo_customize/data/ir_module_module_data.xml
@@ -2,63 +2,63 @@
- https://www.odooai.cn
+ https://www.sunpop.cn
- https://www.odooai.cn
+ https://www.sunpop.cn
- https://www.odooai.cn
+ https://www.sunpop.cn
- https://www.odooai.cn
+ https://www.sunpop.cn
- https://www.odooai.cn
+ https://www.sunpop.cn
- https://www.odooai.cn
+ https://www.sunpop.cn
- https://www.odooai.cn
+ https://www.sunpop.cn
- https://www.odooai.cn
+ https://www.sunpop.cn
- https://www.odooai.cn
+ https://www.sunpop.cn
- https://www.odooai.cn
+ https://www.sunpop.cn
- https://www.odooai.cn
+ https://www.sunpop.cn
- https://www.odooai.cn
+ https://www.sunpop.cn
- https://www.odooai.cn
+ https://www.sunpop.cn
- https://www.odooai.cn
+ https://www.sunpop.cn
- https://www.odooai.cn
+ https://www.sunpop.cn
diff --git a/app_odoo_customize/data/res_company_data.xml b/app_odoo_customize/data/res_company_data.xml
index 8d3b6cfa..a49f19dd 100644
--- a/app_odoo_customize/data/res_company_data.xml
+++ b/app_odoo_customize/data/res_company_data.xml
@@ -3,7 +3,7 @@
- https://www.odooai.cn
+ https://www.sunpop.cn
\ No newline at end of file
diff --git a/app_odoo_customize/hooks.py b/app_odoo_customize/hooks.py
index 14dd0988..5e6aad1f 100644
--- a/app_odoo_customize/hooks.py
+++ b/app_odoo_customize/hooks.py
@@ -1,18 +1,18 @@
# -*- coding: utf-8 -*-
# Created on 2018-10-12
-# author: 欧度智能,https://www.odooai.cn
+# author: 欧度智能,https://www.sunpop.cn
# email: 300883@qq.com
# resource of odooai
# License LGPL-3.0 or later (http://www.gnu.org/licenses/lgpl).
# Odoo在线中文用户手册(长期更新)
-# https://www.odooai.cn/documentation/user/10.0/zh_CN/index.html
+# https://www.sunpop.cn/documentation/user/10.0/zh_CN/index.html
# Odoo10离线中文用户手册下载
-# https://www.odooai.cn/odoo10_user_manual_document_offline/
+# https://www.sunpop.cn/odoo10_user_manual_document_offline/
# Odoo10离线开发手册下载-含python教程,jquery参考,Jinja2模板,PostgresSQL参考(odoo开发必备)
-# https://www.odooai.cn/odoo10_developer_document_offline/
+# https://www.sunpop.cn/odoo10_developer_document_offline/
# description:
from odoo import api, SUPERUSER_ID, _
@@ -21,7 +21,7 @@ from odoo import api, SUPERUSER_ID, _
def pre_init_hook(cr):
try:
# 更新企业版指向
- sql = "UPDATE ir_module_module SET website = '%s' WHERE license like '%s' and website <> ''" % ('https://www.odooai.cn', 'OEEL%')
+ sql = "UPDATE ir_module_module SET website = '%s' WHERE license like '%s' and website <> ''" % ('https://www.sunpop.cn', 'OEEL%')
cr.execute(sql)
cr.commit()
except Exception as e:
diff --git a/app_odoo_customize/i18n/zh_CN.po b/app_odoo_customize/i18n/zh_CN.po
index 07f4e83a..82ae493c 100644
--- a/app_odoo_customize/i18n/zh_CN.po
+++ b/app_odoo_customize/i18n/zh_CN.po
@@ -19,8 +19,8 @@ msgstr ""
#. odoo-javascript
#: code:addons/app_odoo_customize/static/src/xml/res_config_edition.xml:0
#, python-format
-msgid "(odooAi.cn Edition)"
-msgstr "(odooAi.cn 智能版)"
+msgid "(sunpop.cn Edition)"
+msgstr "(sunpop.cn 智能版)"
#. module: app_odoo_customize
#: model_terms:ir.ui.view,arch_db:app_odoo_customize.view_app_theme_config_settings
@@ -347,8 +347,8 @@ msgstr "您确认要删除指定数据?"
#: model_terms:ir.ui.view,arch_db:app_odoo_customize.replace_login
msgid ""
"Powered by\n"
-" odooAi.cn"
-msgstr "技术支持 odooAi.cn"
+" sunpop.cn"
+msgstr "技术支持 sunpop.cn"
#. module: app_odoo_customize
#. odoo-javascript
@@ -541,8 +541,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. https://www.odooai.cn"
-msgstr "请访问我们的网站获取更多支持. http://www.odooai.cn"
+msgid "Visit our website for more apps and Support. https://www.sunpop.cn"
+msgstr "请访问我们的网站获取更多支持. http://www.sunpop.cn"
#. module: app_odoo_customize
#: model:ir.model,name:app_odoo_customize.model_web_environment_ribbon_backend
diff --git a/app_odoo_customize/readme.md b/app_odoo_customize/readme.md
index 128a95a7..573c734c 100644
--- a/app_odoo_customize/readme.md
+++ b/app_odoo_customize/readme.md
@@ -36,7 +36,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
-https://www.odooai.cn
+https://www.sunpop.cn
## 在符合odoo开源协议的前提下,去除odoo版权信息,自定义你的odoo
可完全自行设置下列 odoo 选项,让 odoo 看上去像是你的软件产品
@@ -76,17 +76,17 @@ https://www.odooai.cn
## 其它技术资源:
# Odoo12在线用户手册(长期更新)
-# https://www.odooai.cn/documentation/user/12.0/en/index.html
+# https://www.sunpop.cn/documentation/user/12.0/en/index.html
# Odoo12在线开发者手册(长期更新)
-# https://www.odooai.cn/documentation/12.0/index.html
+# https://www.sunpop.cn/documentation/12.0/index.html
# Odoo10在线中文用户手册(长期更新)
-# https://www.odooai.cn/documentation/user/10.0/zh_CN/index.html
+# https://www.sunpop.cn/documentation/user/10.0/zh_CN/index.html
# Odoo10离线中文用户手册下载
-# https://www.odooai.cn/odoo10_user_manual_document_offline/
+# https://www.sunpop.cn/odoo10_user_manual_document_offline/
# Odoo10离线开发手册下载-含python教程,jquery参考,Jinja2模板,PostgresSQL参考(odoo开发必备)
-# https://www.odooai.cn/odoo10_developer_document_offline/
+# https://www.sunpop.cn/odoo10_developer_document_offline/
# description:
diff --git a/app_odoo_customize/static/description/index.html b/app_odoo_customize/static/description/index.html
index 76fc0c90..fc1ce521 100644
--- a/app_odoo_customize/static/description/index.html
+++ b/app_odoo_customize/static/description/index.html
@@ -20,12 +20,12 @@
@@ -120,7 +120,7 @@
Add 18. Show/Hide Author and Website in Apps Dashboard
More Powerful addons:
- odooai.cn Awesome Odoo Addons
+ sunpop.cn Awesome Odoo Addons
Odoo 16, 15, 14, 12, 11, 10 Support. Community and Enterprise version support
@@ -312,7 +312,7 @@
Visit our website for more support.
-https://www.odooai.cn
+https://www.sunpop.cn
diff --git a/app_odoo_customize/static/src/xml/res_config_edition.xml b/app_odoo_customize/static/src/xml/res_config_edition.xml
index 0e668b12..1b1eebed 100644
--- a/app_odoo_customize/static/src/xml/res_config_edition.xml
+++ b/app_odoo_customize/static/src/xml/res_config_edition.xml
@@ -3,7 +3,7 @@
- odooAi (odooAi.cn Edition)
+ odooAi (sunpop.cn Edition)
diff --git a/app_odoo_customize/views/app_odoo_customize_views.xml b/app_odoo_customize/views/app_odoo_customize_views.xml
index d94f5d33..05533412 100644
--- a/app_odoo_customize/views/app_odoo_customize_views.xml
+++ b/app_odoo_customize/views/app_odoo_customize_views.xml
@@ -9,8 +9,8 @@
- Powered by
- odooAi.cn
+ Powered by
+ sunpop.cn
diff --git a/app_odoo_customize/views/app_theme_config_settings_views.xml b/app_odoo_customize/views/app_theme_config_settings_views.xml
index 248e6a62..07ce24f4 100644
--- a/app_odoo_customize/views/app_theme_config_settings_views.xml
+++ b/app_odoo_customize/views/app_theme_config_settings_views.xml
@@ -17,7 +17,7 @@
diff --git a/app_pos_superbar/__manifest__.py b/app_pos_superbar/__manifest__.py
index 46fd00c5..a529404b 100644
--- a/app_pos_superbar/__manifest__.py
+++ b/app_pos_superbar/__manifest__.py
@@ -1,26 +1,26 @@
# -*- coding: utf-8 -*-
# Created on 2018-08-15
-# author: 欧度智能,https://www.odooai.cn
+# author: 欧度智能,https://www.sunpop.cn
# email: 300883@qq.com
# resource of odooai
# License LGPL-3.0 or later (http://www.gnu.org/licenses/lgpl).
# Odoo在线中文用户手册(长期更新)
-# https://www.odooai.cn/documentation/user/10.0/zh_CN/index.html
+# https://www.sunpop.cn/documentation/user/10.0/zh_CN/index.html
# Odoo10离线中文用户手册下载
-# https://www.odooai.cn/odoo10_user_manual_document_offline/
+# https://www.sunpop.cn/odoo10_user_manual_document_offline/
# Odoo10离线开发手册下载-含python教程,jquery参考,Jinja2模板,PostgresSQL参考(odoo开发必备)
-# https://www.odooai.cn/odoo10_developer_document_offline/
+# https://www.sunpop.cn/odoo10_developer_document_offline/
# description:
{
'name': "App Pos order browse by store salesperson status",
'version': '16.22.12.06',
- 'author': 'odooai.cn',
+ 'author': 'sunpop.cn',
'category': 'Point of Sale',
- 'website': 'https://www.odooai.cn',
+ 'website': 'https://www.sunpop.cn',
'license': 'LGPL-3',
'sequence': 12,
'summary': """
diff --git a/app_pos_superbar/hooks.py b/app_pos_superbar/hooks.py
index 67b172de..2a3608ea 100644
--- a/app_pos_superbar/hooks.py
+++ b/app_pos_superbar/hooks.py
@@ -1,18 +1,18 @@
# -*- coding: utf-8 -*-
# Created on 2018-10-12
-# author: 欧度智能,https://www.odooai.cn
+# author: 欧度智能,https://www.sunpop.cn
# email: 300883@qq.com
# resource of odooai
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
# Odoo在线中文用户手册(长期更新)
-# https://www.odooai.cn/documentation/user/10.0/zh_CN/index.html
+# https://www.sunpop.cn/documentation/user/10.0/zh_CN/index.html
# Odoo10离线中文用户手册下载
-# https://www.odooai.cn/odoo10_user_manual_document_offline/
+# https://www.sunpop.cn/odoo10_user_manual_document_offline/
# Odoo10离线开发手册下载-含python教程,jquery参考,Jinja2模板,PostgresSQL参考(odoo开发必备)
-# https://www.odooai.cn/odoo10_developer_document_offline/
+# https://www.sunpop.cn/odoo10_developer_document_offline/
# description:
def post_init_hook(cr, pool):
diff --git a/app_pos_superbar/static/description/index.html b/app_pos_superbar/static/description/index.html
index 656019bc..9db4ba64 100644
--- a/app_pos_superbar/static/description/index.html
+++ b/app_pos_superbar/static/description/index.html
@@ -383,7 +383,7 @@
Visit our website for more support.
-https://www.odooai.cn
+https://www.sunpop.cn
diff --git a/app_product_superbar/__manifest__.py b/app_product_superbar/__manifest__.py
index b0ee9ac9..971f016d 100644
--- a/app_product_superbar/__manifest__.py
+++ b/app_product_superbar/__manifest__.py
@@ -1,26 +1,26 @@
# -*- coding: utf-8 -*-
# Created on 2018-08-15
-# author: 欧度智能,https://www.odooai.cn
+# author: 欧度智能,https://www.sunpop.cn
# email: 300883@qq.com
# resource of odooai
# License LGPL-3.0 or later (http://www.gnu.org/licenses/lgpl).
# Odoo在线中文用户手册(长期更新)
-# https://www.odooai.cn/documentation/user/10.0/zh_CN/index.html
+# https://www.sunpop.cn/documentation/user/10.0/zh_CN/index.html
# Odoo10离线中文用户手册下载
-# https://www.odooai.cn/odoo10_user_manual_document_offline/
+# https://www.sunpop.cn/odoo10_user_manual_document_offline/
# Odoo10离线开发手册下载-含python教程,jquery参考,Jinja2模板,PostgresSQL参考(odoo开发必备)
-# https://www.odooai.cn/odoo10_developer_document_offline/
+# https://www.sunpop.cn/odoo10_developer_document_offline/
# description:
{
'name': "App product browse by category navigator",
'version': '16.22.12.06',
- 'author': 'odooai.cn',
+ 'author': 'sunpop.cn',
'category': 'Base',
- 'website': 'https://www.odooai.cn',
+ 'website': 'https://www.sunpop.cn',
'license': 'LGPL-3',
'sequence': 2,
'summary': """
diff --git a/app_product_superbar/hooks.py b/app_product_superbar/hooks.py
index 67b172de..2a3608ea 100644
--- a/app_product_superbar/hooks.py
+++ b/app_product_superbar/hooks.py
@@ -1,18 +1,18 @@
# -*- coding: utf-8 -*-
# Created on 2018-10-12
-# author: 欧度智能,https://www.odooai.cn
+# author: 欧度智能,https://www.sunpop.cn
# email: 300883@qq.com
# resource of odooai
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
# Odoo在线中文用户手册(长期更新)
-# https://www.odooai.cn/documentation/user/10.0/zh_CN/index.html
+# https://www.sunpop.cn/documentation/user/10.0/zh_CN/index.html
# Odoo10离线中文用户手册下载
-# https://www.odooai.cn/odoo10_user_manual_document_offline/
+# https://www.sunpop.cn/odoo10_user_manual_document_offline/
# Odoo10离线开发手册下载-含python教程,jquery参考,Jinja2模板,PostgresSQL参考(odoo开发必备)
-# https://www.odooai.cn/odoo10_developer_document_offline/
+# https://www.sunpop.cn/odoo10_developer_document_offline/
# description:
def post_init_hook(cr, pool):
diff --git a/app_product_superbar/models/product_category.py b/app_product_superbar/models/product_category.py
index 4ac3d047..4bbfa9e7 100644
--- a/app_product_superbar/models/product_category.py
+++ b/app_product_superbar/models/product_category.py
@@ -1,18 +1,18 @@
# -*- coding: utf-8 -*-
# Created on 2017-11-28
-# author: 欧度智能,https://www.odooai.cn
+# author: 欧度智能,https://www.sunpop.cn
# email: 300883@qq.com
# resource of odooai
# License LGPL-3.0 or later (http://www.gnu.org/licenses/lgpl).
# Odoo在线中文用户手册(长期更新)
-# https://www.odooai.cn/documentation/user/10.0/zh_CN/index.html
+# https://www.sunpop.cn/documentation/user/10.0/zh_CN/index.html
# Odoo10离线中文用户手册下载
-# https://www.odooai.cn/odoo10_user_manual_document_offline/
+# https://www.sunpop.cn/odoo10_user_manual_document_offline/
# Odoo10离线开发手册下载-含python教程,jquery参考,Jinja2模板,PostgresSQL参考(odoo开发必备)
-# https://www.odooai.cn/odoo10_developer_document_offline/
+# https://www.sunpop.cn/odoo10_developer_document_offline/
# description:
from odoo import api, fields, models, exceptions, _
diff --git a/app_product_superbar/static/description/index.html b/app_product_superbar/static/description/index.html
index 0f344342..1f62fe3d 100644
--- a/app_product_superbar/static/description/index.html
+++ b/app_product_superbar/static/description/index.html
@@ -398,7 +398,7 @@
Visit our website for more support.
-https://www.odooai.cn
+https://www.sunpop.cn
diff --git a/app_product_superbar_pro/__manifest__.py b/app_product_superbar_pro/__manifest__.py
index aa18ff20..9ad34640 100644
--- a/app_product_superbar_pro/__manifest__.py
+++ b/app_product_superbar_pro/__manifest__.py
@@ -1,26 +1,26 @@
# -*- coding: utf-8 -*-
# Created on 2018-08-15
-# author: 欧度智能,https://www.odooai.cn
+# author: 欧度智能,https://www.sunpop.cn
# email: 300883@qq.com
# resource of odooai
# License LGPL-3.0 or later (http://www.gnu.org/licenses/lgpl).
# Odoo在线中文用户手册(长期更新)
-# https://www.odooai.cn/documentation/user/10.0/zh_CN/index.html
+# https://www.sunpop.cn/documentation/user/10.0/zh_CN/index.html
# Odoo10离线中文用户手册下载
-# https://www.odooai.cn/odoo10_user_manual_document_offline/
+# https://www.sunpop.cn/odoo10_user_manual_document_offline/
# Odoo10离线开发手册下载-含python教程,jquery参考,Jinja2模板,PostgresSQL参考(odoo开发必备)
-# https://www.odooai.cn/odoo10_developer_document_offline/
+# https://www.sunpop.cn/odoo10_developer_document_offline/
# description:
{
'name': "Product browse by category navigator Pro",
'version': '16.23.03.05',
- 'author': 'odooai.cn',
+ 'author': 'sunpop.cn',
'category': 'Base',
- 'website': 'https://www.odooai.cn',
+ 'website': 'https://www.sunpop.cn',
'license': 'LGPL-3',
'sequence': 2,
'summary': """
diff --git a/app_product_superbar_pro/hooks.py b/app_product_superbar_pro/hooks.py
index 67b172de..2a3608ea 100644
--- a/app_product_superbar_pro/hooks.py
+++ b/app_product_superbar_pro/hooks.py
@@ -1,18 +1,18 @@
# -*- coding: utf-8 -*-
# Created on 2018-10-12
-# author: 欧度智能,https://www.odooai.cn
+# author: 欧度智能,https://www.sunpop.cn
# email: 300883@qq.com
# resource of odooai
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
# Odoo在线中文用户手册(长期更新)
-# https://www.odooai.cn/documentation/user/10.0/zh_CN/index.html
+# https://www.sunpop.cn/documentation/user/10.0/zh_CN/index.html
# Odoo10离线中文用户手册下载
-# https://www.odooai.cn/odoo10_user_manual_document_offline/
+# https://www.sunpop.cn/odoo10_user_manual_document_offline/
# Odoo10离线开发手册下载-含python教程,jquery参考,Jinja2模板,PostgresSQL参考(odoo开发必备)
-# https://www.odooai.cn/odoo10_developer_document_offline/
+# https://www.sunpop.cn/odoo10_developer_document_offline/
# description:
def post_init_hook(cr, pool):
diff --git a/app_product_superbar_pro/static/description/index.html b/app_product_superbar_pro/static/description/index.html
index 58a3e849..1a708e28 100644
--- a/app_product_superbar_pro/static/description/index.html
+++ b/app_product_superbar_pro/static/description/index.html
@@ -513,7 +513,7 @@
Visit our website for more support.
-https://www.odooai.cn
+https://www.sunpop.cn
diff --git a/app_product_ztree/__manifest__.py b/app_product_ztree/__manifest__.py
index 85b35db3..70e9ad65 100644
--- a/app_product_ztree/__manifest__.py
+++ b/app_product_ztree/__manifest__.py
@@ -1,26 +1,26 @@
# -*- coding: utf-8 -*-
# Created on 2018-08-15
-# author: 欧度智能,https://www.odooai.cn
+# author: 欧度智能,https://www.sunpop.cn
# email: 300883@qq.com
# resource of odooai
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
# Odoo在线中文用户手册(长期更新)
-# https://www.odooai.cn/documentation/user/10.0/zh_CN/index.html
+# https://www.sunpop.cn/documentation/user/10.0/zh_CN/index.html
# Odoo10离线中文用户手册下载
-# https://www.odooai.cn/odoo10_user_manual_document_offline/
+# https://www.sunpop.cn/odoo10_user_manual_document_offline/
# Odoo10离线开发手册下载-含python教程,jquery参考,Jinja2模板,PostgresSQL参考(odoo开发必备)
-# https://www.odooai.cn/odoo10_developer_document_offline/
+# https://www.sunpop.cn/odoo10_developer_document_offline/
# description:
{
'name': "App Product category ztree, parent children tree",
'version': '16.23.02.28',
- 'author': 'odooai.cn',
+ 'author': 'sunpop.cn',
'category': 'Base',
- 'website': 'https://www.odooai.cn',
+ 'website': 'https://www.sunpop.cn',
'license': 'LGPL-3',
'sequence': 2,
'summary': """
diff --git a/app_product_ztree/hooks.py b/app_product_ztree/hooks.py
index 67b172de..2a3608ea 100644
--- a/app_product_ztree/hooks.py
+++ b/app_product_ztree/hooks.py
@@ -1,18 +1,18 @@
# -*- coding: utf-8 -*-
# Created on 2018-10-12
-# author: 欧度智能,https://www.odooai.cn
+# author: 欧度智能,https://www.sunpop.cn
# email: 300883@qq.com
# resource of odooai
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
# Odoo在线中文用户手册(长期更新)
-# https://www.odooai.cn/documentation/user/10.0/zh_CN/index.html
+# https://www.sunpop.cn/documentation/user/10.0/zh_CN/index.html
# Odoo10离线中文用户手册下载
-# https://www.odooai.cn/odoo10_user_manual_document_offline/
+# https://www.sunpop.cn/odoo10_user_manual_document_offline/
# Odoo10离线开发手册下载-含python教程,jquery参考,Jinja2模板,PostgresSQL参考(odoo开发必备)
-# https://www.odooai.cn/odoo10_developer_document_offline/
+# https://www.sunpop.cn/odoo10_developer_document_offline/
# description:
def post_init_hook(cr, pool):
diff --git a/app_product_ztree/models/product_category.py b/app_product_ztree/models/product_category.py
index cd7a37c9..082ad0a9 100644
--- a/app_product_ztree/models/product_category.py
+++ b/app_product_ztree/models/product_category.py
@@ -1,18 +1,18 @@
# -*- coding: utf-8 -*-
# Created on 2017-11-28
-# author: 欧度智能,https://www.odooai.cn
+# author: 欧度智能,https://www.sunpop.cn
# email: 300883@qq.com
# resource of odooai
# License LGPL-3.0 or later (http://www.gnu.org/licenses/lgpl).
# Odoo在线中文用户手册(长期更新)
-# https://www.odooai.cn/documentation/user/10.0/zh_CN/index.html
+# https://www.sunpop.cn/documentation/user/10.0/zh_CN/index.html
# Odoo10离线中文用户手册下载
-# https://www.odooai.cn/odoo10_user_manual_document_offline/
+# https://www.sunpop.cn/odoo10_user_manual_document_offline/
# Odoo10离线开发手册下载-含python教程,jquery参考,Jinja2模板,PostgresSQL参考(odoo开发必备)
-# https://www.odooai.cn/odoo10_developer_document_offline/
+# https://www.sunpop.cn/odoo10_developer_document_offline/
# description:
from odoo import api, fields, models, exceptions, _
diff --git a/app_product_ztree/static/description/index.html b/app_product_ztree/static/description/index.html
index 361612c3..e5b2e433 100644
--- a/app_product_ztree/static/description/index.html
+++ b/app_product_ztree/static/description/index.html
@@ -174,7 +174,7 @@
Visit our website for more support.
-https://www.odooai.cn
+https://www.sunpop.cn
diff --git a/app_project_superbar/__manifest__.py b/app_project_superbar/__manifest__.py
index 85089f93..d2639980 100644
--- a/app_project_superbar/__manifest__.py
+++ b/app_project_superbar/__manifest__.py
@@ -1,26 +1,26 @@
# -*- coding: utf-8 -*-
# Created on 2018-08-15
-# author: 欧度智能,https://www.odooai.cn
+# author: 欧度智能,https://www.sunpop.cn
# email: 300883@qq.com
# resource of odooai
# License LGPL-3.0 or later (http://www.gnu.org/licenses/lgpl).
# Odoo在线中文用户手册(长期更新)
-# https://www.odooai.cn/documentation/user/10.0/zh_CN/index.html
+# https://www.sunpop.cn/documentation/user/10.0/zh_CN/index.html
# Odoo10离线中文用户手册下载
-# https://www.odooai.cn/odoo10_user_manual_document_offline/
+# https://www.sunpop.cn/odoo10_user_manual_document_offline/
# Odoo10离线开发手册下载-含python教程,jquery参考,Jinja2模板,PostgresSQL参考(odoo开发必备)
-# https://www.odooai.cn/odoo10_developer_document_offline/
+# https://www.sunpop.cn/odoo10_developer_document_offline/
# description:
{
'name': "Project and task browse by partner,user, stage navigator",
'version': '15.19.12.03',
- 'author': 'odooai.cn',
+ 'author': 'sunpop.cn',
'category': 'Base',
- 'website': 'https://www.odooai.cn',
+ 'website': 'https://www.sunpop.cn',
'license': 'LGPL-3',
'sequence': 2,
'summary': """
diff --git a/app_project_superbar/hooks.py b/app_project_superbar/hooks.py
index 67b172de..2a3608ea 100644
--- a/app_project_superbar/hooks.py
+++ b/app_project_superbar/hooks.py
@@ -1,18 +1,18 @@
# -*- coding: utf-8 -*-
# Created on 2018-10-12
-# author: 欧度智能,https://www.odooai.cn
+# author: 欧度智能,https://www.sunpop.cn
# email: 300883@qq.com
# resource of odooai
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
# Odoo在线中文用户手册(长期更新)
-# https://www.odooai.cn/documentation/user/10.0/zh_CN/index.html
+# https://www.sunpop.cn/documentation/user/10.0/zh_CN/index.html
# Odoo10离线中文用户手册下载
-# https://www.odooai.cn/odoo10_user_manual_document_offline/
+# https://www.sunpop.cn/odoo10_user_manual_document_offline/
# Odoo10离线开发手册下载-含python教程,jquery参考,Jinja2模板,PostgresSQL参考(odoo开发必备)
-# https://www.odooai.cn/odoo10_developer_document_offline/
+# https://www.sunpop.cn/odoo10_developer_document_offline/
# description:
def post_init_hook(cr, pool):
diff --git a/app_project_superbar/static/description/index.html b/app_project_superbar/static/description/index.html
index f97cb5d7..969ef367 100644
--- a/app_project_superbar/static/description/index.html
+++ b/app_project_superbar/static/description/index.html
@@ -403,7 +403,7 @@
Visit our website for more support.
-https://www.odooai.cn
+https://www.sunpop.cn
diff --git a/app_purchase_superbar/__manifest__.py b/app_purchase_superbar/__manifest__.py
index d00f0830..24b4a1b6 100644
--- a/app_purchase_superbar/__manifest__.py
+++ b/app_purchase_superbar/__manifest__.py
@@ -1,26 +1,26 @@
# -*- coding: utf-8 -*-
# Created on 2018-08-15
-# author: 欧度智能,https://www.odooai.cn
+# author: 欧度智能,https://www.sunpop.cn
# email: 300883@qq.com
# resource of odooai
# License LGPL-3.0 or later (http://www.gnu.org/licenses/lgpl).
# Odoo在线中文用户手册(长期更新)
-# https://www.odooai.cn/documentation/user/10.0/zh_CN/index.html
+# https://www.sunpop.cn/documentation/user/10.0/zh_CN/index.html
# Odoo10离线中文用户手册下载
-# https://www.odooai.cn/odoo10_user_manual_document_offline/
+# https://www.sunpop.cn/odoo10_user_manual_document_offline/
# Odoo10离线开发手册下载-含python教程,jquery参考,Jinja2模板,PostgresSQL参考(odoo开发必备)
-# https://www.odooai.cn/odoo10_developer_document_offline/
+# https://www.sunpop.cn/odoo10_developer_document_offline/
# description:
{
'name': "App purchase search browse by partner",
'version': '16.22.12.06',
- 'author': 'odooai.cn',
+ 'author': 'sunpop.cn',
'category': 'Base',
- 'website': 'https://www.odooai.cn',
+ 'website': 'https://www.sunpop.cn',
'license': 'LGPL-3',
'sequence': 2,
'summary': """
diff --git a/app_purchase_superbar/hooks.py b/app_purchase_superbar/hooks.py
index 67b172de..2a3608ea 100644
--- a/app_purchase_superbar/hooks.py
+++ b/app_purchase_superbar/hooks.py
@@ -1,18 +1,18 @@
# -*- coding: utf-8 -*-
# Created on 2018-10-12
-# author: 欧度智能,https://www.odooai.cn
+# author: 欧度智能,https://www.sunpop.cn
# email: 300883@qq.com
# resource of odooai
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
# Odoo在线中文用户手册(长期更新)
-# https://www.odooai.cn/documentation/user/10.0/zh_CN/index.html
+# https://www.sunpop.cn/documentation/user/10.0/zh_CN/index.html
# Odoo10离线中文用户手册下载
-# https://www.odooai.cn/odoo10_user_manual_document_offline/
+# https://www.sunpop.cn/odoo10_user_manual_document_offline/
# Odoo10离线开发手册下载-含python教程,jquery参考,Jinja2模板,PostgresSQL参考(odoo开发必备)
-# https://www.odooai.cn/odoo10_developer_document_offline/
+# https://www.sunpop.cn/odoo10_developer_document_offline/
# description:
def post_init_hook(cr, pool):
diff --git a/app_purchase_superbar/static/description/index.html b/app_purchase_superbar/static/description/index.html
index b3ea864b..990418a2 100644
--- a/app_purchase_superbar/static/description/index.html
+++ b/app_purchase_superbar/static/description/index.html
@@ -283,7 +283,7 @@
Visit our website for more support.
-https://www.odooai.cn
+https://www.sunpop.cn
diff --git a/app_sale_superbar/__manifest__.py b/app_sale_superbar/__manifest__.py
index b9b8750d..c1a641f1 100644
--- a/app_sale_superbar/__manifest__.py
+++ b/app_sale_superbar/__manifest__.py
@@ -1,26 +1,26 @@
# -*- coding: utf-8 -*-
# Created on 2018-08-15
-# author: 欧度智能,https://www.odooai.cn
+# author: 欧度智能,https://www.sunpop.cn
# email: 300883@qq.com
# resource of odooai
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
# Odoo在线中文用户手册(长期更新)
-# https://www.odooai.cn/documentation/user/10.0/zh_CN/index.html
+# https://www.sunpop.cn/documentation/user/10.0/zh_CN/index.html
# Odoo10离线中文用户手册下载
-# https://www.odooai.cn/odoo10_user_manual_document_offline/
+# https://www.sunpop.cn/odoo10_user_manual_document_offline/
# Odoo10离线开发手册下载-含python教程,jquery参考,Jinja2模板,PostgresSQL参考(odoo开发必备)
-# https://www.odooai.cn/odoo10_developer_document_offline/
+# https://www.sunpop.cn/odoo10_developer_document_offline/
# description:
{
'name': "App sale order browse by partner and channel",
'version': '16.22.12.06',
- 'author': 'odooai.cn',
+ 'author': 'sunpop.cn',
'category': 'Base',
- 'website': 'https://www.odooai.cn',
+ 'website': 'https://www.sunpop.cn',
'license': 'LGPL-3',
'sequence': 2,
'summary': """
diff --git a/app_sale_superbar/hooks.py b/app_sale_superbar/hooks.py
index 2d503a3a..6a80067a 100644
--- a/app_sale_superbar/hooks.py
+++ b/app_sale_superbar/hooks.py
@@ -1,18 +1,18 @@
# -*- coding: utf-8 -*-
# Created on 2018-10-12
-# author: 欧度智能,https://www.odooai.cn
+# author: 欧度智能,https://www.sunpop.cn
# email: 300883@qq.com
# resource of odooai
# License LGPL-3.0 or later (http://www.gnu.org/licenses/lgpl).
# Odoo在线中文用户手册(长期更新)
-# https://www.odooai.cn/documentation/user/10.0/zh_CN/index.html
+# https://www.sunpop.cn/documentation/user/10.0/zh_CN/index.html
# Odoo10离线中文用户手册下载
-# https://www.odooai.cn/odoo10_user_manual_document_offline/
+# https://www.sunpop.cn/odoo10_user_manual_document_offline/
# Odoo10离线开发手册下载-含python教程,jquery参考,Jinja2模板,PostgresSQL参考(odoo开发必备)
-# https://www.odooai.cn/odoo10_developer_document_offline/
+# https://www.sunpop.cn/odoo10_developer_document_offline/
# description:
def post_init_hook(cr, pool):
diff --git a/app_sale_superbar/static/description/index.html b/app_sale_superbar/static/description/index.html
index faf8e650..3a977e72 100644
--- a/app_sale_superbar/static/description/index.html
+++ b/app_sale_superbar/static/description/index.html
@@ -283,7 +283,7 @@
Visit our website for more support.
-https://www.odooai.cn
+https://www.sunpop.cn
diff --git a/app_sale_superbar_pro/__manifest__.py b/app_sale_superbar_pro/__manifest__.py
index f156264a..d123aeb8 100644
--- a/app_sale_superbar_pro/__manifest__.py
+++ b/app_sale_superbar_pro/__manifest__.py
@@ -1,26 +1,26 @@
# -*- coding: utf-8 -*-
# Created on 2018-08-15
-# author: 欧度智能,https://www.odooai.cn
+# author: 欧度智能,https://www.sunpop.cn
# email: 300883@qq.com
# resource of odooai
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
# Odoo在线中文用户手册(长期更新)
-# https://www.odooai.cn/documentation/user/10.0/zh_CN/index.html
+# https://www.sunpop.cn/documentation/user/10.0/zh_CN/index.html
# Odoo10离线中文用户手册下载
-# https://www.odooai.cn/odoo10_user_manual_document_offline/
+# https://www.sunpop.cn/odoo10_user_manual_document_offline/
# Odoo10离线开发手册下载-含python教程,jquery参考,Jinja2模板,PostgresSQL参考(odoo开发必备)
-# https://www.odooai.cn/odoo10_developer_document_offline/
+# https://www.sunpop.cn/odoo10_developer_document_offline/
# description:
{
'name': "Advance sale order navigator by partner and channel",
'version': '16.23.03.05',
- 'author': 'odooai.cn',
+ 'author': 'sunpop.cn',
'category': 'Base',
- 'website': 'https://www.odooai.cn',
+ 'website': 'https://www.sunpop.cn',
'license': 'LGPL-3',
'sequence': 2,
'summary': """
diff --git a/app_sale_superbar_pro/hooks.py b/app_sale_superbar_pro/hooks.py
index 2d503a3a..6a80067a 100644
--- a/app_sale_superbar_pro/hooks.py
+++ b/app_sale_superbar_pro/hooks.py
@@ -1,18 +1,18 @@
# -*- coding: utf-8 -*-
# Created on 2018-10-12
-# author: 欧度智能,https://www.odooai.cn
+# author: 欧度智能,https://www.sunpop.cn
# email: 300883@qq.com
# resource of odooai
# License LGPL-3.0 or later (http://www.gnu.org/licenses/lgpl).
# Odoo在线中文用户手册(长期更新)
-# https://www.odooai.cn/documentation/user/10.0/zh_CN/index.html
+# https://www.sunpop.cn/documentation/user/10.0/zh_CN/index.html
# Odoo10离线中文用户手册下载
-# https://www.odooai.cn/odoo10_user_manual_document_offline/
+# https://www.sunpop.cn/odoo10_user_manual_document_offline/
# Odoo10离线开发手册下载-含python教程,jquery参考,Jinja2模板,PostgresSQL参考(odoo开发必备)
-# https://www.odooai.cn/odoo10_developer_document_offline/
+# https://www.sunpop.cn/odoo10_developer_document_offline/
# description:
def post_init_hook(cr, pool):
diff --git a/app_sale_superbar_pro/static/description/index.html b/app_sale_superbar_pro/static/description/index.html
index 7cb1a641..44a881bc 100644
--- a/app_sale_superbar_pro/static/description/index.html
+++ b/app_sale_superbar_pro/static/description/index.html
@@ -513,7 +513,7 @@
Visit our website for more support.
-https://www.odooai.cn
+https://www.sunpop.cn
diff --git a/app_stock_superbar/__manifest__.py b/app_stock_superbar/__manifest__.py
index 46495148..5e33f1b6 100644
--- a/app_stock_superbar/__manifest__.py
+++ b/app_stock_superbar/__manifest__.py
@@ -1,26 +1,26 @@
# -*- coding: utf-8 -*-
# Created on 2018-08-15
-# author: 欧度智能,https://www.odooai.cn
+# author: 欧度智能,https://www.sunpop.cn
# email: 300883@qq.com
# resource of odooai
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
# Odoo在线中文用户手册(长期更新)
-# https://www.odooai.cn/documentation/user/10.0/zh_CN/index.html
+# https://www.sunpop.cn/documentation/user/10.0/zh_CN/index.html
# Odoo10离线中文用户手册下载
-# https://www.odooai.cn/odoo10_user_manual_document_offline/
+# https://www.sunpop.cn/odoo10_user_manual_document_offline/
# Odoo10离线开发手册下载-含python教程,jquery参考,Jinja2模板,PostgresSQL参考(odoo开发必备)
-# https://www.odooai.cn/odoo10_developer_document_offline/
+# https://www.sunpop.cn/odoo10_developer_document_offline/
# description:
{
'name': "Stock Superbar ztree, parent children tree",
'version': '16.22.12.06',
- 'author': 'odooai.cn',
+ 'author': 'sunpop.cn',
'category': 'Base',
- 'website': 'https://www.odooai.cn',
+ 'website': 'https://www.sunpop.cn',
'license': 'LGPL-3',
'sequence': 2,
'summary': """
diff --git a/app_stock_superbar/hooks.py b/app_stock_superbar/hooks.py
index 67b172de..2a3608ea 100644
--- a/app_stock_superbar/hooks.py
+++ b/app_stock_superbar/hooks.py
@@ -1,18 +1,18 @@
# -*- coding: utf-8 -*-
# Created on 2018-10-12
-# author: 欧度智能,https://www.odooai.cn
+# author: 欧度智能,https://www.sunpop.cn
# email: 300883@qq.com
# resource of odooai
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
# Odoo在线中文用户手册(长期更新)
-# https://www.odooai.cn/documentation/user/10.0/zh_CN/index.html
+# https://www.sunpop.cn/documentation/user/10.0/zh_CN/index.html
# Odoo10离线中文用户手册下载
-# https://www.odooai.cn/odoo10_user_manual_document_offline/
+# https://www.sunpop.cn/odoo10_user_manual_document_offline/
# Odoo10离线开发手册下载-含python教程,jquery参考,Jinja2模板,PostgresSQL参考(odoo开发必备)
-# https://www.odooai.cn/odoo10_developer_document_offline/
+# https://www.sunpop.cn/odoo10_developer_document_offline/
# description:
def post_init_hook(cr, pool):
diff --git a/app_stock_superbar/static/description/index.html b/app_stock_superbar/static/description/index.html
index f5cb9f22..9778ac14 100644
--- a/app_stock_superbar/static/description/index.html
+++ b/app_stock_superbar/static/description/index.html
@@ -175,7 +175,7 @@
Visit our website for more support.
-https://www.odooai.cn
+https://www.sunpop.cn
diff --git a/app_web_enterprise/__manifest__.py b/app_web_enterprise/__manifest__.py
index 70902786..9a0864f2 100644
--- a/app_web_enterprise/__manifest__.py
+++ b/app_web_enterprise/__manifest__.py
@@ -1,27 +1,27 @@
# -*- coding: utf-8 -*-
# Created on 2017-11-05
-# author: 欧度智能,https://www.odooai.cn
+# author: 欧度智能,https://www.sunpop.cn
# email: 300883@qq.com
# resource of odooai
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
# Odoo在线中文用户手册(长期更新)
-# https://www.odooai.cn/documentation/user/10.0/zh_CN/index.html
+# https://www.sunpop.cn/documentation/user/10.0/zh_CN/index.html
# Odoo10离线中文用户手册下载
-# https://www.odooai.cn/odoo10_user_manual_document_offline/
+# https://www.sunpop.cn/odoo10_user_manual_document_offline/
# Odoo10离线开发手册下载-含python教程,jquery参考,Jinja2模板,PostgresSQL参考(odoo开发必备)
-# https://www.odooai.cn/odoo10_developer_document_offline/
+# https://www.sunpop.cn/odoo10_developer_document_offline/
# description:
{
'name': "App web enterprise enhance,企业版界面增强",
'version': '16.23.04.08',
- 'author': 'odooai.cn',
+ 'author': 'sunpop.cn',
'category': 'Base',
- 'website': 'https://www.odooai.cn',
+ 'website': 'https://www.sunpop.cn',
'license': 'LGPL-3',
'sequence': 2,
'summary': """
@@ -32,7 +32,7 @@
""",
'description': """
odoo enterprise version UI enhance.
- 欧度智能,odooai.cn 的odoo模块。企业版界面增强。
+ 欧度智能,sunpop.cn 的odoo模块。企业版界面增强。
1. Add dropdown arrow to parent menu.
多级菜单中出现箭头。
2. Replace the odoo logo or url to your company in menu and page.
diff --git a/app_web_enterprise/static/description/index.html b/app_web_enterprise/static/description/index.html
index a83b79c7..ecba5148 100644
--- a/app_web_enterprise/static/description/index.html
+++ b/app_web_enterprise/static/description/index.html
@@ -4,7 +4,7 @@
App Web Enterprise Enhance
Lastest update: v15.21.11.23
This moduld allows user to .
@@ -74,7 +74,7 @@
Visit our website for more support.
-https://www.odooai.cn
+https://www.sunpop.cn
diff --git a/app_web_enterprise/static/src/xml/res_config_edition.xml b/app_web_enterprise/static/src/xml/res_config_edition.xml
index 65d68523..209dbaa5 100644
--- a/app_web_enterprise/static/src/xml/res_config_edition.xml
+++ b/app_web_enterprise/static/src/xml/res_config_edition.xml
@@ -3,7 +3,7 @@
-
+
diff --git a/app_web_fullwidth/__manifest__.py b/app_web_fullwidth/__manifest__.py
index 40ab6b0f..ef0b9547 100644
--- a/app_web_fullwidth/__manifest__.py
+++ b/app_web_fullwidth/__manifest__.py
@@ -1,31 +1,31 @@
# -*- coding: utf-8 -*-
# Created on 2019-01-04
-# author: 欧度智能,https://www.odooai.cn
+# author: 欧度智能,https://www.sunpop.cn
# email: 300883@qq.com
# resource of odooai
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
# Odoo12在线用户手册(长期更新)
-# https://www.odooai.cn/documentation/user/12.0/en/index.html
+# https://www.sunpop.cn/documentation/user/12.0/en/index.html
# Odoo12在线开发者手册(长期更新)
-# https://www.odooai.cn/documentation/12.0/index.html
+# https://www.sunpop.cn/documentation/12.0/index.html
# Odoo10在线中文用户手册(长期更新)
-# https://www.odooai.cn/documentation/user/10.0/zh_CN/index.html
+# https://www.sunpop.cn/documentation/user/10.0/zh_CN/index.html
# Odoo10离线中文用户手册下载
-# https://www.odooai.cn/odoo10_user_manual_document_offline/
+# https://www.sunpop.cn/odoo10_user_manual_document_offline/
# Odoo10离线开发手册下载-含python教程,jquery参考,Jinja2模板,PostgresSQL参考(odoo开发必备)
-# https://www.odooai.cn/odoo10_developer_document_offline/
+# https://www.sunpop.cn/odoo10_developer_document_offline/
{
'name': 'App Web Responsive Fullwidth (form view full width)',
'version': '16.23.02.19',
'category': 'web',
- 'author': 'odooai.cn',
- 'website': 'https://www.odooai.cn',
+ 'author': 'sunpop.cn',
+ 'website': 'https://www.sunpop.cn',
'license': 'LGPL-3',
'sequence': 2,
"price": 18.00,
diff --git a/app_web_fullwidth/static/description/index.html b/app_web_fullwidth/static/description/index.html
index 2076156f..7d4c1972 100644
--- a/app_web_fullwidth/static/description/index.html
+++ b/app_web_fullwidth/static/description/index.html
@@ -81,7 +81,7 @@
Visit our website for more support.
-https://www.odooai.cn
+https://www.sunpop.cn
diff --git a/app_website_blog_editor/__manifest__.py b/app_website_blog_editor/__manifest__.py
index 84995cef..2f4e443a 100644
--- a/app_website_blog_editor/__manifest__.py
+++ b/app_website_blog_editor/__manifest__.py
@@ -1,27 +1,27 @@
# -*- coding: utf-8 -*-
# Created on 2022-09-01
-# author: 欧度智能,https://www.odooai.cn
+# author: 欧度智能,https://www.sunpop.cn
# email: 300883@qq.com
# resource of odooai
# License LGPL-3.0 or later (http://www.gnu.org/licenses/lgpl).
# Odoo12在线用户手册(长期更新)
-# https://www.odooai.cn/documentation/user/12.0/zh_CN/index.html
+# https://www.sunpop.cn/documentation/user/12.0/zh_CN/index.html
# Odoo12在线开发者手册(长期更新)
-# https://www.odooai.cn/documentation/12.0/index.html
+# https://www.sunpop.cn/documentation/12.0/index.html
# Odoo10在线中文用户手册(长期更新)
-# https://www.odooai.cn/documentation/user/10.0/zh_CN/index.html
+# https://www.sunpop.cn/documentation/user/10.0/zh_CN/index.html
# Odoo10离线中文用户手册下载
-# https://www.odooai.cn/odoo10_user_manual_document_offline/
+# https://www.sunpop.cn/odoo10_user_manual_document_offline/
# Odoo10离线开发手册下载-含python教程,jquery参考,Jinja2模板,PostgresSQL参考(odoo开发必备)
-# https://www.odooai.cn/odoo10_developer_document_offline/
+# https://www.sunpop.cn/odoo10_developer_document_offline/
##############################################################################
-# Copyright (C) 2009-TODAY odooai.cn Ltd. https://www.odooai.cn
+# Copyright (C) 2009-TODAY sunpop.cn Ltd. https://www.sunpop.cn
# Author: Ivan Deng,300883@qq.com
# You can modify it under the terms of the GNU LESSER
# GENERAL PUBLIC LICENSE (LGPL v3), Version 3.
@@ -34,9 +34,9 @@
{
'name': "Website Blogs Editor in Backend",
'version': '16.23.04.11',
- 'author': 'odooai.cn',
+ 'author': 'sunpop.cn',
'category': 'Base',
- 'website': 'https://www.odooai.cn',
+ 'website': 'https://www.sunpop.cn',
'license': 'LGPL-3',
'sequence': 2,
'price': 0.00,
@@ -46,7 +46,7 @@
'website_blog',
],
'summary': '''
- Odoo App of odooai.cn
+ Odoo App of sunpop.cn
''',
'description': '''
Support Odoo 16,15,14,13,12, Enterprise and Community and odoo.sh Edition
diff --git a/app_website_blog_editor/hooks.py b/app_website_blog_editor/hooks.py
index 40a5ccf5..ca92d38a 100644
--- a/app_website_blog_editor/hooks.py
+++ b/app_website_blog_editor/hooks.py
@@ -1,18 +1,18 @@
# -*- coding: utf-8 -*-
# Created on 2018-10-12
-# author: 欧度智能,https://www.odooai.cn
+# author: 欧度智能,https://www.sunpop.cn
# email: 300883@qq.com
# resource of odooai
# License LGPL-3.0 or later (http://www.gnu.org/licenses/lgpl).
# Odoo在线中文用户手册(长期更新)
-# https://www.odooai.cn/documentation/user/10.0/zh_CN/index.html
+# https://www.sunpop.cn/documentation/user/10.0/zh_CN/index.html
# Odoo10离线中文用户手册下载
-# https://www.odooai.cn/odoo10_user_manual_document_offline/
+# https://www.sunpop.cn/odoo10_user_manual_document_offline/
# Odoo10离线开发手册下载-含python教程,jquery参考,Jinja2模板,PostgresSQL参考(odoo开发必备)
-# https://www.odooai.cn/odoo10_developer_document_offline/
+# https://www.sunpop.cn/odoo10_developer_document_offline/
# description:
from odoo import api, SUPERUSER_ID, _
diff --git a/app_website_blog_editor/models/__init__.py b/app_website_blog_editor/models/__init__.py
index 3741ad63..f1a4fb7e 100644
--- a/app_website_blog_editor/models/__init__.py
+++ b/app_website_blog_editor/models/__init__.py
@@ -1,25 +1,25 @@
# -*- coding: utf-8 -*-
-# Part of odooai.cn. See LICENSE file for full copyright and licensing details.
+# Part of sunpop.cn. See LICENSE file for full copyright and licensing details.
# Created on 2019-04-20
-# author: 欧度智能,http://www.odooai.cn
+# author: 欧度智能,http://www.sunpop.cn
# email: 300883@qq.com
# resource of odooai
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
# Odoo12在线用户手册(长期更新)
-# http://www.odooai.cn/documentation/user/12.0/en/index.html
+# http://www.sunpop.cn/documentation/user/12.0/en/index.html
# Odoo12在线开发者手册(长期更新)
-# http://www.odooai.cn/documentation/12.0/index.html
+# http://www.sunpop.cn/documentation/12.0/index.html
# Odoo10在线中文用户手册(长期更新)
-# http://www.odooai.cn/documentation/user/10.0/zh_CN/index.html
+# http://www.sunpop.cn/documentation/user/10.0/zh_CN/index.html
# Odoo10离线中文用户手册下载
-# http://www.odooai.cn/odoo10_user_manual_document_offline/
+# http://www.sunpop.cn/odoo10_user_manual_document_offline/
# Odoo10离线开发手册下载-含python教程,jquery参考,Jinja2模板,PostgresSQL参考(odoo开发必备)
-# http://www.odooai.cn/odoo10_developer_document_offline/
+# http://www.sunpop.cn/odoo10_developer_document_offline/
# description:
from . import blog_tag_category
diff --git a/app_website_blog_editor/static/description/index.html b/app_website_blog_editor/static/description/index.html
index 3a5a6002..c10a0ea5 100644
--- a/app_website_blog_editor/static/description/index.html
+++ b/app_website_blog_editor/static/description/index.html
@@ -80,15 +80,15 @@
Visit our website for more support.
- https://www.odooai.cn
+ https://www.sunpop.cn
diff --git a/app_website_product_superbar/__manifest__.py b/app_website_product_superbar/__manifest__.py
index a12c193d..1418c02c 100644
--- a/app_website_product_superbar/__manifest__.py
+++ b/app_website_product_superbar/__manifest__.py
@@ -1,26 +1,26 @@
# -*- coding: utf-8 -*-
# Created on 2018-08-15
-# author: 欧度智能,https://www.odooai.cn
+# author: 欧度智能,https://www.sunpop.cn
# email: 300883@qq.com
# resource of odooai
# License LGPL-3.0 or later (http://www.gnu.org/licenses/lgpl).
# Odoo在线中文用户手册(长期更新)
-# https://www.odooai.cn/documentation/user/10.0/zh_CN/index.html
+# https://www.sunpop.cn/documentation/user/10.0/zh_CN/index.html
# Odoo10离线中文用户手册下载
-# https://www.odooai.cn/odoo10_user_manual_document_offline/
+# https://www.sunpop.cn/odoo10_user_manual_document_offline/
# Odoo10离线开发手册下载-含python教程,jquery参考,Jinja2模板,PostgresSQL参考(odoo开发必备)
-# https://www.odooai.cn/odoo10_developer_document_offline/
+# https://www.sunpop.cn/odoo10_developer_document_offline/
# description:
{
'name': "App Website Product browse by category navigator",
'version': '16.22.12.06',
- 'author': 'odooai.cn',
+ 'author': 'sunpop.cn',
'category': 'Base',
- 'website': 'https://www.odooai.cn',
+ 'website': 'https://www.sunpop.cn',
'license': 'LGPL-3',
'sequence': 2,
'summary': """
diff --git a/app_website_product_superbar/hooks.py b/app_website_product_superbar/hooks.py
index 67b172de..2a3608ea 100644
--- a/app_website_product_superbar/hooks.py
+++ b/app_website_product_superbar/hooks.py
@@ -1,18 +1,18 @@
# -*- coding: utf-8 -*-
# Created on 2018-10-12
-# author: 欧度智能,https://www.odooai.cn
+# author: 欧度智能,https://www.sunpop.cn
# email: 300883@qq.com
# resource of odooai
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
# Odoo在线中文用户手册(长期更新)
-# https://www.odooai.cn/documentation/user/10.0/zh_CN/index.html
+# https://www.sunpop.cn/documentation/user/10.0/zh_CN/index.html
# Odoo10离线中文用户手册下载
-# https://www.odooai.cn/odoo10_user_manual_document_offline/
+# https://www.sunpop.cn/odoo10_user_manual_document_offline/
# Odoo10离线开发手册下载-含python教程,jquery参考,Jinja2模板,PostgresSQL参考(odoo开发必备)
-# https://www.odooai.cn/odoo10_developer_document_offline/
+# https://www.sunpop.cn/odoo10_developer_document_offline/
# description:
def post_init_hook(cr, pool):
diff --git a/app_website_product_superbar/models/product_category.py b/app_website_product_superbar/models/product_category.py
index 952cbd98..756e2420 100644
--- a/app_website_product_superbar/models/product_category.py
+++ b/app_website_product_superbar/models/product_category.py
@@ -1,18 +1,18 @@
# -*- coding: utf-8 -*-
# Created on 2017-11-28
-# author: 欧度智能,https://www.odooai.cn
+# author: 欧度智能,https://www.sunpop.cn
# email: 300883@qq.com
# resource of odooai
# License LGPL-3.0 or later (http://www.gnu.org/licenses/lgpl).
# Odoo在线中文用户手册(长期更新)
-# https://www.odooai.cn/documentation/user/10.0/zh_CN/index.html
+# https://www.sunpop.cn/documentation/user/10.0/zh_CN/index.html
# Odoo10离线中文用户手册下载
-# https://www.odooai.cn/odoo10_user_manual_document_offline/
+# https://www.sunpop.cn/odoo10_user_manual_document_offline/
# Odoo10离线开发手册下载-含python教程,jquery参考,Jinja2模板,PostgresSQL参考(odoo开发必备)
-# https://www.odooai.cn/odoo10_developer_document_offline/
+# https://www.sunpop.cn/odoo10_developer_document_offline/
# description:
from odoo import api, fields, models, exceptions, _
diff --git a/app_website_product_superbar/static/description/index.html b/app_website_product_superbar/static/description/index.html
index efc60282..dae3dbd8 100644
--- a/app_website_product_superbar/static/description/index.html
+++ b/app_website_product_superbar/static/description/index.html
@@ -398,7 +398,7 @@
Visit our website for more support.
-https://www.odooai.cn
+https://www.sunpop.cn
diff --git a/app_website_sale_editor/__manifest__.py b/app_website_sale_editor/__manifest__.py
index e268410d..396e6ed1 100644
--- a/app_website_sale_editor/__manifest__.py
+++ b/app_website_sale_editor/__manifest__.py
@@ -1,27 +1,27 @@
# -*- coding: utf-8 -*-
# Created on 2022-09-01
-# author: 欧度智能,https://www.odooai.cn
+# author: 欧度智能,https://www.sunpop.cn
# email: 300883@qq.com
# resource of odooai
# License LGPL-3.0 or later (http://www.gnu.org/licenses/lgpl).
# Odoo12在线用户手册(长期更新)
-# https://www.odooai.cn/documentation/user/12.0/zh_CN/index.html
+# https://www.sunpop.cn/documentation/user/12.0/zh_CN/index.html
# Odoo12在线开发者手册(长期更新)
-# https://www.odooai.cn/documentation/12.0/index.html
+# https://www.sunpop.cn/documentation/12.0/index.html
# Odoo10在线中文用户手册(长期更新)
-# https://www.odooai.cn/documentation/user/10.0/zh_CN/index.html
+# https://www.sunpop.cn/documentation/user/10.0/zh_CN/index.html
# Odoo10离线中文用户手册下载
-# https://www.odooai.cn/odoo10_user_manual_document_offline/
+# https://www.sunpop.cn/odoo10_user_manual_document_offline/
# Odoo10离线开发手册下载-含python教程,jquery参考,Jinja2模板,PostgresSQL参考(odoo开发必备)
-# https://www.odooai.cn/odoo10_developer_document_offline/
+# https://www.sunpop.cn/odoo10_developer_document_offline/
##############################################################################
-# Copyright (C) 2009-TODAY odooai.cn Ltd. https://www.odooai.cn
+# Copyright (C) 2009-TODAY sunpop.cn Ltd. https://www.sunpop.cn
# Author: Ivan Deng,300883@qq.com
# You can modify it under the terms of the GNU LESSER
# GENERAL PUBLIC LICENSE (LGPL v3), Version 3.
@@ -34,9 +34,9 @@
{
'name': "Website Product Editor in Backend",
'version': '16.23.04.11',
- 'author': 'odooai.cn',
+ 'author': 'sunpop.cn',
'category': 'Base',
- 'website': 'https://www.odooai.cn',
+ 'website': 'https://www.sunpop.cn',
'license': 'LGPL-3',
'sequence': 2,
'price': 0.00,
@@ -46,7 +46,7 @@
'website_sale',
],
'summary': '''
- Odoo App of odooai.cn
+ Odoo App of sunpop.cn
''',
'description': '''
Support Odoo 16,15,14,13,12, Enterprise and Community and odoo.sh Edition
diff --git a/app_website_sale_editor/hooks.py b/app_website_sale_editor/hooks.py
index 40a5ccf5..ca92d38a 100644
--- a/app_website_sale_editor/hooks.py
+++ b/app_website_sale_editor/hooks.py
@@ -1,18 +1,18 @@
# -*- coding: utf-8 -*-
# Created on 2018-10-12
-# author: 欧度智能,https://www.odooai.cn
+# author: 欧度智能,https://www.sunpop.cn
# email: 300883@qq.com
# resource of odooai
# License LGPL-3.0 or later (http://www.gnu.org/licenses/lgpl).
# Odoo在线中文用户手册(长期更新)
-# https://www.odooai.cn/documentation/user/10.0/zh_CN/index.html
+# https://www.sunpop.cn/documentation/user/10.0/zh_CN/index.html
# Odoo10离线中文用户手册下载
-# https://www.odooai.cn/odoo10_user_manual_document_offline/
+# https://www.sunpop.cn/odoo10_user_manual_document_offline/
# Odoo10离线开发手册下载-含python教程,jquery参考,Jinja2模板,PostgresSQL参考(odoo开发必备)
-# https://www.odooai.cn/odoo10_developer_document_offline/
+# https://www.sunpop.cn/odoo10_developer_document_offline/
# description:
from odoo import api, SUPERUSER_ID, _
diff --git a/app_website_sale_editor/models/__init__.py b/app_website_sale_editor/models/__init__.py
index 66d2caf5..04ec2d23 100644
--- a/app_website_sale_editor/models/__init__.py
+++ b/app_website_sale_editor/models/__init__.py
@@ -1,25 +1,25 @@
# -*- coding: utf-8 -*-
-# Part of odooai.cn. See LICENSE file for full copyright and licensing details.
+# Part of sunpop.cn. See LICENSE file for full copyright and licensing details.
# Created on 2019-04-20
-# author: 欧度智能,http://www.odooai.cn
+# author: 欧度智能,http://www.sunpop.cn
# email: 300883@qq.com
# resource of odooai
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
# Odoo12在线用户手册(长期更新)
-# http://www.odooai.cn/documentation/user/12.0/en/index.html
+# http://www.sunpop.cn/documentation/user/12.0/en/index.html
# Odoo12在线开发者手册(长期更新)
-# http://www.odooai.cn/documentation/12.0/index.html
+# http://www.sunpop.cn/documentation/12.0/index.html
# Odoo10在线中文用户手册(长期更新)
-# http://www.odooai.cn/documentation/user/10.0/zh_CN/index.html
+# http://www.sunpop.cn/documentation/user/10.0/zh_CN/index.html
# Odoo10离线中文用户手册下载
-# http://www.odooai.cn/odoo10_user_manual_document_offline/
+# http://www.sunpop.cn/odoo10_user_manual_document_offline/
# Odoo10离线开发手册下载-含python教程,jquery参考,Jinja2模板,PostgresSQL参考(odoo开发必备)
-# http://www.odooai.cn/odoo10_developer_document_offline/
+# http://www.sunpop.cn/odoo10_developer_document_offline/
# description:
# from . import models
diff --git a/app_website_sale_editor/static/description/index.html b/app_website_sale_editor/static/description/index.html
index 3a5a6002..c10a0ea5 100644
--- a/app_website_sale_editor/static/description/index.html
+++ b/app_website_sale_editor/static/description/index.html
@@ -80,15 +80,15 @@
Visit our website for more support.
- https://www.odooai.cn
+ https://www.sunpop.cn
diff --git a/l10n_cn_standard_latest/__init__.py b/l10n_cn_standard_latest/__init__.py
index 2ab65b43..1ed78213 100644
--- a/l10n_cn_standard_latest/__init__.py
+++ b/l10n_cn_standard_latest/__init__.py
@@ -5,7 +5,7 @@
# Copyright (C) 2012-2012 南京盈通 ccdos@intoerp.com
# Copyright (C) 2008-now 开阖软件 jeff@osbzr.com < PM and LTS >
# Copyright (C) 2017-now jeffery9@gmail.com
-# Copyright (C) 2018-11 欧度智能 https://www.odooai.cn
+# Copyright (C) 2018-11 欧度智能 https://www.sunpop.cn
from .hooks import pre_init_hook
from .hooks import post_init_hook
diff --git a/l10n_cn_standard_latest/__manifest__.py b/l10n_cn_standard_latest/__manifest__.py
index c2d8fa0b..d8773e43 100644
--- a/l10n_cn_standard_latest/__manifest__.py
+++ b/l10n_cn_standard_latest/__manifest__.py
@@ -5,14 +5,14 @@
# Copyright (C) 2012-2012 南京盈通 ccdos@intoerp.com
# Copyright (C) 2008-now 开阖软件 jeff@osbzr.com < PM and LTS >
# Copyright (C) 2017-now jeffery9@gmail.com
-# Copyright (C) 2018-11 欧度智能 https://www.odooai.cn
+# Copyright (C) 2018-11 欧度智能 https://www.sunpop.cn
{
'name': '2023最新中国企业会计表.Latest Chinese Accounting for odoo16',
'version': '16.23.03.01',
- 'author': 'odooai.cn',
+ 'author': 'sunpop.cn',
'category': 'Accounting/Localizations/Account Charts',
- 'website': 'https://www.odooai.cn',
+ 'website': 'https://www.sunpop.cn',
'license': 'LGPL-3',
'sequence': 12,
'summary': """
@@ -32,7 +32,7 @@
7. 注意,必须在没有业务数据,没有会计科目的初始环境。可以使用 "app_odoo_customize" 模块清除财务数据,重置会计科目。
如果是多语种环境需要自行更改翻译,主要体现在3%,6%,13%增值税处理。
- 欧度智能,odooai.cn
+ 欧度智能,sunpop.cn
The Latest Chinese Account
Including the following data in the Accounting Standards for Business Enterprises
diff --git a/l10n_cn_standard_latest/hooks.py b/l10n_cn_standard_latest/hooks.py
index aef04c5d..c817661a 100644
--- a/l10n_cn_standard_latest/hooks.py
+++ b/l10n_cn_standard_latest/hooks.py
@@ -1,18 +1,18 @@
# -*- coding: utf-8 -*-
# Created on 2017-11-22
-# author: 欧度智能,https://www.odooai.cn
+# author: 欧度智能,https://www.sunpop.cn
# email: 300883@qq.com
# resource of odooai
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
# Odoo在线中文用户手册(长期更新)
-# https://www.odooai.cn/documentation/user/10.0/zh_CN/index.html
+# https://www.sunpop.cn/documentation/user/10.0/zh_CN/index.html
# Odoo10离线中文用户手册下载
-# https://www.odooai.cn/odoo10_user_manual_document_offline/
+# https://www.sunpop.cn/odoo10_user_manual_document_offline/
# Odoo10离线开发手册下载-含python教程,jquery参考,Jinja2模板,PostgresSQL参考(odoo开发必备)
-# https://www.odooai.cn/odoo10_developer_document_offline/
+# https://www.sunpop.cn/odoo10_developer_document_offline/
# description:
from odoo import api, SUPERUSER_ID
diff --git a/l10n_cn_standard_latest/models/account_account.py b/l10n_cn_standard_latest/models/account_account.py
index 37038097..ee8d1a82 100644
--- a/l10n_cn_standard_latest/models/account_account.py
+++ b/l10n_cn_standard_latest/models/account_account.py
@@ -1,18 +1,18 @@
# -*- coding: utf-8 -*-
# Created on 2018-11-28
-# author: 欧度智能,https://www.odooai.cn
+# author: 欧度智能,https://www.sunpop.cn
# email: 300883@qq.com
# resource of odooai
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
# Odoo在线中文用户手册(长期更新)
-# https://www.odooai.cn/documentation/user/10.0/zh_CN/index.html
+# https://www.sunpop.cn/documentation/user/10.0/zh_CN/index.html
# Odoo10离线中文用户手册下载
-# https://www.odooai.cn/odoo10_user_manual_document_offline/
+# https://www.sunpop.cn/odoo10_user_manual_document_offline/
# Odoo10离线开发手册下载-含python教程,jquery参考,Jinja2模板,PostgresSQL参考(odoo开发必备)
-# https://www.odooai.cn/odoo10_developer_document_offline/
+# https://www.sunpop.cn/odoo10_developer_document_offline/
# description:
from odoo import api, fields, models, _
diff --git a/l10n_cn_standard_latest/models/account_account_template.py b/l10n_cn_standard_latest/models/account_account_template.py
index d246ba24..e551756b 100644
--- a/l10n_cn_standard_latest/models/account_account_template.py
+++ b/l10n_cn_standard_latest/models/account_account_template.py
@@ -1,18 +1,18 @@
# -*- coding: utf-8 -*-
# Created on 2018-11-28
-# author: 欧度智能,https://www.odooai.cn
+# author: 欧度智能,https://www.sunpop.cn
# email: 300883@qq.com
# resource of odooai
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
# Odoo在线中文用户手册(长期更新)
-# https://www.odooai.cn/documentation/user/10.0/zh_CN/index.html
+# https://www.sunpop.cn/documentation/user/10.0/zh_CN/index.html
# Odoo10离线中文用户手册下载
-# https://www.odooai.cn/odoo10_user_manual_document_offline/
+# https://www.sunpop.cn/odoo10_user_manual_document_offline/
# Odoo10离线开发手册下载-含python教程,jquery参考,Jinja2模板,PostgresSQL参考(odoo开发必备)
-# https://www.odooai.cn/odoo10_developer_document_offline/
+# https://www.sunpop.cn/odoo10_developer_document_offline/
# description:
from odoo import api, fields, models, exceptions, _
diff --git a/l10n_cn_standard_latest/models/account_chart_template.py b/l10n_cn_standard_latest/models/account_chart_template.py
index 9bd070b0..c8e5c8bb 100644
--- a/l10n_cn_standard_latest/models/account_chart_template.py
+++ b/l10n_cn_standard_latest/models/account_chart_template.py
@@ -1,18 +1,18 @@
# -*- coding: utf-8 -*-
# Created on 2018-11-07
-# author: 欧度智能,https://www.odooai.cn
+# author: 欧度智能,https://www.sunpop.cn
# email: 300883@qq.com
# resource of odooai
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
# Odoo在线中文用户手册(长期更新)
-# https://www.odooai.cn/documentation/user/10.0/zh_CN/index.html
+# https://www.sunpop.cn/documentation/user/10.0/zh_CN/index.html
# Odoo10离线中文用户手册下载
-# https://www.odooai.cn/odoo10_user_manual_document_offline/
+# https://www.sunpop.cn/odoo10_user_manual_document_offline/
# Odoo10离线开发手册下载-含python教程,jquery参考,Jinja2模板,PostgresSQL参考(odoo开发必备)
-# https://www.odooai.cn/odoo10_developer_document_offline/
+# https://www.sunpop.cn/odoo10_developer_document_offline/
# description:
from odoo import api, fields, models, _
diff --git a/l10n_cn_standard_latest/static/description/index.html b/l10n_cn_standard_latest/static/description/index.html
index 126634ee..e59a6a74 100644
--- a/l10n_cn_standard_latest/static/description/index.html
+++ b/l10n_cn_standard_latest/static/description/index.html
@@ -55,13 +55,13 @@
Visit our website for more support.
-https://www.odooai.cn
+https://www.sunpop.cn