diff --git a/README.md b/README.md
index 5390ae82..48877339 100644
--- a/README.md
+++ b/README.md
@@ -191,7 +191,7 @@ odoo enterprise version UI enhance.
1. Add dropdown arrow to parent menu.
2. Replace the odoo logo to your company logo in main menu.
3. Alway show search in main menu.
-广州尚鹏,Sunpop.cn 的odoo模块。企业版界面增强。
+欧度智能,odooai.cn 的odoo模块。企业版界面增强。
1. 多级菜单中出现箭头。
2. 替换主菜单界面的logo为你公司的logo。
3。 在主菜单界面让搜索可见。
@@ -219,7 +219,7 @@ Form view Responsive full width (fullwidth). Ready for small, medium, large, ext
7. 注意,必须在没有业务数据,没有会计科目的初始环境。可以使用 "app_odoo_customize" 模块清除财务数据,重置会计科目。
如果是多语种环境需要自行更改翻译,主要体现在16%增值税处理。
- 广州尚鹏,Sunpop.cn
+ 欧度智能,odooai.cn
The Latest Chinese Account
Including the following data in the Accounting Standards for Business Enterprises
包含企业会计准则以下数据
diff --git a/app_account_superbar/__manifest__.py b/app_account_superbar/__manifest__.py
index fccdbf94..fab407cd 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.sunpop.cn
+# author: 欧度智能,https://www.odooai.cn
# email: 300883@qq.com
-# resource of Sunpop
+# resource of odooai
# License LGPL-3.0 or later (http://www.gnu.org/licenses/lgpl).
# Odoo在线中文用户手册(长期更新)
-# https://www.sunpop.cn/documentation/user/10.0/zh_CN/index.html
+# https://www.odooai.cn/documentation/user/10.0/zh_CN/index.html
# Odoo10离线中文用户手册下载
-# https://www.sunpop.cn/odoo10_user_manual_document_offline/
+# https://www.odooai.cn/odoo10_user_manual_document_offline/
# Odoo10离线开发手册下载-含python教程,jquery参考,Jinja2模板,PostgresSQL参考(odoo开发必备)
-# https://www.sunpop.cn/odoo10_developer_document_offline/
+# https://www.odooai.cn/odoo10_developer_document_offline/
# description:
{
'name': "App account superbar navigator",
'version': '15.21.12.06',
- 'author': 'Sunpop.cn',
+ 'author': 'odooai.cn',
'category': 'Base',
- 'website': 'https://www.sunpop.cn',
+ 'website': 'https://www.odooai.cn',
'license': 'LGPL-3',
'sequence': 2,
'summary': """
diff --git a/app_account_superbar/hooks.py b/app_account_superbar/hooks.py
index 7edef364..2d503a3a 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.sunpop.cn
+# author: 欧度智能,https://www.odooai.cn
# email: 300883@qq.com
-# resource of Sunpop
+# resource of odooai
# License LGPL-3.0 or later (http://www.gnu.org/licenses/lgpl).
# Odoo在线中文用户手册(长期更新)
-# https://www.sunpop.cn/documentation/user/10.0/zh_CN/index.html
+# https://www.odooai.cn/documentation/user/10.0/zh_CN/index.html
# Odoo10离线中文用户手册下载
-# https://www.sunpop.cn/odoo10_user_manual_document_offline/
+# https://www.odooai.cn/odoo10_user_manual_document_offline/
# Odoo10离线开发手册下载-含python教程,jquery参考,Jinja2模板,PostgresSQL参考(odoo开发必备)
-# https://www.sunpop.cn/odoo10_developer_document_offline/
+# https://www.odooai.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 52e58d69..7ff5f50b 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.sunpop.cn
+https://www.odooai.cn
diff --git a/app_account_superbar_chinese/__manifest__.py b/app_account_superbar_chinese/__manifest__.py
index 88dbd11d..6440a73c 100644
--- a/app_account_superbar_chinese/__manifest__.py
+++ b/app_account_superbar_chinese/__manifest__.py
@@ -1,26 +1,26 @@
# -*- coding: utf-8 -*-
# Created on 2018-08-15
-# author: 广州尚鹏,https://www.sunpop.cn
+# author: 欧度智能,https://www.odooai.cn
# email: 300883@qq.com
-# resource of Sunpop
+# resource of odooai
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
# Odoo在线中文用户手册(长期更新)
-# https://www.sunpop.cn/documentation/user/10.0/zh_CN/index.html
+# https://www.odooai.cn/documentation/user/10.0/zh_CN/index.html
# Odoo10离线中文用户手册下载
-# https://www.sunpop.cn/odoo10_user_manual_document_offline/
+# https://www.odooai.cn/odoo10_user_manual_document_offline/
# Odoo10离线开发手册下载-含python教程,jquery参考,Jinja2模板,PostgresSQL参考(odoo开发必备)
-# https://www.sunpop.cn/odoo10_developer_document_offline/
+# https://www.odooai.cn/odoo10_developer_document_offline/
# description:
{
'name': "App account superbar navigator for chinese account.",
'version': '15.21.12.06',
- 'author': 'Sunpop.cn',
+ 'author': 'odooai.cn',
'category': 'Base',
- 'website': 'https://www.sunpop.cn',
+ 'website': 'https://www.odooai.cn',
'license': 'LGPL-3',
'sequence': 2,
'summary': """
diff --git a/app_account_superbar_chinese/hooks.py b/app_account_superbar_chinese/hooks.py
index f7bbfac4..67b172de 100644
--- a/app_account_superbar_chinese/hooks.py
+++ b/app_account_superbar_chinese/hooks.py
@@ -1,18 +1,18 @@
# -*- coding: utf-8 -*-
# Created on 2018-10-12
-# author: 广州尚鹏,https://www.sunpop.cn
+# author: 欧度智能,https://www.odooai.cn
# email: 300883@qq.com
-# resource of Sunpop
+# resource of odooai
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
# Odoo在线中文用户手册(长期更新)
-# https://www.sunpop.cn/documentation/user/10.0/zh_CN/index.html
+# https://www.odooai.cn/documentation/user/10.0/zh_CN/index.html
# Odoo10离线中文用户手册下载
-# https://www.sunpop.cn/odoo10_user_manual_document_offline/
+# https://www.odooai.cn/odoo10_user_manual_document_offline/
# Odoo10离线开发手册下载-含python教程,jquery参考,Jinja2模板,PostgresSQL参考(odoo开发必备)
-# https://www.sunpop.cn/odoo10_developer_document_offline/
+# https://www.odooai.cn/odoo10_developer_document_offline/
# description:
def post_init_hook(cr, pool):
diff --git a/app_account_superbar_chinese/static/description/index.html b/app_account_superbar_chinese/static/description/index.html
index 52e58d69..7ff5f50b 100644
--- a/app_account_superbar_chinese/static/description/index.html
+++ b/app_account_superbar_chinese/static/description/index.html
@@ -283,7 +283,7 @@
Visit our website for more support.
-https://www.sunpop.cn
+https://www.odooai.cn
diff --git a/app_base_chinese/__manifest__.py b/app_base_chinese/__manifest__.py
index a04bcf6d..96cc3f8c 100644
--- a/app_base_chinese/__manifest__.py
+++ b/app_base_chinese/__manifest__.py
@@ -1,27 +1,27 @@
# -*- coding: utf-8 -*-
# Created on 2018-11-05
-# author: 广州尚鹏,https://www.sunpop.cn
+# author: 欧度智能,https://www.odooai.cn
# email: 300883@qq.com
-# resource of Sunpop
+# resource of odooai
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
# Odoo在线中文用户手册(长期更新)
-# https://www.sunpop.cn/documentation/user/10.0/zh_CN/index.html
+# https://www.odooai.cn/documentation/user/10.0/zh_CN/index.html
# Odoo10离线中文用户手册下载
-# https://www.sunpop.cn/odoo10_user_manual_document_offline/
+# https://www.odooai.cn/odoo10_user_manual_document_offline/
# Odoo10离线开发手册下载-含python教程,jquery参考,Jinja2模板,PostgresSQL参考(odoo开发必备)
-# https://www.sunpop.cn/odoo10_developer_document_offline/
+# https://www.odooai.cn/odoo10_developer_document_offline/
# description:
{
'name': "App base chinese,中国化基本模块增强",
'version': '15.22.07.20',
- 'author': 'Sunpop.cn',
+ 'author': 'odooai.cn',
'category': 'Base',
- 'website': 'https://www.sunpop.cn',
+ 'website': 'https://www.odooai.cn',
'license': 'LGPL-3',
'sequence': 2,
'price': 0,
diff --git a/app_base_chinese/data/base_data.xml b/app_base_chinese/data/base_data.xml
index 703431d0..20a79438 100644
--- a/app_base_chinese/data/base_data.xml
+++ b/app_base_chinese/data/base_data.xml
@@ -4,12 +4,12 @@
- 广州尚鹏
+ 欧度智能
- 广州尚鹏
+ 欧度智能
diff --git a/app_base_chinese/hooks.py b/app_base_chinese/hooks.py
index de9af053..aa807838 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.sunpop.cn
+# author: 欧度智能,https://www.odooai.cn
# email: 300883@qq.com
-# resource of Sunpop
+# resource of odooai
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
# Odoo在线中文用户手册(长期更新)
-# https://www.sunpop.cn/documentation/user/10.0/zh_CN/index.html
+# https://www.odooai.cn/documentation/user/10.0/zh_CN/index.html
# Odoo10离线中文用户手册下载
-# https://www.sunpop.cn/odoo10_user_manual_document_offline/
+# https://www.odooai.cn/odoo10_user_manual_document_offline/
# Odoo10离线开发手册下载-含python教程,jquery参考,Jinja2模板,PostgresSQL参考(odoo开发必备)
-# https://www.sunpop.cn/odoo10_developer_document_offline/
+# https://www.odooai.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 efe242f5..3bae1a5b 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.sunpop.cn
+https://www.odooai.cn
diff --git a/app_base_superbar/__manifest__.py b/app_base_superbar/__manifest__.py
index fc4ee133..a987199c 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.sunpop.cn
+# author: 欧度智能,https://www.odooai.cn
# email: 300883@qq.com
-# resource of Sunpop
+# resource of odooai
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
# Odoo在线中文用户手册(长期更新)
-# https://www.sunpop.cn/documentation/user/10.0/zh_CN/index.html
+# https://www.odooai.cn/documentation/user/10.0/zh_CN/index.html
# Odoo10离线中文用户手册下载
-# https://www.sunpop.cn/odoo10_user_manual_document_offline/
+# https://www.odooai.cn/odoo10_user_manual_document_offline/
# Odoo10离线开发手册下载-含python教程,jquery参考,Jinja2模板,PostgresSQL参考(odoo开发必备)
-# https://www.sunpop.cn/odoo10_developer_document_offline/
+# https://www.odooai.cn/odoo10_developer_document_offline/
# description:
{
'name': "Easy Admin navigator, quick search filter",
'version': '15.21.12.06',
- 'author': 'Sunpop.cn',
+ 'author': 'odooai.cn',
'category': 'Base',
- 'website': 'https://www.sunpop.cn',
+ 'website': 'https://www.odooai.cn',
'license': 'LGPL-3',
'sequence': 10,
'summary': """
diff --git a/app_base_superbar/hooks.py b/app_base_superbar/hooks.py
index 7edef364..2d503a3a 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.sunpop.cn
+# author: 欧度智能,https://www.odooai.cn
# email: 300883@qq.com
-# resource of Sunpop
+# resource of odooai
# License LGPL-3.0 or later (http://www.gnu.org/licenses/lgpl).
# Odoo在线中文用户手册(长期更新)
-# https://www.sunpop.cn/documentation/user/10.0/zh_CN/index.html
+# https://www.odooai.cn/documentation/user/10.0/zh_CN/index.html
# Odoo10离线中文用户手册下载
-# https://www.sunpop.cn/odoo10_user_manual_document_offline/
+# https://www.odooai.cn/odoo10_user_manual_document_offline/
# Odoo10离线开发手册下载-含python教程,jquery参考,Jinja2模板,PostgresSQL参考(odoo开发必备)
-# https://www.sunpop.cn/odoo10_developer_document_offline/
+# https://www.odooai.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 783a7c92..d60ab3da 100644
--- a/app_base_superbar/static/description/index.html
+++ b/app_base_superbar/static/description/index.html
@@ -474,7 +474,7 @@
Visit our website for more support.
-https://www.sunpop.cn
+https://www.odooai.cn
diff --git a/app_chatgpt/__manifest__.py b/app_chatgpt/__manifest__.py
index d90c41a7..f82de2c0 100644
--- a/app_chatgpt/__manifest__.py
+++ b/app_chatgpt/__manifest__.py
@@ -1,9 +1,9 @@
# -*- coding: utf-8 -*-
# Created on 2023-02-016
-# author: 广州尚鹏,https://www.sunpop.cn
+# author: 欧度智能,https://www.odooai.cn
# email: 300883@qq.com
-# resource of Sunpop
+# resource of odooai
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
# Copyright (c) 2020-Present InTechual Solutions. ()
@@ -11,11 +11,11 @@
{
'name': 'Latest ChatGPT AI Center. GPT 3.5 Turbo, Dall-E Image.Multi Robot Support. Chat and Training',
'version': '15.23.03.05',
- 'author': 'Sunpop.cn',
- 'company': 'Sunpop.cn',
- 'maintainer': 'Sunpop.cn',
+ 'author': 'odooai.cn',
+ 'company': 'odooai.cn',
+ 'maintainer': 'odooai.cn',
'category': 'Website/Website',
- 'website': 'https://www.sunpop.cn',
+ 'website': 'https://www.odooai.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 b36a5c50..9e061d12 100644
--- a/app_chatgpt/data/user_partner_data.xml
+++ b/app_chatgpt/data/user_partner_data.xml
@@ -6,7 +6,7 @@
- chatgpt@sunpop.cn
+ chatgpt@odooai.cn
chatgpt
@@ -21,8 +21,8 @@
- chatgpt1@sunpop.cn
- chatgpt1@sunpop.cn
+ chatgpt1@odooai.cn
+ chatgpt1@odooai.cn
chatgpt
@@ -37,8 +37,8 @@
- chatgpt2@sunpop.cn
- chatgpt2@sunpop.cn
+ chatgpt2@odooai.cn
+ chatgpt2@odooai.cn
chatgpt
diff --git a/app_chatgpt/static/description/index.html b/app_chatgpt/static/description/index.html
index 1557e0ff..f5a03aea 100644
--- a/app_chatgpt/static/description/index.html
+++ b/app_chatgpt/static/description/index.html
@@ -183,15 +183,15 @@
Visit our website for more support.
- https://www.sunpop.cn
+ https://www.odooai.cn
diff --git a/app_common/__manifest__.py b/app_common/__manifest__.py
index 929fb5b4..67eb35ce 100644
--- a/app_common/__manifest__.py
+++ b/app_common/__manifest__.py
@@ -1,27 +1,27 @@
# -*- coding: utf-8 -*-
# Created on 20120-01-05
-# author: 广州尚鹏,https://www.sunpop.cn
+# author: 欧度智能,https://www.odooai.cn
# email: 300883@qq.com
-# resource of Sunpop
+# resource of odooai
# License LGPL-3.0 or later (http://www.gnu.org/licenses/lgpl).
# Odoo12在线用户手册(长期更新)
-# https://www.sunpop.cn/documentation/user/12.0/zh_CN/index.html
+# https://www.odooai.cn/documentation/user/12.0/zh_CN/index.html
# Odoo12在线开发者手册(长期更新)
-# https://www.sunpop.cn/documentation/12.0/index.html
+# https://www.odooai.cn/documentation/12.0/index.html
# Odoo10在线中文用户手册(长期更新)
-# https://www.sunpop.cn/documentation/user/10.0/zh_CN/index.html
+# https://www.odooai.cn/documentation/user/10.0/zh_CN/index.html
# Odoo10离线中文用户手册下载
-# https://www.sunpop.cn/odoo10_user_manual_document_offline/
+# https://www.odooai.cn/odoo10_user_manual_document_offline/
# Odoo10离线开发手册下载-含python教程,jquery参考,Jinja2模板,PostgresSQL参考(odoo开发必备)
-# https://www.sunpop.cn/odoo10_developer_document_offline/
+# https://www.odooai.cn/odoo10_developer_document_offline/
##############################################################################
-# Copyright (C) 2009-TODAY Sunpop.cn Ltd. https://www.sunpop.cn
+# Copyright (C) 2009-TODAY odooai.cn Ltd. https://www.odooai.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.
@@ -32,18 +32,18 @@
##############################################################################
{
- 'name': "Sunpop Odooapp Common Func",
+ 'name': "odooai Odooapp Common Func",
'version': '15.21.11.30',
- 'author': 'Sunpop.cn',
+ 'author': 'odooai.cn',
'category': 'Base',
- 'website': 'https://www.sunpop.cn',
+ 'website': 'https://www.odooai.cn',
'license': 'LGPL-3',
'sequence': 2,
'price': 0.00,
'currency': 'EUR',
'images': ['static/description/banner.png'],
'summary': '''
- Core for common use sunpop apps.
+ Core for common use odooai apps.
基础核心,必须没有要被依赖字段及视图等,实现auto_install
''',
'description': '''
diff --git a/app_common/hooks.py b/app_common/hooks.py
index 3ba52cbf..40a5ccf5 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.sunpop.cn
+# author: 欧度智能,https://www.odooai.cn
# email: 300883@qq.com
-# resource of Sunpop
+# resource of odooai
# License LGPL-3.0 or later (http://www.gnu.org/licenses/lgpl).
# Odoo在线中文用户手册(长期更新)
-# https://www.sunpop.cn/documentation/user/10.0/zh_CN/index.html
+# https://www.odooai.cn/documentation/user/10.0/zh_CN/index.html
# Odoo10离线中文用户手册下载
-# https://www.sunpop.cn/odoo10_user_manual_document_offline/
+# https://www.odooai.cn/odoo10_user_manual_document_offline/
# Odoo10离线开发手册下载-含python教程,jquery参考,Jinja2模板,PostgresSQL参考(odoo开发必备)
-# https://www.sunpop.cn/odoo10_developer_document_offline/
+# https://www.odooai.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 4458ab01..1aad5890 100644
--- a/app_common/models/__init__.py
+++ b/app_common/models/__init__.py
@@ -1,25 +1,25 @@
# -*- coding: utf-8 -*-
-# Part of Sunpop.cn. See LICENSE file for full copyright and licensing details.
+# Part of odooai.cn. See LICENSE file for full copyright and licensing details.
# Created on 2019-04-20
-# author: 广州尚鹏,http://www.sunpop.cn
+# author: 欧度智能,http://www.odooai.cn
# email: 300883@qq.com
-# resource of Sunpop
+# resource of odooai
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
# Odoo12在线用户手册(长期更新)
-# http://www.sunpop.cn/documentation/user/12.0/en/index.html
+# http://www.odooai.cn/documentation/user/12.0/en/index.html
# Odoo12在线开发者手册(长期更新)
-# http://www.sunpop.cn/documentation/12.0/index.html
+# http://www.odooai.cn/documentation/12.0/index.html
# Odoo10在线中文用户手册(长期更新)
-# http://www.sunpop.cn/documentation/user/10.0/zh_CN/index.html
+# http://www.odooai.cn/documentation/user/10.0/zh_CN/index.html
# Odoo10离线中文用户手册下载
-# http://www.sunpop.cn/odoo10_user_manual_document_offline/
+# http://www.odooai.cn/odoo10_user_manual_document_offline/
# Odoo10离线开发手册下载-含python教程,jquery参考,Jinja2模板,PostgresSQL参考(odoo开发必备)
-# http://www.sunpop.cn/odoo10_developer_document_offline/
+# http://www.odooai.cn/odoo10_developer_document_offline/
# description:
from . import base
diff --git a/app_common/static/description/index.html b/app_common/static/description/index.html
index ce01362d..55135c19 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.sunpop.cn
+https://www.odooai.cn
diff --git a/app_contacts_superbar/__manifest__.py b/app_contacts_superbar/__manifest__.py
index f5837a5d..9135bbbb 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.sunpop.cn
+# author: 欧度智能,https://www.odooai.cn
# email: 300883@qq.com
-# resource of Sunpop
+# resource of odooai
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
# Odoo在线中文用户手册(长期更新)
-# https://www.sunpop.cn/documentation/user/10.0/zh_CN/index.html
+# https://www.odooai.cn/documentation/user/10.0/zh_CN/index.html
# Odoo10离线中文用户手册下载
-# https://www.sunpop.cn/odoo10_user_manual_document_offline/
+# https://www.odooai.cn/odoo10_user_manual_document_offline/
# Odoo10离线开发手册下载-含python教程,jquery参考,Jinja2模板,PostgresSQL参考(odoo开发必备)
-# https://www.sunpop.cn/odoo10_developer_document_offline/
+# https://www.odooai.cn/odoo10_developer_document_offline/
# description:
{
'name': "App contacts by category company superbar",
'version': '15.21.12.06',
- 'author': 'Sunpop.cn',
+ 'author': 'odooai.cn',
'category': 'Base',
- 'website': 'https://www.sunpop.cn',
+ 'website': 'https://www.odooai.cn',
'license': 'LGPL-3',
'sequence': 2,
'summary': """
diff --git a/app_contacts_superbar/hooks.py b/app_contacts_superbar/hooks.py
index f7bbfac4..67b172de 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.sunpop.cn
+# author: 欧度智能,https://www.odooai.cn
# email: 300883@qq.com
-# resource of Sunpop
+# resource of odooai
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
# Odoo在线中文用户手册(长期更新)
-# https://www.sunpop.cn/documentation/user/10.0/zh_CN/index.html
+# https://www.odooai.cn/documentation/user/10.0/zh_CN/index.html
# Odoo10离线中文用户手册下载
-# https://www.sunpop.cn/odoo10_user_manual_document_offline/
+# https://www.odooai.cn/odoo10_user_manual_document_offline/
# Odoo10离线开发手册下载-含python教程,jquery参考,Jinja2模板,PostgresSQL参考(odoo开发必备)
-# https://www.sunpop.cn/odoo10_developer_document_offline/
+# https://www.odooai.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 8b78a895..4b1f1b96 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.sunpop.cn
+https://www.odooai.cn
diff --git a/app_hr_superbar/__manifest__.py b/app_hr_superbar/__manifest__.py
index 70fe0eb7..6421f443 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.sunpop.cn
+# author: 欧度智能,https://www.odooai.cn
# email: 300883@qq.com
-# resource of Sunpop
+# resource of odooai
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
# Odoo在线中文用户手册(长期更新)
-# https://www.sunpop.cn/documentation/user/10.0/zh_CN/index.html
+# https://www.odooai.cn/documentation/user/10.0/zh_CN/index.html
# Odoo10离线中文用户手册下载
-# https://www.sunpop.cn/odoo10_user_manual_document_offline/
+# https://www.odooai.cn/odoo10_user_manual_document_offline/
# Odoo10离线开发手册下载-含python教程,jquery参考,Jinja2模板,PostgresSQL参考(odoo开发必备)
-# https://www.sunpop.cn/odoo10_developer_document_offline/
+# https://www.odooai.cn/odoo10_developer_document_offline/
# description:
{
'name': "Employee Navigator by department, hr superbar",
'version': '15.21.12.06',
- 'author': 'Sunpop.cn',
+ 'author': 'odooai.cn',
'category': 'Human Resources',
- 'website': 'https://www.sunpop.cn',
+ 'website': 'https://www.odooai.cn',
'license': 'LGPL-3',
'sequence': 2,
'summary': """
diff --git a/app_hr_superbar/hooks.py b/app_hr_superbar/hooks.py
index 7edef364..2d503a3a 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.sunpop.cn
+# author: 欧度智能,https://www.odooai.cn
# email: 300883@qq.com
-# resource of Sunpop
+# resource of odooai
# License LGPL-3.0 or later (http://www.gnu.org/licenses/lgpl).
# Odoo在线中文用户手册(长期更新)
-# https://www.sunpop.cn/documentation/user/10.0/zh_CN/index.html
+# https://www.odooai.cn/documentation/user/10.0/zh_CN/index.html
# Odoo10离线中文用户手册下载
-# https://www.sunpop.cn/odoo10_user_manual_document_offline/
+# https://www.odooai.cn/odoo10_user_manual_document_offline/
# Odoo10离线开发手册下载-含python教程,jquery参考,Jinja2模板,PostgresSQL参考(odoo开发必备)
-# https://www.sunpop.cn/odoo10_developer_document_offline/
+# https://www.odooai.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 b879ea51..d503234a 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.sunpop.cn
+https://www.odooai.cn
diff --git a/app_hr_ztree/__manifest__.py b/app_hr_ztree/__manifest__.py
index c7682021..126571ed 100644
--- a/app_hr_ztree/__manifest__.py
+++ b/app_hr_ztree/__manifest__.py
@@ -1,26 +1,26 @@
# -*- coding: utf-8 -*-
# Created on 2018-08-15
-# author: 广州尚鹏,https://www.sunpop.cn
+# author: 欧度智能,https://www.odooai.cn
# email: 300883@qq.com
-# resource of Sunpop
+# resource of odooai
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
# Odoo在线中文用户手册(长期更新)
-# https://www.sunpop.cn/documentation/user/10.0/zh_CN/index.html
+# https://www.odooai.cn/documentation/user/10.0/zh_CN/index.html
# Odoo10离线中文用户手册下载
-# https://www.sunpop.cn/odoo10_user_manual_document_offline/
+# https://www.odooai.cn/odoo10_user_manual_document_offline/
# Odoo10离线开发手册下载-含python教程,jquery参考,Jinja2模板,PostgresSQL参考(odoo开发必备)
-# https://www.sunpop.cn/odoo10_developer_document_offline/
+# https://www.odooai.cn/odoo10_developer_document_offline/
# description:
{
'name': "App HR department ztree, parent children tree",
'version': '15.21.12.06',
- 'author': 'Sunpop.cn',
+ 'author': 'odooai.cn',
'category': 'Base',
- 'website': 'https://www.sunpop.cn',
+ 'website': 'https://www.odooai.cn',
'license': 'LGPL-3',
'sequence': 2,
'summary': """
diff --git a/app_hr_ztree/hooks.py b/app_hr_ztree/hooks.py
index 7edef364..2d503a3a 100644
--- a/app_hr_ztree/hooks.py
+++ b/app_hr_ztree/hooks.py
@@ -1,18 +1,18 @@
# -*- coding: utf-8 -*-
# Created on 2018-10-12
-# author: 广州尚鹏,https://www.sunpop.cn
+# author: 欧度智能,https://www.odooai.cn
# email: 300883@qq.com
-# resource of Sunpop
+# resource of odooai
# License LGPL-3.0 or later (http://www.gnu.org/licenses/lgpl).
# Odoo在线中文用户手册(长期更新)
-# https://www.sunpop.cn/documentation/user/10.0/zh_CN/index.html
+# https://www.odooai.cn/documentation/user/10.0/zh_CN/index.html
# Odoo10离线中文用户手册下载
-# https://www.sunpop.cn/odoo10_user_manual_document_offline/
+# https://www.odooai.cn/odoo10_user_manual_document_offline/
# Odoo10离线开发手册下载-含python教程,jquery参考,Jinja2模板,PostgresSQL参考(odoo开发必备)
-# https://www.sunpop.cn/odoo10_developer_document_offline/
+# https://www.odooai.cn/odoo10_developer_document_offline/
# description:
def post_init_hook(cr, pool):
diff --git a/app_hr_ztree/static/description/index.html b/app_hr_ztree/static/description/index.html
index 9dbcbd0d..099513de 100644
--- a/app_hr_ztree/static/description/index.html
+++ b/app_hr_ztree/static/description/index.html
@@ -173,7 +173,7 @@
Visit our website for more support.
-https://www.sunpop.cn
+https://www.odooai.cn
diff --git a/app_mail_superbar/__manifest__.py b/app_mail_superbar/__manifest__.py
index 4be0df84..2e08c4c4 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.sunpop.cn
+# author: 欧度智能,https://www.odooai.cn
# email: 300883@qq.com
-# resource of Sunpop
+# resource of odooai
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
# Odoo在线中文用户手册(长期更新)
-# https://www.sunpop.cn/documentation/user/10.0/zh_CN/index.html
+# https://www.odooai.cn/documentation/user/10.0/zh_CN/index.html
# Odoo10离线中文用户手册下载
-# https://www.sunpop.cn/odoo10_user_manual_document_offline/
+# https://www.odooai.cn/odoo10_user_manual_document_offline/
# Odoo10离线开发手册下载-含python教程,jquery参考,Jinja2模板,PostgresSQL参考(odoo开发必备)
-# https://www.sunpop.cn/odoo10_developer_document_offline/
+# https://www.odooai.cn/odoo10_developer_document_offline/
# description:
{
'name': "Mail quick navigator,mail filter",
'version': '15.21.12.06',
- 'author': 'Sunpop.cn',
+ 'author': 'odooai.cn',
'category': 'Base',
- 'website': 'https://www.sunpop.cn',
+ 'website': 'https://www.odooai.cn',
'license': 'LGPL-3',
'sequence': 10,
'summary': """
diff --git a/app_mail_superbar/hooks.py b/app_mail_superbar/hooks.py
index 7edef364..2d503a3a 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.sunpop.cn
+# author: 欧度智能,https://www.odooai.cn
# email: 300883@qq.com
-# resource of Sunpop
+# resource of odooai
# License LGPL-3.0 or later (http://www.gnu.org/licenses/lgpl).
# Odoo在线中文用户手册(长期更新)
-# https://www.sunpop.cn/documentation/user/10.0/zh_CN/index.html
+# https://www.odooai.cn/documentation/user/10.0/zh_CN/index.html
# Odoo10离线中文用户手册下载
-# https://www.sunpop.cn/odoo10_user_manual_document_offline/
+# https://www.odooai.cn/odoo10_user_manual_document_offline/
# Odoo10离线开发手册下载-含python教程,jquery参考,Jinja2模板,PostgresSQL参考(odoo开发必备)
-# https://www.sunpop.cn/odoo10_developer_document_offline/
+# https://www.odooai.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 e4380a7f..387496c6 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.sunpop.cn
+https://www.odooai.cn
diff --git a/app_module_superbar/__manifest__.py b/app_module_superbar/__manifest__.py
index e283866a..a2f544b1 100644
--- a/app_module_superbar/__manifest__.py
+++ b/app_module_superbar/__manifest__.py
@@ -1,26 +1,26 @@
# -*- coding: utf-8 -*-
# Created on 2018-08-15
-# author: 广州尚鹏,https://www.sunpop.cn
+# author: 欧度智能,https://www.odooai.cn
# email: 300883@qq.com
-# resource of Sunpop
+# resource of odooai
# License LGPL-3.0 or later (http://www.gnu.org/licenses/lgpl).
# Odoo在线中文用户手册(长期更新)
-# https://www.sunpop.cn/documentation/user/10.0/zh_CN/index.html
+# https://www.odooai.cn/documentation/user/10.0/zh_CN/index.html
# Odoo10离线中文用户手册下载
-# https://www.sunpop.cn/odoo10_user_manual_document_offline/
+# https://www.odooai.cn/odoo10_user_manual_document_offline/
# Odoo10离线开发手册下载-含python教程,jquery参考,Jinja2模板,PostgresSQL参考(odoo开发必备)
-# https://www.sunpop.cn/odoo10_developer_document_offline/
+# https://www.odooai.cn/odoo10_developer_document_offline/
# description:
{
'name': "Apps Navigator by Category, Module Navigator",
'version': '15.21.12.06',
- 'author': 'Sunpop.cn',
+ 'author': 'odooai.cn',
'category': 'Base',
- 'website': 'https://www.sunpop.cn',
+ 'website': 'https://www.odooai.cn',
'license': 'LGPL-3',
'sequence': 2,
'summary': """
diff --git a/app_module_superbar/hooks.py b/app_module_superbar/hooks.py
index f7bbfac4..67b172de 100644
--- a/app_module_superbar/hooks.py
+++ b/app_module_superbar/hooks.py
@@ -1,18 +1,18 @@
# -*- coding: utf-8 -*-
# Created on 2018-10-12
-# author: 广州尚鹏,https://www.sunpop.cn
+# author: 欧度智能,https://www.odooai.cn
# email: 300883@qq.com
-# resource of Sunpop
+# resource of odooai
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
# Odoo在线中文用户手册(长期更新)
-# https://www.sunpop.cn/documentation/user/10.0/zh_CN/index.html
+# https://www.odooai.cn/documentation/user/10.0/zh_CN/index.html
# Odoo10离线中文用户手册下载
-# https://www.sunpop.cn/odoo10_user_manual_document_offline/
+# https://www.odooai.cn/odoo10_user_manual_document_offline/
# Odoo10离线开发手册下载-含python教程,jquery参考,Jinja2模板,PostgresSQL参考(odoo开发必备)
-# https://www.sunpop.cn/odoo10_developer_document_offline/
+# https://www.odooai.cn/odoo10_developer_document_offline/
# description:
def post_init_hook(cr, pool):
diff --git a/app_module_superbar/static/description/index.html b/app_module_superbar/static/description/index.html
index 78282f7e..139f3250 100644
--- a/app_module_superbar/static/description/index.html
+++ b/app_module_superbar/static/description/index.html
@@ -324,7 +324,7 @@
Visit our website for more support.
-https://www.sunpop.cn
+https://www.odooai.cn
diff --git a/app_mrp_production_zchart/__manifest__.py b/app_mrp_production_zchart/__manifest__.py
index c1a3567c..818c4b8f 100644
--- a/app_mrp_production_zchart/__manifest__.py
+++ b/app_mrp_production_zchart/__manifest__.py
@@ -1,32 +1,32 @@
# -*- coding: utf-8 -*-
# Created on 2019-01-04
-# author: 广州尚鹏,https://www.sunpop.cn
+# author: 欧度智能,https://www.odooai.cn
# email: 300883@qq.com
-# resource of Sunpop
+# resource of odooai
# License LGPL-3.0 or later (http://www.gnu.org/licenses/lgpl).
# Odoo12在线用户手册(长期更新)
-# https://www.sunpop.cn/documentation/user/12.0/en/index.html
+# https://www.odooai.cn/documentation/user/12.0/en/index.html
# Odoo12在线开发者手册(长期更新)
-# https://www.sunpop.cn/documentation/12.0/index.html
+# https://www.odooai.cn/documentation/12.0/index.html
# Odoo10在线中文用户手册(长期更新)
-# https://www.sunpop.cn/documentation/user/10.0/zh_CN/index.html
+# https://www.odooai.cn/documentation/user/10.0/zh_CN/index.html
# Odoo10离线中文用户手册下载
-# https://www.sunpop.cn/odoo10_user_manual_document_offline/
+# https://www.odooai.cn/odoo10_user_manual_document_offline/
# Odoo10离线开发手册下载-含python教程,jquery参考,Jinja2模板,PostgresSQL参考(odoo开发必备)
-# https://www.sunpop.cn/odoo10_developer_document_offline/
+# https://www.odooai.cn/odoo10_developer_document_offline/
{
'name': 'MRP Production zChart Hierarchy, 生产单多层级结构图',
'version': '15.21.12.06',
- 'author': 'Sunpop.cn',
+ 'author': 'odooai.cn',
'category': 'Base',
- 'website': 'https://www.sunpop.cn',
+ 'website': 'https://www.odooai.cn',
'license': 'LGPL-3',
'sequence': 2,
'summary': """
diff --git a/app_mrp_production_zchart/static/description/index.html b/app_mrp_production_zchart/static/description/index.html
index b56fbf45..aa938b59 100644
--- a/app_mrp_production_zchart/static/description/index.html
+++ b/app_mrp_production_zchart/static/description/index.html
@@ -205,7 +205,7 @@
Visit our website for more support.
-https://www.sunpop.cn
+https://www.odooai.cn
diff --git a/app_mrp_superbar/__manifest__.py b/app_mrp_superbar/__manifest__.py
index 8d02ddcc..51c82c62 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.sunpop.cn
+# author: 欧度智能,https://www.odooai.cn
# email: 300883@qq.com
-# resource of Sunpop
+# resource of odooai
# License LGPL-3.0 or later (http://www.gnu.org/licenses/lgpl).
# Odoo在线中文用户手册(长期更新)
-# https://www.sunpop.cn/documentation/user/10.0/zh_CN/index.html
+# https://www.odooai.cn/documentation/user/10.0/zh_CN/index.html
# Odoo10离线中文用户手册下载
-# https://www.sunpop.cn/odoo10_user_manual_document_offline/
+# https://www.odooai.cn/odoo10_user_manual_document_offline/
# Odoo10离线开发手册下载-含python教程,jquery参考,Jinja2模板,PostgresSQL参考(odoo开发必备)
-# https://www.sunpop.cn/odoo10_developer_document_offline/
+# https://www.odooai.cn/odoo10_developer_document_offline/
# description:
{
'name': "App mrp Manufacturing Orders browse by state workcenter navigator",
'version': '15.21.12.06',
- 'author': 'Sunpop.cn',
+ 'author': 'odooai.cn',
'category': 'Base',
- 'website': 'https://www.sunpop.cn',
+ 'website': 'https://www.odooai.cn',
'license': 'LGPL-3',
'sequence': 2,
'summary': """
diff --git a/app_mrp_superbar/hooks.py b/app_mrp_superbar/hooks.py
index f7bbfac4..67b172de 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.sunpop.cn
+# author: 欧度智能,https://www.odooai.cn
# email: 300883@qq.com
-# resource of Sunpop
+# resource of odooai
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
# Odoo在线中文用户手册(长期更新)
-# https://www.sunpop.cn/documentation/user/10.0/zh_CN/index.html
+# https://www.odooai.cn/documentation/user/10.0/zh_CN/index.html
# Odoo10离线中文用户手册下载
-# https://www.sunpop.cn/odoo10_user_manual_document_offline/
+# https://www.odooai.cn/odoo10_user_manual_document_offline/
# Odoo10离线开发手册下载-含python教程,jquery参考,Jinja2模板,PostgresSQL参考(odoo开发必备)
-# https://www.sunpop.cn/odoo10_developer_document_offline/
+# https://www.odooai.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 16b7be24..aa22aa48 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.sunpop.cn
+https://www.odooai.cn
diff --git a/app_mrp_workcenter_zchart/__manifest__.py b/app_mrp_workcenter_zchart/__manifest__.py
index 7f5a8c37..d41f2012 100644
--- a/app_mrp_workcenter_zchart/__manifest__.py
+++ b/app_mrp_workcenter_zchart/__manifest__.py
@@ -1,27 +1,27 @@
# -*- coding: utf-8 -*-
# Created on 2019-05-26
-# author: 广州尚鹏,https://www.sunpop.cn
+# author: 欧度智能,https://www.odooai.cn
# email: 300883@qq.com
-# resource of Sunpop
+# resource of odooai
# License LGPL-3.0 or later (http://www.gnu.org/licenses/lgpl).
# Odoo12在线用户手册(长期更新)
-# https://www.sunpop.cn/documentation/user/12.0/zh_CN/index.html
+# https://www.odooai.cn/documentation/user/12.0/zh_CN/index.html
# Odoo12在线开发者手册(长期更新)
-# https://www.sunpop.cn/documentation/12.0/index.html
+# https://www.odooai.cn/documentation/12.0/index.html
# Odoo10在线中文用户手册(长期更新)
-# https://www.sunpop.cn/documentation/user/10.0/zh_CN/index.html
+# https://www.odooai.cn/documentation/user/10.0/zh_CN/index.html
# Odoo10离线中文用户手册下载
-# https://www.sunpop.cn/odoo10_user_manual_document_offline/
+# https://www.odooai.cn/odoo10_user_manual_document_offline/
# Odoo10离线开发手册下载-含python教程,jquery参考,Jinja2模板,PostgresSQL参考(odoo开发必备)
-# https://www.sunpop.cn/odoo10_developer_document_offline/
+# https://www.odooai.cn/odoo10_developer_document_offline/
##############################################################################
-# Copyright (C) 2009-TODAY Sunpop.cn Ltd. https://www.sunpop.cn
+# Copyright (C) 2009-TODAY odooai.cn Ltd. https://www.odooai.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': "MRP Workcenter zChart Parent Child Hierarchy,工作中心分级",
'version': '15.21.12.06',
- 'author': 'Sunpop.cn',
+ 'author': 'odooai.cn',
'category': 'Base',
- 'website': 'https://www.sunpop.cn',
+ 'website': 'https://www.odooai.cn',
'license': 'LGPL-3',
'sequence': 2,
'price': 0.00,
@@ -51,7 +51,7 @@
'app_mrp_production_chart',
],
'summary': """
- Odoo App of Sunpop.cn
+ Odoo App of odooai.cn
""",
'description': """
Support Odoo 14,13,12,11, Enterprise and Community Edition
diff --git a/app_mrp_workcenter_zchart/hooks.py b/app_mrp_workcenter_zchart/hooks.py
index 3ba52cbf..40a5ccf5 100644
--- a/app_mrp_workcenter_zchart/hooks.py
+++ b/app_mrp_workcenter_zchart/hooks.py
@@ -1,18 +1,18 @@
# -*- coding: utf-8 -*-
# Created on 2018-10-12
-# author: 广州尚鹏,https://www.sunpop.cn
+# author: 欧度智能,https://www.odooai.cn
# email: 300883@qq.com
-# resource of Sunpop
+# resource of odooai
# License LGPL-3.0 or later (http://www.gnu.org/licenses/lgpl).
# Odoo在线中文用户手册(长期更新)
-# https://www.sunpop.cn/documentation/user/10.0/zh_CN/index.html
+# https://www.odooai.cn/documentation/user/10.0/zh_CN/index.html
# Odoo10离线中文用户手册下载
-# https://www.sunpop.cn/odoo10_user_manual_document_offline/
+# https://www.odooai.cn/odoo10_user_manual_document_offline/
# Odoo10离线开发手册下载-含python教程,jquery参考,Jinja2模板,PostgresSQL参考(odoo开发必备)
-# https://www.sunpop.cn/odoo10_developer_document_offline/
+# https://www.odooai.cn/odoo10_developer_document_offline/
# description:
from odoo import api, SUPERUSER_ID, _
diff --git a/app_mrp_workcenter_zchart/static/description/index.html b/app_mrp_workcenter_zchart/static/description/index.html
index cf3afb51..8352d989 100644
--- a/app_mrp_workcenter_zchart/static/description/index.html
+++ b/app_mrp_workcenter_zchart/static/description/index.html
@@ -57,13 +57,13 @@
Visit our website for more support.
-https://www.sunpop.cn
+https://www.odooai.cn
diff --git a/app_odoo_customize/__manifest__.py b/app_odoo_customize/__manifest__.py
index 4c0fd99e..6a48f85b 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.sunpop.cn
+# author: 欧度智能,https://www.odooai.cn
# email: 300883@qq.com
-# resource of Sunpop
+# resource of odooai
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
# Odoo12在线用户手册(长期更新)
-# https://www.sunpop.cn/documentation/user/12.0/en/index.html
+# https://www.odooai.cn/documentation/user/12.0/en/index.html
# Odoo12在线开发者手册(长期更新)
-# https://www.sunpop.cn/documentation/12.0/index.html
+# https://www.odooai.cn/documentation/12.0/index.html
# Odoo10在线中文用户手册(长期更新)
-# https://www.sunpop.cn/documentation/user/10.0/zh_CN/index.html
+# https://www.odooai.cn/documentation/user/10.0/zh_CN/index.html
# Odoo10离线中文用户手册下载
-# https://www.sunpop.cn/odoo10_user_manual_document_offline/
+# https://www.odooai.cn/odoo10_user_manual_document_offline/
# Odoo10离线开发手册下载-含python教程,jquery参考,Jinja2模板,PostgresSQL参考(odoo开发必备)
-# https://www.sunpop.cn/odoo10_developer_document_offline/
+# https://www.odooai.cn/odoo10_developer_document_offline/
# description:
{
'name': 'odoo 16,15 Customize OEM(Boost, Data reset)',
'version': '15.23.02.22',
- 'author': 'Sunpop.cn',
+ 'author': 'odooai.cn',
'category': 'Productivity',
- 'website': 'https://www.sunpop.cn',
+ 'website': 'https://www.odooai.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 97f292e0..a3baa335 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 794b1da5..e625b183 100644
--- a/app_odoo_customize/data/ir_config_parameter_data.xml
+++ b/app_odoo_customize/data/ir_config_parameter_data.xml
@@ -12,12 +12,12 @@
-
-
-
+
+
+
-
-
+
+
diff --git a/app_odoo_customize/data/ir_module_module_data.xml b/app_odoo_customize/data/ir_module_module_data.xml
index 710457d2..4280360b 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.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
+ https://www.odooai.cn
diff --git a/app_odoo_customize/data/res_company_data.xml b/app_odoo_customize/data/res_company_data.xml
index a49f19dd..8d3b6cfa 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.sunpop.cn
+ https://www.odooai.cn
\ No newline at end of file
diff --git a/app_odoo_customize/hooks.py b/app_odoo_customize/hooks.py
index 507bc547..14dd0988 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.sunpop.cn
+# author: 欧度智能,https://www.odooai.cn
# email: 300883@qq.com
-# resource of Sunpop
+# resource of odooai
# License LGPL-3.0 or later (http://www.gnu.org/licenses/lgpl).
# Odoo在线中文用户手册(长期更新)
-# https://www.sunpop.cn/documentation/user/10.0/zh_CN/index.html
+# https://www.odooai.cn/documentation/user/10.0/zh_CN/index.html
# Odoo10离线中文用户手册下载
-# https://www.sunpop.cn/odoo10_user_manual_document_offline/
+# https://www.odooai.cn/odoo10_user_manual_document_offline/
# Odoo10离线开发手册下载-含python教程,jquery参考,Jinja2模板,PostgresSQL参考(odoo开发必备)
-# https://www.sunpop.cn/odoo10_developer_document_offline/
+# https://www.odooai.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.sunpop.cn', 'OEEL%')
+ sql = "UPDATE ir_module_module SET website = '%s' WHERE license like '%s' and website <> ''" % ('https://www.odooai.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 dbf1907f..9b944299 100644
--- a/app_odoo_customize/i18n/zh_CN.po
+++ b/app_odoo_customize/i18n/zh_CN.po
@@ -19,8 +19,8 @@ msgstr ""
#. openerp-web
#: code:addons/app_odoo_customize/static/src/xml/res_config_edition.xml:0
#, python-format
-msgid "(Sunpop.cn Professional Edition)"
-msgstr "(Sunpop.cn 专业版)"
+msgid "(odooai.cn Professional Edition)"
+msgstr "(odooai.cn 专业版)"
#. module: app_odoo_customize
#: model_terms:ir.ui.view,arch_db:app_odoo_customize.view_app_theme_config_settings
@@ -321,7 +321,7 @@ msgstr "您确认要删除指定数据?"
#. module: app_odoo_customize
#: model_terms:ir.ui.view,arch_db:app_odoo_customize.replace_login
msgid "Powered by odooApp"
-msgstr "技术支持 Sunpop.cn"
+msgstr "技术支持 odooai.cn"
#. module: app_odoo_customize
#: model:ir.actions.server,name:app_odoo_customize.action_server_module_multi_refresh_po
@@ -478,8 +478,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.sunpop.cn"
-msgstr "请访问我们的网站获取更多支持. http://www.sunpop.cn"
+msgid "Visit our website for more apps and Support. https://www.odooai.cn"
+msgstr "请访问我们的网站获取更多支持. http://www.odooai.cn"
#. module: app_odoo_customize
#: model:ir.model,name:app_odoo_customize.model_web_environment_ribbon_backend
diff --git a/app_odoo_customize/models/res_config_settings.py b/app_odoo_customize/models/res_config_settings.py
index 98176652..0703b9f6 100644
--- a/app_odoo_customize/models/res_config_settings.py
+++ b/app_odoo_customize/models/res_config_settings.py
@@ -52,14 +52,14 @@ class ResConfigSettings(models.TransientModel):
app_show_poweredby = True if ir_config.get_param('app_show_poweredby') == "True" else False
app_documentation_url = ir_config.get_param('app_documentation_url',
- default='https://www.sunpop.cn/documentation/user/12.0/en/index.html')
+ default='https://www.odooai.cn/documentation/user/12.0/en/index.html')
app_documentation_dev_url = ir_config.get_param('app_documentation_dev_url',
- 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/')
+ default='https://www.odooai.cn/documentation/12.0/index.html')
+ app_support_url = ir_config.get_param('app_support_url', default='https://www.odooai.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='https://www.sunpop.cn/my-account/')
- app_enterprise_url = ir_config.get_param('app_enterprise_url', default='https://www.sunpop.cn')
- app_ribbon_name = ir_config.get_param('app_ribbon_name', default='*Sunpop.cn')
+ app_account_url = ir_config.get_param('app_account_url', default='https://www.odooai.cn/my-account/')
+ app_enterprise_url = ir_config.get_param('app_enterprise_url', default='https://www.odooai.cn')
+ app_ribbon_name = ir_config.get_param('app_ribbon_name', default='*odooai.cn')
res.update(
app_system_name=app_system_name,
app_show_lang=app_show_lang,
@@ -97,14 +97,14 @@ class ResConfigSettings(models.TransientModel):
ir_config.set_param("app_show_poweredby", self.app_show_poweredby or "False")
ir_config.set_param("app_documentation_url",
- self.app_documentation_url or "https://www.sunpop.cn/documentation/user/12.0/en/index.html")
+ self.app_documentation_url or "https://www.odooai.cn/documentation/user/12.0/en/index.html")
ir_config.set_param("app_documentation_dev_url",
- 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/")
+ self.app_documentation_dev_url or "https://www.odooai.cn/documentation/12.0/index.html")
+ ir_config.set_param("app_support_url", self.app_support_url or "https://www.odooai.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 "https://www.sunpop.cn/my-account/")
- ir_config.set_param("app_enterprise_url", self.app_enterprise_url or "https://www.sunpop.cn")
- ir_config.set_param("app_ribbon_name", self.app_ribbon_name or "*Sunpop.cn")
+ ir_config.set_param("app_account_url", self.app_account_url or "https://www.odooai.cn/my-account/")
+ ir_config.set_param("app_enterprise_url", self.app_enterprise_url or "https://www.odooai.cn")
+ ir_config.set_param("app_ribbon_name", self.app_ribbon_name or "*odooai.cn")
def set_module_url(self):
sql = "UPDATE ir_module_module SET website = '%s' WHERE license like '%s' and website <> ''" % (self.app_enterprise_url, 'OEEL%')
diff --git a/app_odoo_customize/readme.md b/app_odoo_customize/readme.md
index 573c734c..128a95a7 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.sunpop.cn
+https://www.odooai.cn
## 在符合odoo开源协议的前提下,去除odoo版权信息,自定义你的odoo
可完全自行设置下列 odoo 选项,让 odoo 看上去像是你的软件产品
@@ -76,17 +76,17 @@ https://www.sunpop.cn
## 其它技术资源:
# Odoo12在线用户手册(长期更新)
-# https://www.sunpop.cn/documentation/user/12.0/en/index.html
+# https://www.odooai.cn/documentation/user/12.0/en/index.html
# Odoo12在线开发者手册(长期更新)
-# https://www.sunpop.cn/documentation/12.0/index.html
+# https://www.odooai.cn/documentation/12.0/index.html
# Odoo10在线中文用户手册(长期更新)
-# https://www.sunpop.cn/documentation/user/10.0/zh_CN/index.html
+# https://www.odooai.cn/documentation/user/10.0/zh_CN/index.html
# Odoo10离线中文用户手册下载
-# https://www.sunpop.cn/odoo10_user_manual_document_offline/
+# https://www.odooai.cn/odoo10_user_manual_document_offline/
# Odoo10离线开发手册下载-含python教程,jquery参考,Jinja2模板,PostgresSQL参考(odoo开发必备)
-# https://www.sunpop.cn/odoo10_developer_document_offline/
+# https://www.odooai.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 a41bc3b7..402628f9 100644
--- a/app_odoo_customize/static/description/index.html
+++ b/app_odoo_customize/static/description/index.html
@@ -20,12 +20,12 @@
@@ -109,7 +109,7 @@
Add 18. Show/Hide Author and Website in Apps Dashboard
More Powerful addons:
- Sunpop.cn Awesome Odoo Addons
+ odooai.cn Awesome Odoo Addons
Odoo 13, 12, 11, 10 Support. Community and Enterprise version support
@@ -298,7 +298,7 @@
Visit our website for more support.
-https://www.sunpop.cn
+https://www.odooai.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 b683cce1..e72898f6 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 @@
- odooApp (Sunpop.cn Professional Edition)
+ odooApp (odooai.cn Professional Edition)
diff --git a/app_odoo_customize/views/app_odoo_customize_views.xml b/app_odoo_customize/views/app_odoo_customize_views.xml
index 7a0e51b1..7bea96f9 100644
--- a/app_odoo_customize/views/app_odoo_customize_views.xml
+++ b/app_odoo_customize/views/app_odoo_customize_views.xml
@@ -17,7 +17,7 @@
- Powered by odooApp
+ Powered by odooApp
\ No newline at end of file
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 5a324a21..8e2c0e4e 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 3de8208c..440126f8 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.sunpop.cn
+# author: 欧度智能,https://www.odooai.cn
# email: 300883@qq.com
-# resource of Sunpop
+# resource of odooai
# License LGPL-3.0 or later (http://www.gnu.org/licenses/lgpl).
# Odoo在线中文用户手册(长期更新)
-# https://www.sunpop.cn/documentation/user/10.0/zh_CN/index.html
+# https://www.odooai.cn/documentation/user/10.0/zh_CN/index.html
# Odoo10离线中文用户手册下载
-# https://www.sunpop.cn/odoo10_user_manual_document_offline/
+# https://www.odooai.cn/odoo10_user_manual_document_offline/
# Odoo10离线开发手册下载-含python教程,jquery参考,Jinja2模板,PostgresSQL参考(odoo开发必备)
-# https://www.sunpop.cn/odoo10_developer_document_offline/
+# https://www.odooai.cn/odoo10_developer_document_offline/
# description:
{
'name': "App Pos order browse by store salesperson status",
'version': '15.21.12.06',
- 'author': 'Sunpop.cn',
+ 'author': 'odooai.cn',
'category': 'Point of Sale',
- 'website': 'https://www.sunpop.cn',
+ 'website': 'https://www.odooai.cn',
'license': 'LGPL-3',
'sequence': 12,
'summary': """
diff --git a/app_pos_superbar/hooks.py b/app_pos_superbar/hooks.py
index f7bbfac4..67b172de 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.sunpop.cn
+# author: 欧度智能,https://www.odooai.cn
# email: 300883@qq.com
-# resource of Sunpop
+# resource of odooai
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
# Odoo在线中文用户手册(长期更新)
-# https://www.sunpop.cn/documentation/user/10.0/zh_CN/index.html
+# https://www.odooai.cn/documentation/user/10.0/zh_CN/index.html
# Odoo10离线中文用户手册下载
-# https://www.sunpop.cn/odoo10_user_manual_document_offline/
+# https://www.odooai.cn/odoo10_user_manual_document_offline/
# Odoo10离线开发手册下载-含python教程,jquery参考,Jinja2模板,PostgresSQL参考(odoo开发必备)
-# https://www.sunpop.cn/odoo10_developer_document_offline/
+# https://www.odooai.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 f03fbb4a..9385aed6 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.sunpop.cn
+https://www.odooai.cn
diff --git a/app_product_category_zchart/__manifest__.py b/app_product_category_zchart/__manifest__.py
index 2177a99b..9c3f74a9 100644
--- a/app_product_category_zchart/__manifest__.py
+++ b/app_product_category_zchart/__manifest__.py
@@ -1,32 +1,32 @@
# -*- coding: utf-8 -*-
# Created on 2019-01-04
-# author: 广州尚鹏,https://www.sunpop.cn
+# author: 欧度智能,https://www.odooai.cn
# email: 300883@qq.com
-# resource of Sunpop
+# resource of odooai
# License LGPL-3.0 or later (http://www.gnu.org/licenses/lgpl).
# Odoo12在线用户手册(长期更新)
-# https://www.sunpop.cn/documentation/user/12.0/en/index.html
+# https://www.odooai.cn/documentation/user/12.0/en/index.html
# Odoo12在线开发者手册(长期更新)
-# https://www.sunpop.cn/documentation/12.0/index.html
+# https://www.odooai.cn/documentation/12.0/index.html
# Odoo10在线中文用户手册(长期更新)
-# https://www.sunpop.cn/documentation/user/10.0/zh_CN/index.html
+# https://www.odooai.cn/documentation/user/10.0/zh_CN/index.html
# Odoo10离线中文用户手册下载
-# https://www.sunpop.cn/odoo10_user_manual_document_offline/
+# https://www.odooai.cn/odoo10_user_manual_document_offline/
# Odoo10离线开发手册下载-含python教程,jquery参考,Jinja2模板,PostgresSQL参考(odoo开发必备)
-# https://www.sunpop.cn/odoo10_developer_document_offline/
+# https://www.odooai.cn/odoo10_developer_document_offline/
{
'name': 'Category zChart Hierarchy, 产品目录多层级结构图',
'version': '15.21.12.06',
- 'author': 'Sunpop.cn',
+ 'author': 'odooai.cn',
'category': 'Base',
- 'website': 'https://www.sunpop.cn',
+ 'website': 'https://www.odooai.cn',
'license': 'LGPL-3',
'sequence': 2,
'summary': """
diff --git a/app_product_category_zchart/static/description/index.html b/app_product_category_zchart/static/description/index.html
index 996c16a4..93078230 100644
--- a/app_product_category_zchart/static/description/index.html
+++ b/app_product_category_zchart/static/description/index.html
@@ -204,7 +204,7 @@
Visit our website for more support.
-https://www.sunpop.cn
+https://www.odooai.cn
diff --git a/app_product_superbar/__manifest__.py b/app_product_superbar/__manifest__.py
index d73b8b18..cd123d73 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.sunpop.cn
+# author: 欧度智能,https://www.odooai.cn
# email: 300883@qq.com
-# resource of Sunpop
+# resource of odooai
# License LGPL-3.0 or later (http://www.gnu.org/licenses/lgpl).
# Odoo在线中文用户手册(长期更新)
-# https://www.sunpop.cn/documentation/user/10.0/zh_CN/index.html
+# https://www.odooai.cn/documentation/user/10.0/zh_CN/index.html
# Odoo10离线中文用户手册下载
-# https://www.sunpop.cn/odoo10_user_manual_document_offline/
+# https://www.odooai.cn/odoo10_user_manual_document_offline/
# Odoo10离线开发手册下载-含python教程,jquery参考,Jinja2模板,PostgresSQL参考(odoo开发必备)
-# https://www.sunpop.cn/odoo10_developer_document_offline/
+# https://www.odooai.cn/odoo10_developer_document_offline/
# description:
{
'name': "App product browse by category navigator",
'version': '15.21.12.06',
- 'author': 'Sunpop.cn',
+ 'author': 'odooai.cn',
'category': 'Base',
- 'website': 'https://www.sunpop.cn',
+ 'website': 'https://www.odooai.cn',
'license': 'LGPL-3',
'sequence': 2,
'summary': """
diff --git a/app_product_superbar/hooks.py b/app_product_superbar/hooks.py
index f7bbfac4..67b172de 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.sunpop.cn
+# author: 欧度智能,https://www.odooai.cn
# email: 300883@qq.com
-# resource of Sunpop
+# resource of odooai
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
# Odoo在线中文用户手册(长期更新)
-# https://www.sunpop.cn/documentation/user/10.0/zh_CN/index.html
+# https://www.odooai.cn/documentation/user/10.0/zh_CN/index.html
# Odoo10离线中文用户手册下载
-# https://www.sunpop.cn/odoo10_user_manual_document_offline/
+# https://www.odooai.cn/odoo10_user_manual_document_offline/
# Odoo10离线开发手册下载-含python教程,jquery参考,Jinja2模板,PostgresSQL参考(odoo开发必备)
-# https://www.sunpop.cn/odoo10_developer_document_offline/
+# https://www.odooai.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 de355a17..4ac3d047 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.sunpop.cn
+# author: 欧度智能,https://www.odooai.cn
# email: 300883@qq.com
-# resource of Sunpop
+# resource of odooai
# License LGPL-3.0 or later (http://www.gnu.org/licenses/lgpl).
# Odoo在线中文用户手册(长期更新)
-# https://www.sunpop.cn/documentation/user/10.0/zh_CN/index.html
+# https://www.odooai.cn/documentation/user/10.0/zh_CN/index.html
# Odoo10离线中文用户手册下载
-# https://www.sunpop.cn/odoo10_user_manual_document_offline/
+# https://www.odooai.cn/odoo10_user_manual_document_offline/
# Odoo10离线开发手册下载-含python教程,jquery参考,Jinja2模板,PostgresSQL参考(odoo开发必备)
-# https://www.sunpop.cn/odoo10_developer_document_offline/
+# https://www.odooai.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 1f62fe3d..0f344342 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.sunpop.cn
+https://www.odooai.cn
diff --git a/app_product_superbar_pro/__manifest__.py b/app_product_superbar_pro/__manifest__.py
index 6b9f7225..f115260e 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.sunpop.cn
+# author: 欧度智能,https://www.odooai.cn
# email: 300883@qq.com
-# resource of Sunpop
+# resource of odooai
# License LGPL-3.0 or later (http://www.gnu.org/licenses/lgpl).
# Odoo在线中文用户手册(长期更新)
-# https://www.sunpop.cn/documentation/user/10.0/zh_CN/index.html
+# https://www.odooai.cn/documentation/user/10.0/zh_CN/index.html
# Odoo10离线中文用户手册下载
-# https://www.sunpop.cn/odoo10_user_manual_document_offline/
+# https://www.odooai.cn/odoo10_user_manual_document_offline/
# Odoo10离线开发手册下载-含python教程,jquery参考,Jinja2模板,PostgresSQL参考(odoo开发必备)
-# https://www.sunpop.cn/odoo10_developer_document_offline/
+# https://www.odooai.cn/odoo10_developer_document_offline/
# description:
{
'name': "Product browse by category navigator Pro",
'version': '15.23.03.05',
- 'author': 'Sunpop.cn',
+ 'author': 'odooai.cn',
'category': 'Base',
- 'website': 'https://www.sunpop.cn',
+ 'website': 'https://www.odooai.cn',
'license': 'LGPL-3',
'sequence': 2,
'summary': """
diff --git a/app_product_superbar_pro/hooks.py b/app_product_superbar_pro/hooks.py
index f7bbfac4..67b172de 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.sunpop.cn
+# author: 欧度智能,https://www.odooai.cn
# email: 300883@qq.com
-# resource of Sunpop
+# resource of odooai
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
# Odoo在线中文用户手册(长期更新)
-# https://www.sunpop.cn/documentation/user/10.0/zh_CN/index.html
+# https://www.odooai.cn/documentation/user/10.0/zh_CN/index.html
# Odoo10离线中文用户手册下载
-# https://www.sunpop.cn/odoo10_user_manual_document_offline/
+# https://www.odooai.cn/odoo10_user_manual_document_offline/
# Odoo10离线开发手册下载-含python教程,jquery参考,Jinja2模板,PostgresSQL参考(odoo开发必备)
-# https://www.sunpop.cn/odoo10_developer_document_offline/
+# https://www.odooai.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 c7be69e0..c5b8feff 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.sunpop.cn
+https://www.odooai.cn
diff --git a/app_product_ztree/__manifest__.py b/app_product_ztree/__manifest__.py
index 5ae96392..2c6240f0 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.sunpop.cn
+# author: 欧度智能,https://www.odooai.cn
# email: 300883@qq.com
-# resource of Sunpop
+# resource of odooai
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
# Odoo在线中文用户手册(长期更新)
-# https://www.sunpop.cn/documentation/user/10.0/zh_CN/index.html
+# https://www.odooai.cn/documentation/user/10.0/zh_CN/index.html
# Odoo10离线中文用户手册下载
-# https://www.sunpop.cn/odoo10_user_manual_document_offline/
+# https://www.odooai.cn/odoo10_user_manual_document_offline/
# Odoo10离线开发手册下载-含python教程,jquery参考,Jinja2模板,PostgresSQL参考(odoo开发必备)
-# https://www.sunpop.cn/odoo10_developer_document_offline/
+# https://www.odooai.cn/odoo10_developer_document_offline/
# description:
{
'name': "App Product category ztree, parent children tree",
'version': '15.21.12.06',
- 'author': 'Sunpop.cn',
+ 'author': 'odooai.cn',
'category': 'Base',
- 'website': 'https://www.sunpop.cn',
+ 'website': 'https://www.odooai.cn',
'license': 'LGPL-3',
'sequence': 2,
'summary': """
diff --git a/app_product_ztree/hooks.py b/app_product_ztree/hooks.py
index f7bbfac4..67b172de 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.sunpop.cn
+# author: 欧度智能,https://www.odooai.cn
# email: 300883@qq.com
-# resource of Sunpop
+# resource of odooai
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
# Odoo在线中文用户手册(长期更新)
-# https://www.sunpop.cn/documentation/user/10.0/zh_CN/index.html
+# https://www.odooai.cn/documentation/user/10.0/zh_CN/index.html
# Odoo10离线中文用户手册下载
-# https://www.sunpop.cn/odoo10_user_manual_document_offline/
+# https://www.odooai.cn/odoo10_user_manual_document_offline/
# Odoo10离线开发手册下载-含python教程,jquery参考,Jinja2模板,PostgresSQL参考(odoo开发必备)
-# https://www.sunpop.cn/odoo10_developer_document_offline/
+# https://www.odooai.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 29143d10..cd7a37c9 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.sunpop.cn
+# author: 欧度智能,https://www.odooai.cn
# email: 300883@qq.com
-# resource of Sunpop
+# resource of odooai
# License LGPL-3.0 or later (http://www.gnu.org/licenses/lgpl).
# Odoo在线中文用户手册(长期更新)
-# https://www.sunpop.cn/documentation/user/10.0/zh_CN/index.html
+# https://www.odooai.cn/documentation/user/10.0/zh_CN/index.html
# Odoo10离线中文用户手册下载
-# https://www.sunpop.cn/odoo10_user_manual_document_offline/
+# https://www.odooai.cn/odoo10_user_manual_document_offline/
# Odoo10离线开发手册下载-含python教程,jquery参考,Jinja2模板,PostgresSQL参考(odoo开发必备)
-# https://www.sunpop.cn/odoo10_developer_document_offline/
+# https://www.odooai.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 781a881f..1ae3b258 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.sunpop.cn
+https://www.odooai.cn
diff --git a/app_project_superbar/__manifest__.py b/app_project_superbar/__manifest__.py
index 90ec6c05..85089f93 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.sunpop.cn
+# author: 欧度智能,https://www.odooai.cn
# email: 300883@qq.com
-# resource of Sunpop
+# resource of odooai
# License LGPL-3.0 or later (http://www.gnu.org/licenses/lgpl).
# Odoo在线中文用户手册(长期更新)
-# https://www.sunpop.cn/documentation/user/10.0/zh_CN/index.html
+# https://www.odooai.cn/documentation/user/10.0/zh_CN/index.html
# Odoo10离线中文用户手册下载
-# https://www.sunpop.cn/odoo10_user_manual_document_offline/
+# https://www.odooai.cn/odoo10_user_manual_document_offline/
# Odoo10离线开发手册下载-含python教程,jquery参考,Jinja2模板,PostgresSQL参考(odoo开发必备)
-# https://www.sunpop.cn/odoo10_developer_document_offline/
+# https://www.odooai.cn/odoo10_developer_document_offline/
# description:
{
'name': "Project and task browse by partner,user, stage navigator",
'version': '15.19.12.03',
- 'author': 'Sunpop.cn',
+ 'author': 'odooai.cn',
'category': 'Base',
- 'website': 'https://www.sunpop.cn',
+ 'website': 'https://www.odooai.cn',
'license': 'LGPL-3',
'sequence': 2,
'summary': """
diff --git a/app_project_superbar/hooks.py b/app_project_superbar/hooks.py
index f7bbfac4..67b172de 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.sunpop.cn
+# author: 欧度智能,https://www.odooai.cn
# email: 300883@qq.com
-# resource of Sunpop
+# resource of odooai
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
# Odoo在线中文用户手册(长期更新)
-# https://www.sunpop.cn/documentation/user/10.0/zh_CN/index.html
+# https://www.odooai.cn/documentation/user/10.0/zh_CN/index.html
# Odoo10离线中文用户手册下载
-# https://www.sunpop.cn/odoo10_user_manual_document_offline/
+# https://www.odooai.cn/odoo10_user_manual_document_offline/
# Odoo10离线开发手册下载-含python教程,jquery参考,Jinja2模板,PostgresSQL参考(odoo开发必备)
-# https://www.sunpop.cn/odoo10_developer_document_offline/
+# https://www.odooai.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 9d925597..de231c4a 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.sunpop.cn
+https://www.odooai.cn
diff --git a/app_purchase_superbar/__manifest__.py b/app_purchase_superbar/__manifest__.py
index ed266bba..5c212a33 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.sunpop.cn
+# author: 欧度智能,https://www.odooai.cn
# email: 300883@qq.com
-# resource of Sunpop
+# resource of odooai
# License LGPL-3.0 or later (http://www.gnu.org/licenses/lgpl).
# Odoo在线中文用户手册(长期更新)
-# https://www.sunpop.cn/documentation/user/10.0/zh_CN/index.html
+# https://www.odooai.cn/documentation/user/10.0/zh_CN/index.html
# Odoo10离线中文用户手册下载
-# https://www.sunpop.cn/odoo10_user_manual_document_offline/
+# https://www.odooai.cn/odoo10_user_manual_document_offline/
# Odoo10离线开发手册下载-含python教程,jquery参考,Jinja2模板,PostgresSQL参考(odoo开发必备)
-# https://www.sunpop.cn/odoo10_developer_document_offline/
+# https://www.odooai.cn/odoo10_developer_document_offline/
# description:
{
'name': "App purchase search browse by partner",
'version': '15.21.12.06',
- 'author': 'Sunpop.cn',
+ 'author': 'odooai.cn',
'category': 'Base',
- 'website': 'https://www.sunpop.cn',
+ 'website': 'https://www.odooai.cn',
'license': 'LGPL-3',
'sequence': 2,
'summary': """
diff --git a/app_purchase_superbar/hooks.py b/app_purchase_superbar/hooks.py
index f7bbfac4..67b172de 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.sunpop.cn
+# author: 欧度智能,https://www.odooai.cn
# email: 300883@qq.com
-# resource of Sunpop
+# resource of odooai
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
# Odoo在线中文用户手册(长期更新)
-# https://www.sunpop.cn/documentation/user/10.0/zh_CN/index.html
+# https://www.odooai.cn/documentation/user/10.0/zh_CN/index.html
# Odoo10离线中文用户手册下载
-# https://www.sunpop.cn/odoo10_user_manual_document_offline/
+# https://www.odooai.cn/odoo10_user_manual_document_offline/
# Odoo10离线开发手册下载-含python教程,jquery参考,Jinja2模板,PostgresSQL参考(odoo开发必备)
-# https://www.sunpop.cn/odoo10_developer_document_offline/
+# https://www.odooai.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 5fb2c400..d077c73b 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.sunpop.cn
+https://www.odooai.cn
diff --git a/app_sale_superbar/__manifest__.py b/app_sale_superbar/__manifest__.py
index 2217a3ca..350c5ff0 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.sunpop.cn
+# author: 欧度智能,https://www.odooai.cn
# email: 300883@qq.com
-# resource of Sunpop
+# resource of odooai
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
# Odoo在线中文用户手册(长期更新)
-# https://www.sunpop.cn/documentation/user/10.0/zh_CN/index.html
+# https://www.odooai.cn/documentation/user/10.0/zh_CN/index.html
# Odoo10离线中文用户手册下载
-# https://www.sunpop.cn/odoo10_user_manual_document_offline/
+# https://www.odooai.cn/odoo10_user_manual_document_offline/
# Odoo10离线开发手册下载-含python教程,jquery参考,Jinja2模板,PostgresSQL参考(odoo开发必备)
-# https://www.sunpop.cn/odoo10_developer_document_offline/
+# https://www.odooai.cn/odoo10_developer_document_offline/
# description:
{
'name': "App sale order browse by partner and channel",
'version': '15.21.12.06',
- 'author': 'Sunpop.cn',
+ 'author': 'odooai.cn',
'category': 'Base',
- 'website': 'https://www.sunpop.cn',
+ 'website': 'https://www.odooai.cn',
'license': 'LGPL-3',
'sequence': 2,
'summary': """
diff --git a/app_sale_superbar/hooks.py b/app_sale_superbar/hooks.py
index 7edef364..2d503a3a 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.sunpop.cn
+# author: 欧度智能,https://www.odooai.cn
# email: 300883@qq.com
-# resource of Sunpop
+# resource of odooai
# License LGPL-3.0 or later (http://www.gnu.org/licenses/lgpl).
# Odoo在线中文用户手册(长期更新)
-# https://www.sunpop.cn/documentation/user/10.0/zh_CN/index.html
+# https://www.odooai.cn/documentation/user/10.0/zh_CN/index.html
# Odoo10离线中文用户手册下载
-# https://www.sunpop.cn/odoo10_user_manual_document_offline/
+# https://www.odooai.cn/odoo10_user_manual_document_offline/
# Odoo10离线开发手册下载-含python教程,jquery参考,Jinja2模板,PostgresSQL参考(odoo开发必备)
-# https://www.sunpop.cn/odoo10_developer_document_offline/
+# https://www.odooai.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 0591e545..b52d285b 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.sunpop.cn
+https://www.odooai.cn
diff --git a/app_sale_superbar_pro/__manifest__.py b/app_sale_superbar_pro/__manifest__.py
index 08c9e551..66068cac 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.sunpop.cn
+# author: 欧度智能,https://www.odooai.cn
# email: 300883@qq.com
-# resource of Sunpop
+# resource of odooai
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
# Odoo在线中文用户手册(长期更新)
-# https://www.sunpop.cn/documentation/user/10.0/zh_CN/index.html
+# https://www.odooai.cn/documentation/user/10.0/zh_CN/index.html
# Odoo10离线中文用户手册下载
-# https://www.sunpop.cn/odoo10_user_manual_document_offline/
+# https://www.odooai.cn/odoo10_user_manual_document_offline/
# Odoo10离线开发手册下载-含python教程,jquery参考,Jinja2模板,PostgresSQL参考(odoo开发必备)
-# https://www.sunpop.cn/odoo10_developer_document_offline/
+# https://www.odooai.cn/odoo10_developer_document_offline/
# description:
{
'name': "Advance sale order navigator by partner and channel",
'version': '15.23.03.05',
- 'author': 'Sunpop.cn',
+ 'author': 'odooai.cn',
'category': 'Base',
- 'website': 'https://www.sunpop.cn',
+ 'website': 'https://www.odooai.cn',
'license': 'LGPL-3',
'sequence': 2,
'summary': """
diff --git a/app_sale_superbar_pro/hooks.py b/app_sale_superbar_pro/hooks.py
index 7edef364..2d503a3a 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.sunpop.cn
+# author: 欧度智能,https://www.odooai.cn
# email: 300883@qq.com
-# resource of Sunpop
+# resource of odooai
# License LGPL-3.0 or later (http://www.gnu.org/licenses/lgpl).
# Odoo在线中文用户手册(长期更新)
-# https://www.sunpop.cn/documentation/user/10.0/zh_CN/index.html
+# https://www.odooai.cn/documentation/user/10.0/zh_CN/index.html
# Odoo10离线中文用户手册下载
-# https://www.sunpop.cn/odoo10_user_manual_document_offline/
+# https://www.odooai.cn/odoo10_user_manual_document_offline/
# Odoo10离线开发手册下载-含python教程,jquery参考,Jinja2模板,PostgresSQL参考(odoo开发必备)
-# https://www.sunpop.cn/odoo10_developer_document_offline/
+# https://www.odooai.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 6c15a7f8..27d31478 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.sunpop.cn
+https://www.odooai.cn
diff --git a/app_stock_location_zchart/__manifest__.py b/app_stock_location_zchart/__manifest__.py
index eec75dac..8b73f96e 100644
--- a/app_stock_location_zchart/__manifest__.py
+++ b/app_stock_location_zchart/__manifest__.py
@@ -1,32 +1,32 @@
# -*- coding: utf-8 -*-
# Created on 2019-01-04
-# author: 广州尚鹏,https://www.sunpop.cn
+# author: 欧度智能,https://www.odooai.cn
# email: 300883@qq.com
-# resource of Sunpop
+# resource of odooai
# License LGPL-3.0 or later (http://www.gnu.org/licenses/lgpl).
# Odoo12在线用户手册(长期更新)
-# https://www.sunpop.cn/documentation/user/12.0/en/index.html
+# https://www.odooai.cn/documentation/user/12.0/en/index.html
# Odoo12在线开发者手册(长期更新)
-# https://www.sunpop.cn/documentation/12.0/index.html
+# https://www.odooai.cn/documentation/12.0/index.html
# Odoo10在线中文用户手册(长期更新)
-# https://www.sunpop.cn/documentation/user/10.0/zh_CN/index.html
+# https://www.odooai.cn/documentation/user/10.0/zh_CN/index.html
# Odoo10离线中文用户手册下载
-# https://www.sunpop.cn/odoo10_user_manual_document_offline/
+# https://www.odooai.cn/odoo10_user_manual_document_offline/
# Odoo10离线开发手册下载-含python教程,jquery参考,Jinja2模板,PostgresSQL参考(odoo开发必备)
-# https://www.sunpop.cn/odoo10_developer_document_offline/
+# https://www.odooai.cn/odoo10_developer_document_offline/
{
'name': 'Stock Location Chart Hierarchy, 仓库库位多层级结构图',
'version': '13.21.12.05',
- 'author': 'Sunpop.cn',
+ 'author': 'odooai.cn',
'category': 'Stock',
- 'website': 'https://www.sunpop.cn',
+ 'website': 'https://www.odooai.cn',
'license': 'LGPL-3',
'sequence': 2,
'summary': """
diff --git a/app_stock_location_zchart/static/description/index.html b/app_stock_location_zchart/static/description/index.html
index 23a3dc19..c3842df7 100644
--- a/app_stock_location_zchart/static/description/index.html
+++ b/app_stock_location_zchart/static/description/index.html
@@ -204,7 +204,7 @@
Visit our website for more support.
-https://www.sunpop.cn
+https://www.odooai.cn
diff --git a/app_stock_superbar/__manifest__.py b/app_stock_superbar/__manifest__.py
index 0d3d323a..6f50ae42 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.sunpop.cn
+# author: 欧度智能,https://www.odooai.cn
# email: 300883@qq.com
-# resource of Sunpop
+# resource of odooai
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
# Odoo在线中文用户手册(长期更新)
-# https://www.sunpop.cn/documentation/user/10.0/zh_CN/index.html
+# https://www.odooai.cn/documentation/user/10.0/zh_CN/index.html
# Odoo10离线中文用户手册下载
-# https://www.sunpop.cn/odoo10_user_manual_document_offline/
+# https://www.odooai.cn/odoo10_user_manual_document_offline/
# Odoo10离线开发手册下载-含python教程,jquery参考,Jinja2模板,PostgresSQL参考(odoo开发必备)
-# https://www.sunpop.cn/odoo10_developer_document_offline/
+# https://www.odooai.cn/odoo10_developer_document_offline/
# description:
{
'name': "Stock Superbar ztree, parent children tree",
'version': '15.21.12.06',
- 'author': 'Sunpop.cn',
+ 'author': 'odooai.cn',
'category': 'Base',
- 'website': 'https://www.sunpop.cn',
+ 'website': 'https://www.odooai.cn',
'license': 'LGPL-3',
'sequence': 2,
'summary': """
diff --git a/app_stock_superbar/hooks.py b/app_stock_superbar/hooks.py
index f7bbfac4..67b172de 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.sunpop.cn
+# author: 欧度智能,https://www.odooai.cn
# email: 300883@qq.com
-# resource of Sunpop
+# resource of odooai
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
# Odoo在线中文用户手册(长期更新)
-# https://www.sunpop.cn/documentation/user/10.0/zh_CN/index.html
+# https://www.odooai.cn/documentation/user/10.0/zh_CN/index.html
# Odoo10离线中文用户手册下载
-# https://www.sunpop.cn/odoo10_user_manual_document_offline/
+# https://www.odooai.cn/odoo10_user_manual_document_offline/
# Odoo10离线开发手册下载-含python教程,jquery参考,Jinja2模板,PostgresSQL参考(odoo开发必备)
-# https://www.sunpop.cn/odoo10_developer_document_offline/
+# https://www.odooai.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 2be09871..74086550 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.sunpop.cn
+https://www.odooai.cn
diff --git a/app_stock_ztree/__manifest__.py b/app_stock_ztree/__manifest__.py
index 747a6514..55890cda 100644
--- a/app_stock_ztree/__manifest__.py
+++ b/app_stock_ztree/__manifest__.py
@@ -1,26 +1,26 @@
# -*- coding: utf-8 -*-
# Created on 2018-08-15
-# author: 广州尚鹏,https://www.sunpop.cn
+# author: 欧度智能,https://www.odooai.cn
# email: 300883@qq.com
-# resource of Sunpop
+# resource of odooai
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
# Odoo在线中文用户手册(长期更新)
-# https://www.sunpop.cn/documentation/user/10.0/zh_CN/index.html
+# https://www.odooai.cn/documentation/user/10.0/zh_CN/index.html
# Odoo10离线中文用户手册下载
-# https://www.sunpop.cn/odoo10_user_manual_document_offline/
+# https://www.odooai.cn/odoo10_user_manual_document_offline/
# Odoo10离线开发手册下载-含python教程,jquery参考,Jinja2模板,PostgresSQL参考(odoo开发必备)
-# https://www.sunpop.cn/odoo10_developer_document_offline/
+# https://www.odooai.cn/odoo10_developer_document_offline/
# description:
{
'name': "App Stock location ztree, parent children tree",
'version': '15.21.12.06',
- 'author': 'Sunpop.cn',
+ 'author': 'odooai.cn',
'category': 'Base',
- 'website': 'https://www.sunpop.cn',
+ 'website': 'https://www.odooai.cn',
'license': 'LGPL-3',
'sequence': 2,
'summary': """
diff --git a/app_stock_ztree/hooks.py b/app_stock_ztree/hooks.py
index f7bbfac4..67b172de 100644
--- a/app_stock_ztree/hooks.py
+++ b/app_stock_ztree/hooks.py
@@ -1,18 +1,18 @@
# -*- coding: utf-8 -*-
# Created on 2018-10-12
-# author: 广州尚鹏,https://www.sunpop.cn
+# author: 欧度智能,https://www.odooai.cn
# email: 300883@qq.com
-# resource of Sunpop
+# resource of odooai
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
# Odoo在线中文用户手册(长期更新)
-# https://www.sunpop.cn/documentation/user/10.0/zh_CN/index.html
+# https://www.odooai.cn/documentation/user/10.0/zh_CN/index.html
# Odoo10离线中文用户手册下载
-# https://www.sunpop.cn/odoo10_user_manual_document_offline/
+# https://www.odooai.cn/odoo10_user_manual_document_offline/
# Odoo10离线开发手册下载-含python教程,jquery参考,Jinja2模板,PostgresSQL参考(odoo开发必备)
-# https://www.sunpop.cn/odoo10_developer_document_offline/
+# https://www.odooai.cn/odoo10_developer_document_offline/
# description:
def post_init_hook(cr, pool):
diff --git a/app_stock_ztree/static/description/index.html b/app_stock_ztree/static/description/index.html
index 2be09871..74086550 100644
--- a/app_stock_ztree/static/description/index.html
+++ b/app_stock_ztree/static/description/index.html
@@ -175,7 +175,7 @@
Visit our website for more support.
-https://www.sunpop.cn
+https://www.odooai.cn
diff --git a/app_users_zchart/__manifest__.py b/app_users_zchart/__manifest__.py
index 79441093..6807f4ce 100644
--- a/app_users_zchart/__manifest__.py
+++ b/app_users_zchart/__manifest__.py
@@ -1,32 +1,32 @@
# -*- coding: utf-8 -*-
# Created on 2019-01-04
-# author: 广州尚鹏,https://www.sunpop.cn
+# author: 欧度智能,https://www.odooai.cn
# email: 300883@qq.com
-# resource of Sunpop
+# resource of odooai
# License LGPL-3.0 or later (http://www.gnu.org/licenses/lgpl).
# Odoo12在线用户手册(长期更新)
-# https://www.sunpop.cn/documentation/user/12.0/en/index.html
+# https://www.odooai.cn/documentation/user/12.0/en/index.html
# Odoo12在线开发者手册(长期更新)
-# https://www.sunpop.cn/documentation/12.0/index.html
+# https://www.odooai.cn/documentation/12.0/index.html
# Odoo10在线中文用户手册(长期更新)
-# https://www.sunpop.cn/documentation/user/10.0/zh_CN/index.html
+# https://www.odooai.cn/documentation/user/10.0/zh_CN/index.html
# Odoo10离线中文用户手册下载
-# https://www.sunpop.cn/odoo10_user_manual_document_offline/
+# https://www.odooai.cn/odoo10_user_manual_document_offline/
# Odoo10离线开发手册下载-含python教程,jquery参考,Jinja2模板,PostgresSQL参考(odoo开发必备)
-# https://www.sunpop.cn/odoo10_developer_document_offline/
+# https://www.odooai.cn/odoo10_developer_document_offline/
{
'name': 'User Alliance Distribution Chart Hierarchy with zchart, 多层级用户',
'version': '13.21.12.05',
- 'author': 'Sunpop.cn',
+ 'author': 'odooai.cn',
'category': 'Sales',
- 'website': 'https://www.sunpop.cn',
+ 'website': 'https://www.odooai.cn',
'license': 'LGPL-3',
'sequence': 2,
'summary': """
diff --git a/app_users_zchart/static/description/index.html b/app_users_zchart/static/description/index.html
index e8ef972d..de97a5cb 100644
--- a/app_users_zchart/static/description/index.html
+++ b/app_users_zchart/static/description/index.html
@@ -177,7 +177,7 @@
Visit our website for more support.
-https://www.sunpop.cn
+https://www.odooai.cn
diff --git a/app_web_enterprise/__manifest__.py b/app_web_enterprise/__manifest__.py
index 82e5d8b3..bc5bd361 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.sunpop.cn
+# author: 欧度智能,https://www.odooai.cn
# email: 300883@qq.com
-# resource of Sunpop
+# resource of odooai
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
# Odoo在线中文用户手册(长期更新)
-# https://www.sunpop.cn/documentation/user/10.0/zh_CN/index.html
+# https://www.odooai.cn/documentation/user/10.0/zh_CN/index.html
# Odoo10离线中文用户手册下载
-# https://www.sunpop.cn/odoo10_user_manual_document_offline/
+# https://www.odooai.cn/odoo10_user_manual_document_offline/
# Odoo10离线开发手册下载-含python教程,jquery参考,Jinja2模板,PostgresSQL参考(odoo开发必备)
-# https://www.sunpop.cn/odoo10_developer_document_offline/
+# https://www.odooai.cn/odoo10_developer_document_offline/
# description:
{
'name': "App web enterprise enhance,企业版界面增强",
'version': '15.21.11.22',
- 'author': 'Sunpop.cn',
+ 'author': 'odooai.cn',
'category': 'Base',
- 'website': 'https://www.sunpop.cn',
+ 'website': 'https://www.odooai.cn',
'license': 'LGPL-3',
'sequence': 2,
'summary': """
@@ -32,7 +32,7 @@
""",
'description': """
odoo enterprise version UI enhance.
- 广州尚鹏,Sunpop.cn 的odoo模块。企业版界面增强。
+ 欧度智能,odooai.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 8e6cce27..045294f2 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 .
@@ -68,7 +68,7 @@
Visit our website for more support.
-https://www.sunpop.cn
+https://www.odooai.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 e7c02f5c..3a5aab56 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 @@
- odooApp (Sunpop.cn Edition)
+ odooApp (odooai.cn Edition)
diff --git a/app_web_fullwidth/__manifest__.py b/app_web_fullwidth/__manifest__.py
index e031bc54..1a318f57 100644
--- a/app_web_fullwidth/__manifest__.py
+++ b/app_web_fullwidth/__manifest__.py
@@ -1,31 +1,31 @@
# -*- coding: utf-8 -*-
# Created on 2021-11-30
-# author: 广州尚鹏,https://www.sunpop.cn
+# author: 欧度智能,https://www.odooai.cn
# email: 300883@qq.com
-# resource of Sunpop
+# resource of odooai
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
# Odoo12在线用户手册(长期更新)
-# https://www.sunpop.cn/documentation/user/12.0/en/index.html
+# https://www.odooai.cn/documentation/user/12.0/en/index.html
# Odoo12在线开发者手册(长期更新)
-# https://www.sunpop.cn/documentation/12.0/index.html
+# https://www.odooai.cn/documentation/12.0/index.html
# Odoo10在线中文用户手册(长期更新)
-# https://www.sunpop.cn/documentation/user/10.0/zh_CN/index.html
+# https://www.odooai.cn/documentation/user/10.0/zh_CN/index.html
# Odoo10离线中文用户手册下载
-# https://www.sunpop.cn/odoo10_user_manual_document_offline/
+# https://www.odooai.cn/odoo10_user_manual_document_offline/
# Odoo10离线开发手册下载-含python教程,jquery参考,Jinja2模板,PostgresSQL参考(odoo开发必备)
-# https://www.sunpop.cn/odoo10_developer_document_offline/
+# https://www.odooai.cn/odoo10_developer_document_offline/
{
'name': 'App Web Responsive Fullwidth (form view full width)',
'version': '15.21.11.30',
'category': 'web',
- 'author': 'Sunpop.cn',
- 'website': 'https://www.sunpop.cn',
+ 'author': 'odooai.cn',
+ 'website': 'https://www.odooai.cn',
'license': 'LGPL-3',
'sequence': 2,
'summary': """
diff --git a/app_web_fullwidth/static/description/index.html b/app_web_fullwidth/static/description/index.html
index 7d4c1972..2076156f 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.sunpop.cn
+https://www.odooai.cn
diff --git a/app_website_product_superbar/__manifest__.py b/app_website_product_superbar/__manifest__.py
index d63a7bf5..2dc99d8a 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.sunpop.cn
+# author: 欧度智能,https://www.odooai.cn
# email: 300883@qq.com
-# resource of Sunpop
+# resource of odooai
# License LGPL-3.0 or later (http://www.gnu.org/licenses/lgpl).
# Odoo在线中文用户手册(长期更新)
-# https://www.sunpop.cn/documentation/user/10.0/zh_CN/index.html
+# https://www.odooai.cn/documentation/user/10.0/zh_CN/index.html
# Odoo10离线中文用户手册下载
-# https://www.sunpop.cn/odoo10_user_manual_document_offline/
+# https://www.odooai.cn/odoo10_user_manual_document_offline/
# Odoo10离线开发手册下载-含python教程,jquery参考,Jinja2模板,PostgresSQL参考(odoo开发必备)
-# https://www.sunpop.cn/odoo10_developer_document_offline/
+# https://www.odooai.cn/odoo10_developer_document_offline/
# description:
{
'name': "App Website Product browse by category navigator",
'version': '15.21.12.06',
- 'author': 'Sunpop.cn',
+ 'author': 'odooai.cn',
'category': 'Base',
- 'website': 'https://www.sunpop.cn',
+ 'website': 'https://www.odooai.cn',
'license': 'LGPL-3',
'sequence': 2,
'summary': """
diff --git a/app_website_product_superbar/hooks.py b/app_website_product_superbar/hooks.py
index f7bbfac4..67b172de 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.sunpop.cn
+# author: 欧度智能,https://www.odooai.cn
# email: 300883@qq.com
-# resource of Sunpop
+# resource of odooai
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
# Odoo在线中文用户手册(长期更新)
-# https://www.sunpop.cn/documentation/user/10.0/zh_CN/index.html
+# https://www.odooai.cn/documentation/user/10.0/zh_CN/index.html
# Odoo10离线中文用户手册下载
-# https://www.sunpop.cn/odoo10_user_manual_document_offline/
+# https://www.odooai.cn/odoo10_user_manual_document_offline/
# Odoo10离线开发手册下载-含python教程,jquery参考,Jinja2模板,PostgresSQL参考(odoo开发必备)
-# https://www.sunpop.cn/odoo10_developer_document_offline/
+# https://www.odooai.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 f948c048..952cbd98 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.sunpop.cn
+# author: 欧度智能,https://www.odooai.cn
# email: 300883@qq.com
-# resource of Sunpop
+# resource of odooai
# License LGPL-3.0 or later (http://www.gnu.org/licenses/lgpl).
# Odoo在线中文用户手册(长期更新)
-# https://www.sunpop.cn/documentation/user/10.0/zh_CN/index.html
+# https://www.odooai.cn/documentation/user/10.0/zh_CN/index.html
# Odoo10离线中文用户手册下载
-# https://www.sunpop.cn/odoo10_user_manual_document_offline/
+# https://www.odooai.cn/odoo10_user_manual_document_offline/
# Odoo10离线开发手册下载-含python教程,jquery参考,Jinja2模板,PostgresSQL参考(odoo开发必备)
-# https://www.sunpop.cn/odoo10_developer_document_offline/
+# https://www.odooai.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 f388106b..54e04443 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.sunpop.cn
+https://www.odooai.cn
diff --git a/l10n_cn_standard_latest/__init__.py b/l10n_cn_standard_latest/__init__.py
index b833610e..2ab65b43 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.sunpop.cn
+# Copyright (C) 2018-11 欧度智能 https://www.odooai.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 4e1de5c8..cea1340e 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.sunpop.cn
+# Copyright (C) 2018-11 欧度智能 https://www.odooai.cn
{
'name': '2022最新中国企业会计表.Latest Chinese Accounting.',
'version': '15.21.11.11',
- 'author': 'Sunpop.cn',
+ 'author': 'odooai.cn',
'category': 'Accounting/Localizations/Account Charts',
- 'website': 'https://www.sunpop.cn',
+ 'website': 'https://www.odooai.cn',
'license': 'LGPL-3',
'sequence': 12,
'summary': """
@@ -32,7 +32,7 @@
7. 注意,必须在没有业务数据,没有会计科目的初始环境。可以使用 "app_odoo_customize" 模块清除财务数据,重置会计科目。
如果是多语种环境需要自行更改翻译,主要体现在3%,6%,13%增值税处理。
- 广州尚鹏,Sunpop.cn
+ 欧度智能,odooai.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 6d4a35f1..aef04c5d 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.sunpop.cn
+# author: 欧度智能,https://www.odooai.cn
# email: 300883@qq.com
-# resource of Sunpop
+# resource of odooai
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
# Odoo在线中文用户手册(长期更新)
-# https://www.sunpop.cn/documentation/user/10.0/zh_CN/index.html
+# https://www.odooai.cn/documentation/user/10.0/zh_CN/index.html
# Odoo10离线中文用户手册下载
-# https://www.sunpop.cn/odoo10_user_manual_document_offline/
+# https://www.odooai.cn/odoo10_user_manual_document_offline/
# Odoo10离线开发手册下载-含python教程,jquery参考,Jinja2模板,PostgresSQL参考(odoo开发必备)
-# https://www.sunpop.cn/odoo10_developer_document_offline/
+# https://www.odooai.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 f3243d2e..8d09bfbc 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.sunpop.cn
+# author: 欧度智能,https://www.odooai.cn
# email: 300883@qq.com
-# resource of Sunpop
+# resource of odooai
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
# Odoo在线中文用户手册(长期更新)
-# https://www.sunpop.cn/documentation/user/10.0/zh_CN/index.html
+# https://www.odooai.cn/documentation/user/10.0/zh_CN/index.html
# Odoo10离线中文用户手册下载
-# https://www.sunpop.cn/odoo10_user_manual_document_offline/
+# https://www.odooai.cn/odoo10_user_manual_document_offline/
# Odoo10离线开发手册下载-含python教程,jquery参考,Jinja2模板,PostgresSQL参考(odoo开发必备)
-# https://www.sunpop.cn/odoo10_developer_document_offline/
+# https://www.odooai.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 6180c138..367eac40 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.sunpop.cn
+# author: 欧度智能,https://www.odooai.cn
# email: 300883@qq.com
-# resource of Sunpop
+# resource of odooai
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
# Odoo在线中文用户手册(长期更新)
-# https://www.sunpop.cn/documentation/user/10.0/zh_CN/index.html
+# https://www.odooai.cn/documentation/user/10.0/zh_CN/index.html
# Odoo10离线中文用户手册下载
-# https://www.sunpop.cn/odoo10_user_manual_document_offline/
+# https://www.odooai.cn/odoo10_user_manual_document_offline/
# Odoo10离线开发手册下载-含python教程,jquery参考,Jinja2模板,PostgresSQL参考(odoo开发必备)
-# https://www.sunpop.cn/odoo10_developer_document_offline/
+# https://www.odooai.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 d7b0d03c..99096298 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.sunpop.cn
+# author: 欧度智能,https://www.odooai.cn
# email: 300883@qq.com
-# resource of Sunpop
+# resource of odooai
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
# Odoo在线中文用户手册(长期更新)
-# https://www.sunpop.cn/documentation/user/10.0/zh_CN/index.html
+# https://www.odooai.cn/documentation/user/10.0/zh_CN/index.html
# Odoo10离线中文用户手册下载
-# https://www.sunpop.cn/odoo10_user_manual_document_offline/
+# https://www.odooai.cn/odoo10_user_manual_document_offline/
# Odoo10离线开发手册下载-含python教程,jquery参考,Jinja2模板,PostgresSQL参考(odoo开发必备)
-# https://www.sunpop.cn/odoo10_developer_document_offline/
+# https://www.odooai.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 2c546c16..5ba0e413 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.sunpop.cn
+https://www.odooai.cn