diff --git a/app_account_account_chart/__manifest__.py b/app_account_account_chart/__manifest__.py
index cf3ab21b..9f61f65d 100644
--- a/app_account_account_chart/__manifest__.py
+++ b/app_account_account_chart/__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': 'Account Chart Hierarchy, 中国会计科目多层级结构图',
'version': '12.19.04.19',
- 'author': 'Sunpop.cn',
+ 'author': 'odooai.cn',
'category': 'Account',
- 'website': 'https://www.sunpop.cn',
+ 'website': 'https://www.odooai.cn',
'license': 'LGPL-3',
'sequence': 2,
'summary': """
diff --git a/app_account_account_chart/static/description/index.html b/app_account_account_chart/static/description/index.html
index 39606b0e..fd41dbcd 100644
--- a/app_account_account_chart/static/description/index.html
+++ b/app_account_account_chart/static/description/index.html
@@ -179,7 +179,7 @@
Visit our website for more support.
-https://www.sunpop.cn
+https://www.odooai.cn
diff --git a/app_account_invoice_product_multi_add/__manifest__.py b/app_account_invoice_product_multi_add/__manifest__.py
index 77d2faec..419ee965 100644
--- a/app_account_invoice_product_multi_add/__manifest__.py
+++ b/app_account_invoice_product_multi_add/__manifest__.py
@@ -1,33 +1,33 @@
# -*- 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 Invoice Product Multi Batch Add",
'version': '12.19.04.07',
- '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': 'USD',
'summary': """
App Account Invoice Product Multi Batch Add
- Odoo App of Sunpop.cn
+ Odoo App of odooai.cn
""",
'description': """
App Account Invoice Product Multi Add
diff --git a/app_account_invoice_product_multi_add/static/description/index.html b/app_account_invoice_product_multi_add/static/description/index.html
index 26b69a10..282de75d 100644
--- a/app_account_invoice_product_multi_add/static/description/index.html
+++ b/app_account_invoice_product_multi_add/static/description/index.html
@@ -124,7 +124,7 @@
Visit our website for more support.
-https://www.sunpop.cn
+https://www.odooai.cn
diff --git a/app_account_searchpanel/__manifest__.py b/app_account_searchpanel/__manifest__.py
index 5dfc8222..c1dbfbed 100644
--- a/app_account_searchpanel/__manifest__.py
+++ b/app_account_searchpanel/__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': "Account Searchpanel Hierarchy Tree, quick kanban filter",
'version': '12.19.04.22',
- 'author': 'Sunpop.cn',
+ 'author': 'odooai.cn',
'category': 'Base',
- 'website': 'https://www.sunpop.cn',
+ 'website': 'https://www.odooai.cn',
'license': 'LGPL-3',
'sequence': 20,
'summary': """
diff --git a/app_account_searchpanel/hooks.py b/app_account_searchpanel/hooks.py
index 7edef364..2d503a3a 100644
--- a/app_account_searchpanel/hooks.py
+++ b/app_account_searchpanel/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_searchpanel/static/description/index.html b/app_account_searchpanel/static/description/index.html
index 869e459b..bd63415f 100644
--- a/app_account_searchpanel/static/description/index.html
+++ b/app_account_searchpanel/static/description/index.html
@@ -325,7 +325,7 @@
Visit our website for more support.
-https://www.sunpop.cn
+https://www.odooai.cn
diff --git a/app_account_superbar/__manifest__.py b/app_account_superbar/__manifest__.py
index 18c7a92b..96478566 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': '12.19.10.17',
- '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 d467adf9..227c3acb 100644
--- a/app_account_superbar/static/description/index.html
+++ b/app_account_superbar/static/description/index.html
@@ -290,7 +290,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 54572225..b8de7743 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': '12.0.11.15',
- '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 d467adf9..227c3acb 100644
--- a/app_account_superbar_chinese/static/description/index.html
+++ b/app_account_superbar_chinese/static/description/index.html
@@ -290,7 +290,7 @@
Visit our website for more support.
-https://www.sunpop.cn
+https://www.odooai.cn
diff --git a/app_account_ztree/__manifest__.py b/app_account_ztree/__manifest__.py
index 6af74a87..432416b4 100644
--- a/app_account_ztree/__manifest__.py
+++ b/app_account_ztree/__manifest__.py
@@ -1,26 +1,26 @@
# -*- coding: utf-8 -*-
# Created on 2018-08-15
-# author: 广州尚鹏,https://www.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 Multi Level Chart, parent children tree",
'version': '12.0.12.14',
- '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_ztree/hooks.py b/app_account_ztree/hooks.py
index f7bbfac4..67b172de 100644
--- a/app_account_ztree/hooks.py
+++ b/app_account_ztree/hooks.py
@@ -1,18 +1,18 @@
# -*- coding: utf-8 -*-
# Created on 2018-10-12
-# author: 广州尚鹏,https://www.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_ztree/static/description/index.html b/app_account_ztree/static/description/index.html
index fd1d8a89..43c112ea 100644
--- a/app_account_ztree/static/description/index.html
+++ b/app_account_ztree/static/description/index.html
@@ -168,7 +168,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 30b09c60..7b1e7cee 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': '12.19.07.24',
- '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_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 a4fe4c6c..f8bd66da 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 e69cb371..e7eef74b 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 f19e14ec..a4665fdc 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': '12.19.05.11',
- '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 4c36fe8f..c5334478 100644
--- a/app_base_superbar/static/description/index.html
+++ b/app_base_superbar/static/description/index.html
@@ -509,7 +509,7 @@
Visit our website for more support.
-https://www.sunpop.cn
+https://www.odooai.cn
diff --git a/app_company_chart_hierarchy/__manifest__.py b/app_company_chart_hierarchy/__manifest__.py
index 2311f602..be26f3bb 100644
--- a/app_company_chart_hierarchy/__manifest__.py
+++ b/app_company_chart_hierarchy/__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': 'Company Multi Level Chart Hierarchy, 多层级公司',
'version': '12.19.05.11',
- '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_company_chart_hierarchy/static/description/index.html b/app_company_chart_hierarchy/static/description/index.html
index 115ca495..d4a49eab 100644
--- a/app_company_chart_hierarchy/static/description/index.html
+++ b/app_company_chart_hierarchy/static/description/index.html
@@ -201,7 +201,7 @@
Visit our website for more support.
-https://www.sunpop.cn
+https://www.odooai.cn
diff --git a/app_contacts_searchpanel/__manifest__.py b/app_contacts_searchpanel/__manifest__.py
index ded5e928..57f0cd43 100644
--- a/app_contacts_searchpanel/__manifest__.py
+++ b/app_contacts_searchpanel/__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': "Contact Searchpanel Hierarchy Tree, quick kanban filter",
'version': '12.19.04.22',
- 'author': 'Sunpop.cn',
+ 'author': 'odooai.cn',
'category': 'Base',
- 'website': 'https://www.sunpop.cn',
+ 'website': 'https://www.odooai.cn',
'license': 'LGPL-3',
'sequence': 20,
'summary': """
diff --git a/app_contacts_searchpanel/hooks.py b/app_contacts_searchpanel/hooks.py
index f7bbfac4..67b172de 100644
--- a/app_contacts_searchpanel/hooks.py
+++ b/app_contacts_searchpanel/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_searchpanel/static/description/index.html b/app_contacts_searchpanel/static/description/index.html
index 975c4169..20ad2a22 100644
--- a/app_contacts_searchpanel/static/description/index.html
+++ b/app_contacts_searchpanel/static/description/index.html
@@ -320,7 +320,7 @@
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 b2069e26..b92015d4 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': '12.19.05.25',
- '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 efcfc1d0..11035e98 100644
--- a/app_contacts_superbar/static/description/index.html
+++ b/app_contacts_superbar/static/description/index.html
@@ -290,7 +290,7 @@
Visit our website for more support.
-https://www.sunpop.cn
+https://www.odooai.cn
diff --git a/app_crm_superbar/__manifest__.py b/app_crm_superbar/__manifest__.py
index 9ec21c6a..78f2483a 100644
--- a/app_crm_superbar/__manifest__.py
+++ b/app_crm_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 crm browse by stage and team",
'version': '12.19.05.25',
- '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_crm_superbar/hooks.py b/app_crm_superbar/hooks.py
index 7edef364..2d503a3a 100644
--- a/app_crm_superbar/hooks.py
+++ b/app_crm_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_crm_superbar/static/description/index.html b/app_crm_superbar/static/description/index.html
index 829713d9..0420d5e3 100644
--- a/app_crm_superbar/static/description/index.html
+++ b/app_crm_superbar/static/description/index.html
@@ -302,7 +302,7 @@
Visit our website for more support.
-https://www.sunpop.cn
+https://www.odooai.cn
diff --git a/app_hr_department_chart/__manifest__.py b/app_hr_department_chart/__manifest__.py
index d68b1629..c7e7a518 100644
--- a/app_hr_department_chart/__manifest__.py
+++ b/app_hr_department_chart/__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': 'Hr Department Chart Hierarchy, 员工部门多层级结构图',
'version': '12.19.04.19',
- 'author': 'Sunpop.cn',
+ 'author': 'odooai.cn',
'category': 'Account',
- 'website': 'https://www.sunpop.cn',
+ 'website': 'https://www.odooai.cn',
'license': 'LGPL-3',
'sequence': 2,
'summary': """
diff --git a/app_hr_department_chart/static/description/index.html b/app_hr_department_chart/static/description/index.html
index 909cb620..cbeeeb7d 100644
--- a/app_hr_department_chart/static/description/index.html
+++ b/app_hr_department_chart/static/description/index.html
@@ -179,7 +179,7 @@
Visit our website for more support.
-https://www.sunpop.cn
+https://www.odooai.cn
diff --git a/app_hr_searchpanel/__manifest__.py b/app_hr_searchpanel/__manifest__.py
index 31556598..61827446 100644
--- a/app_hr_searchpanel/__manifest__.py
+++ b/app_hr_searchpanel/__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 search panel",
'version': '12.19.01.10',
- '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_searchpanel/hooks.py b/app_hr_searchpanel/hooks.py
index 7edef364..2d503a3a 100644
--- a/app_hr_searchpanel/hooks.py
+++ b/app_hr_searchpanel/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_searchpanel/static/description/index.html b/app_hr_searchpanel/static/description/index.html
index 6c499475..918248ac 100644
--- a/app_hr_searchpanel/static/description/index.html
+++ b/app_hr_searchpanel/static/description/index.html
@@ -320,7 +320,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 a9567aa2..ddbb6d66 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': '12.19.05.25',
- '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 2589848a..c7b704c5 100644
--- a/app_hr_superbar/static/description/index.html
+++ b/app_hr_superbar/static/description/index.html
@@ -327,7 +327,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 eca73ef5..e9a9f30c 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': '12.19.05.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': """
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 fd1d8a89..43c112ea 100644
--- a/app_hr_ztree/static/description/index.html
+++ b/app_hr_ztree/static/description/index.html
@@ -168,7 +168,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 5dad1685..bea17fe4 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': '12.19.05.02',
- '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 2e494011..438523e8 100644
--- a/app_mail_superbar/static/description/index.html
+++ b/app_mail_superbar/static/description/index.html
@@ -495,7 +495,7 @@
Visit our website for more support.
-https://www.sunpop.cn
+https://www.odooai.cn
diff --git a/app_module_searchpanel/__manifest__.py b/app_module_searchpanel/__manifest__.py
index 90ae6cf9..c37d8623 100644
--- a/app_module_searchpanel/__manifest__.py
+++ b/app_module_searchpanel/__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': '12.19.01.14',
- '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_searchpanel/hooks.py b/app_module_searchpanel/hooks.py
index f7bbfac4..67b172de 100644
--- a/app_module_searchpanel/hooks.py
+++ b/app_module_searchpanel/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_searchpanel/static/description/index.html b/app_module_searchpanel/static/description/index.html
index fb534106..79ff5b91 100644
--- a/app_module_searchpanel/static/description/index.html
+++ b/app_module_searchpanel/static/description/index.html
@@ -320,7 +320,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 ac784765..2652fb8c 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': '12.19.05.24',
- '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 93f9ea1f..d9a122f5 100644
--- a/app_module_superbar/static/description/index.html
+++ b/app_module_superbar/static/description/index.html
@@ -359,7 +359,7 @@
Visit our website for more support.
-https://www.sunpop.cn
+https://www.odooai.cn
diff --git a/app_mrp_bom_product_multi_add/__manifest__.py b/app_mrp_bom_product_multi_add/__manifest__.py
index bda857df..bb6f6071 100644
--- a/app_mrp_bom_product_multi_add/__manifest__.py
+++ b/app_mrp_bom_product_multi_add/__manifest__.py
@@ -1,33 +1,33 @@
# -*- 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 MRP Bom Product Multi Batch Add",
'version': '12.19.04.07',
- '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': 'USD',
'summary': """
App MRP Bom Product Multi Batch Add, 制造Bom批量增加产品.
- Odoo App of Sunpop.cn
+ Odoo App of odooai.cn
""",
'description': """
App MRP Bom Product Multi Add.
diff --git a/app_mrp_bom_product_multi_add/static/description/index.html b/app_mrp_bom_product_multi_add/static/description/index.html
index d12b6a65..18509542 100644
--- a/app_mrp_bom_product_multi_add/static/description/index.html
+++ b/app_mrp_bom_product_multi_add/static/description/index.html
@@ -134,7 +134,7 @@
Visit our website for more support.
-https://www.sunpop.cn
+https://www.odooai.cn
diff --git a/app_mrp_production_chart/__manifest__.py b/app_mrp_production_chart/__manifest__.py
index 54a97974..9a6c7812 100644
--- a/app_mrp_production_chart/__manifest__.py
+++ b/app_mrp_production_chart/__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 Chart Hierarchy, 生产单多层级结构图',
'version': '12.20.04.08',
- '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_chart/static/description/index.html b/app_mrp_production_chart/static/description/index.html
index 28c45497..e0180e6d 100644
--- a/app_mrp_production_chart/static/description/index.html
+++ b/app_mrp_production_chart/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 794a05db..6c0ffe55 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': '12.19.07.29',
- '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 78f09213..6c2a68ab 100644
--- a/app_mrp_superbar/static/description/index.html
+++ b/app_mrp_superbar/static/description/index.html
@@ -418,7 +418,7 @@
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 213b6ea4..e59fe4bb 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': 'Customize odoo OEM (Boost, My Odoo)',
'version': '12.22.03.01',
- 'author': 'Sunpop.cn',
+ 'author': 'odooai.cn',
'category': 'Productivity',
- 'website': 'https://www.sunpop.cn',
+ 'website': 'https://www.odooai.cn',
'license': 'LGPL-3',
'sequence': 2,
'summary': """
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.xml b/app_odoo_customize/data/ir_config_parameter.xml
index f1473869..2c4fce3e 100644
--- a/app_odoo_customize/data/ir_config_parameter.xml
+++ b/app_odoo_customize/data/ir_config_parameter.xml
@@ -49,15 +49,15 @@
app_documentation_url
- https://www.sunpop.cn/documentation/user/12.0/zh_CN/index.html
+ https://www.odooai.cn/documentation/user/12.0/zh_CN/index.html
app_documentation_dev_url
- https://www.sunpop.cn/documentation/12.0/index.html
+ https://www.odooai.cn/documentation/12.0/index.html
app_support_url
- https://www.sunpop.cn/trial
+ https://www.odooai.cn/trial
app_account_title
@@ -65,7 +65,7 @@
app_account_url
- https://www.sunpop.cn/my-account
+ https://www.odooai.cn/my-account
\ No newline at end of file
diff --git a/app_odoo_customize/data/ir_module_module.xml b/app_odoo_customize/data/ir_module_module.xml
index 29cbec27..71eb638b 100644
--- a/app_odoo_customize/data/ir_module_module.xml
+++ b/app_odoo_customize/data/ir_module_module.xml
@@ -2,71 +2,71 @@
- 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
- 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 55168abc..2484fd31 100644
--- a/app_odoo_customize/data/res_company_data.xml
+++ b/app_odoo_customize/data/res_company_data.xml
@@ -3,8 +3,8 @@
- 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 52002fc5..8ba01366 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)
except Exception as e:
pass
diff --git a/app_odoo_customize/i18n/zh_CN.po b/app_odoo_customize/i18n/zh_CN.po
index c3c55b4e..ce0df4c6 100644
--- a/app_odoo_customize/i18n/zh_CN.po
+++ b/app_odoo_customize/i18n/zh_CN.po
@@ -398,8 +398,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.fields,help:app_odoo_customize.field_res_config_settings__app_show_account
diff --git a/app_odoo_customize/models/res_config_settings.py b/app_odoo_customize/models/res_config_settings.py
index 8f6556aa..30d68b6b 100644
--- a/app_odoo_customize/models/res_config_settings.py
+++ b/app_odoo_customize/models/res_config_settings.py
@@ -51,13 +51,13 @@ class ResConfigSettings(models.TransientModel):
app_stop_subscribe = True if ir_config.get_param('app_stop_subscribe') == "True" else False
app_documentation_url = ir_config.get_param('app_documentation_url',
- default='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_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')
res.update(
app_system_name=app_system_name,
app_show_lang=app_show_lang,
@@ -97,13 +97,13 @@ class ResConfigSettings(models.TransientModel):
ir_config.set_param("app_stop_subscribe", self.app_stop_subscribe or "False")
ir_config.set_param("app_documentation_url",
- self.app_documentation_url or "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_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")
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 af55a7ad..af15632e 100644
--- a/app_odoo_customize/readme.md
+++ b/app_odoo_customize/readme.md
@@ -34,7 +34,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 看上去像是你的软件产品
@@ -72,17 +72,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 ddaec5d4..8818eded 100644
--- a/app_odoo_customize/static/description/index.html
+++ b/app_odoo_customize/static/description/index.html
@@ -10,12 +10,12 @@
@@ -54,7 +54,7 @@
Add 18. Show/Hide Author and Website in Apps Dashboard
More Powerful addons:
- Sunpop.cn Awesome Odoo Addons
+ odooai.cn Awesome Odoo Addons
Add Odoo 12, 11 Support
@@ -250,7 +250,7 @@
Visit our website for more support.
-https://www.sunpop.cn
+https://www.odooai.cn
diff --git a/app_odoo_customize/static/src/js/customize_user_menu.js b/app_odoo_customize/static/src/js/customize_user_menu.js
index cc8ed5f4..258f512d 100644
--- a/app_odoo_customize/static/src/js/customize_user_menu.js
+++ b/app_odoo_customize/static/src/js/customize_user_menu.js
@@ -11,11 +11,11 @@ odoo.define('app_odoo_customize.UserMenu', function (require) {
var UserMenu = require('web.UserMenu');
//避免错误,要再定义
- var documentation_url = 'https://www.sunpop.cn';
- var documentation_dev_url = 'https://www.sunpop.cn';
- var support_url = 'https://www.sunpop.cn';
+ var documentation_url = 'https://www.odooai.cn';
+ var documentation_dev_url = 'https://www.odooai.cn';
+ var support_url = 'https://www.odooai.cn';
var account_title = 'My Account';
- var account_url = 'https://www.sunpop.cn';
+ var account_url = 'https://www.odooai.cn';
UserMenu.include({
init: function () {
diff --git a/app_odoo_customize/static/src/xml/dashboard.xml b/app_odoo_customize/static/src/xml/dashboard.xml
index bdc7d346..47d01331 100644
--- a/app_odoo_customize/static/src/xml/dashboard.xml
+++ b/app_odoo_customize/static/src/xml/dashboard.xml
@@ -2,19 +2,19 @@
- App store
- Theme store
+ App store
+ Theme store
-
+
-
+
diff --git a/app_odoo_customize/views/app_odoo_customize_views.xml b/app_odoo_customize/views/app_odoo_customize_views.xml
index c8a2cf14..12d8f5c6 100644
--- a/app_odoo_customize/views/app_odoo_customize_views.xml
+++ b/app_odoo_customize/views/app_odoo_customize_views.xml
@@ -11,7 +11,7 @@
-
+
\ 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 595ca724..ba8e871b 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 31e926af..7a9c0114 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': '12.19.05.25',
- '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 17c3c4be..8f5b7c4d 100644
--- a/app_pos_superbar/static/description/index.html
+++ b/app_pos_superbar/static/description/index.html
@@ -418,7 +418,7 @@
Visit our website for more support.
-https://www.sunpop.cn
+https://www.odooai.cn
diff --git a/app_product_category_chart/__manifest__.py b/app_product_category_chart/__manifest__.py
index 03d06389..f4805c62 100644
--- a/app_product_category_chart/__manifest__.py
+++ b/app_product_category_chart/__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 Chart Hierarchy, 产品目录多层级结构图',
'version': '12.19.12.21',
- '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_chart/static/description/index.html b/app_product_category_chart/static/description/index.html
index 3cbb0bba..24d5e1c3 100644
--- a/app_product_category_chart/static/description/index.html
+++ b/app_product_category_chart/static/description/index.html
@@ -179,7 +179,7 @@
Visit our website for more support.
-https://www.sunpop.cn
+https://www.odooai.cn
diff --git a/app_product_searchpanel/__manifest__.py b/app_product_searchpanel/__manifest__.py
index 06ff2b66..eebe9ba0 100644
--- a/app_product_searchpanel/__manifest__.py
+++ b/app_product_searchpanel/__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': '12.19.01.11',
- '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_searchpanel/hooks.py b/app_product_searchpanel/hooks.py
index f7bbfac4..67b172de 100644
--- a/app_product_searchpanel/hooks.py
+++ b/app_product_searchpanel/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_searchpanel/models/product_category.py b/app_product_searchpanel/models/product_category.py
index 377ddafc..bc4dbfec 100644
--- a/app_product_searchpanel/models/product_category.py
+++ b/app_product_searchpanel/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_searchpanel/static/description/index.html b/app_product_searchpanel/static/description/index.html
index 4c2e0e9b..1d9cadde 100644
--- a/app_product_searchpanel/static/description/index.html
+++ b/app_product_searchpanel/static/description/index.html
@@ -327,7 +327,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 f6086243..ffec68af 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': '12.19.11.29',
- '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 377ddafc..bc4dbfec 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 d57e138a..cd1d286e 100644
--- a/app_product_superbar/static/description/index.html
+++ b/app_product_superbar/static/description/index.html
@@ -418,7 +418,7 @@
Visit our website for more support.
-https://www.sunpop.cn
+https://www.odooai.cn
diff --git a/app_product_variant_color/__manifest__.py b/app_product_variant_color/__manifest__.py
index 22d60e20..9a4a7495 100644
--- a/app_product_variant_color/__manifest__.py
+++ b/app_product_variant_color/__manifest__.py
@@ -1,30 +1,30 @@
# -*- 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 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 Product Attribute Color",
'category': "Sales",
'version': "12.19.04.15",
- "author": "Sunpop.cn",
+ "author": "odooai.cn",
'price': 0.00,
'currency': 'EUR',
'summary': """
diff --git a/app_product_variant_color/static/description/index.html b/app_product_variant_color/static/description/index.html
index a1eb86e9..72f4c719 100644
--- a/app_product_variant_color/static/description/index.html
+++ b/app_product_variant_color/static/description/index.html
@@ -74,13 +74,13 @@
Visit our website for more support.
-https://www.sunpop.cn
+https://www.odooai.cn
diff --git a/app_product_weight_sale/__manifest__.py b/app_product_weight_sale/__manifest__.py
index a0f8dc91..26ee1561 100644
--- a/app_product_weight_sale/__manifest__.py
+++ b/app_product_weight_sale/__manifest__.py
@@ -13,8 +13,8 @@
Support kg(s) or lb(s)
""",
'category': 'Sales',
- 'author': 'Sunpop.cn',
- 'website': 'https://www.sunpop.cn',
+ 'author': 'odooai.cn',
+ 'website': 'https://www.odooai.cn',
'images': ['static/description/banner.png'],
'currency': 'EUR',
'price': 38,
diff --git a/app_product_weight_sale/report/report_sale_order_views.xml b/app_product_weight_sale/report/report_sale_order_views.xml
index 4ec9a293..d7581d7f 100644
--- a/app_product_weight_sale/report/report_sale_order_views.xml
+++ b/app_product_weight_sale/report/report_sale_order_views.xml
@@ -8,15 +8,15 @@
- Weight Unit |
- Weight Subtotal |
+ Weight Unit |
+ Weight Subtotal |
- |
- |
+ |
+ |
-
+
Total Weight:
diff --git a/app_product_weight_sale/static/description/index.html b/app_product_weight_sale/static/description/index.html
index d443a61c..d7bd654b 100644
--- a/app_product_weight_sale/static/description/index.html
+++ b/app_product_weight_sale/static/description/index.html
@@ -195,7 +195,7 @@ weight_total = sum(order_line_net_weight)
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 4c5df170..16edc75f 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': '12.20.02.04',
- '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 377ddafc..bc4dbfec 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 f0e8eb04..f917c7ce 100644
--- a/app_product_ztree/static/description/index.html
+++ b/app_product_ztree/static/description/index.html
@@ -169,7 +169,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 c0b896ec..12c108d3 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': "App Project task browse by user, stage navigator",
'version': '12.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 cdf160cb..bddf9ad6 100644
--- a/app_project_superbar/static/description/index.html
+++ b/app_project_superbar/static/description/index.html
@@ -418,7 +418,7 @@
Visit our website for more support.
-https://www.sunpop.cn
+https://www.odooai.cn
diff --git a/app_purchase_product_multi_add/__manifest__.py b/app_purchase_product_multi_add/__manifest__.py
index 450c0836..946b4052 100644
--- a/app_purchase_product_multi_add/__manifest__.py
+++ b/app_purchase_product_multi_add/__manifest__.py
@@ -1,33 +1,33 @@
# -*- 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': "Multi Add Purchase Product,采购订单批量加产品",
'version': '12.19.04.07',
- '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': 'USD',
'summary': """
App Purchase Order Product Multi Batch Add.
- Odoo App of Sunpop.cn
+ Odoo App of odooai.cn
""",
'description': """
App Purchase Order Product Multi Add.
diff --git a/app_purchase_product_multi_add/static/description/index.html b/app_purchase_product_multi_add/static/description/index.html
index 3be69903..30c60a46 100644
--- a/app_purchase_product_multi_add/static/description/index.html
+++ b/app_purchase_product_multi_add/static/description/index.html
@@ -134,7 +134,7 @@
Visit our website for more support.
-https://www.sunpop.cn
+https://www.odooai.cn
diff --git a/app_purchase_searchpanel/__manifest__.py b/app_purchase_searchpanel/__manifest__.py
index 345ba435..5c15700f 100644
--- a/app_purchase_searchpanel/__manifest__.py
+++ b/app_purchase_searchpanel/__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 panel browse by partner",
'version': '12.19.04.22',
- '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_purchase_searchpanel/hooks.py b/app_purchase_searchpanel/hooks.py
index f7bbfac4..67b172de 100644
--- a/app_purchase_searchpanel/hooks.py
+++ b/app_purchase_searchpanel/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_searchpanel/static/description/index.html b/app_purchase_searchpanel/static/description/index.html
index 11779a46..407a0ff4 100644
--- a/app_purchase_searchpanel/static/description/index.html
+++ b/app_purchase_searchpanel/static/description/index.html
@@ -320,7 +320,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 bec2c30b..108f5e21 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': '12.19.05.25',
- '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 cdfad17b..2aed2301 100644
--- a/app_purchase_superbar/static/description/index.html
+++ b/app_purchase_superbar/static/description/index.html
@@ -290,7 +290,7 @@
Visit our website for more support.
-https://www.sunpop.cn
+https://www.odooai.cn
diff --git a/app_sale_product_multi_add/__manifest__.py b/app_sale_product_multi_add/__manifest__.py
index 2b081a4d..132b6f8e 100644
--- a/app_sale_product_multi_add/__manifest__.py
+++ b/app_sale_product_multi_add/__manifest__.py
@@ -1,33 +1,33 @@
# -*- 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': "Multi Add Sale Product,订单批量加产品",
'version': '12.19.04.29',
- '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': 'USD',
'summary': """
App Sale Order Product Multi Batch Add, mass add
- Odoo App of Sunpop.cn
+ Odoo App of odooai.cn
""",
'description': """
App Sale Order Product Multi Add.
diff --git a/app_sale_product_multi_add/static/description/index.html b/app_sale_product_multi_add/static/description/index.html
index bc17df99..820e0a3b 100644
--- a/app_sale_product_multi_add/static/description/index.html
+++ b/app_sale_product_multi_add/static/description/index.html
@@ -134,7 +134,7 @@
Visit our website for more support.
-https://www.sunpop.cn
+https://www.odooai.cn
diff --git a/app_sale_searchpanel/__manifest__.py b/app_sale_searchpanel/__manifest__.py
index 9eb5fadd..c345c8cf 100644
--- a/app_sale_searchpanel/__manifest__.py
+++ b/app_sale_searchpanel/__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': '12.0.11.09',
- '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_searchpanel/hooks.py b/app_sale_searchpanel/hooks.py
index 7edef364..2d503a3a 100644
--- a/app_sale_searchpanel/hooks.py
+++ b/app_sale_searchpanel/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_searchpanel/static/description/index.html b/app_sale_searchpanel/static/description/index.html
index b3e7bf27..4e8a0730 100644
--- a/app_sale_searchpanel/static/description/index.html
+++ b/app_sale_searchpanel/static/description/index.html
@@ -320,7 +320,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 3afcaaf8..afd2c393 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': '12.19.05.25',
- '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 4c7ed522..9e16375d 100644
--- a/app_sale_superbar/static/description/index.html
+++ b/app_sale_superbar/static/description/index.html
@@ -290,7 +290,7 @@
Visit our website for more support.
-https://www.sunpop.cn
+https://www.odooai.cn
diff --git a/app_stock_location_capacity/__manifest__.py b/app_stock_location_capacity/__manifest__.py
index 10cbf54b..e966a196 100644
--- a/app_stock_location_capacity/__manifest__.py
+++ b/app_stock_location_capacity/__manifest__.py
@@ -1,32 +1,32 @@
# -*- coding: utf-8 -*-
# Created on 2019-01-04
-# author: 广州尚鹏,http://www.sunpop.cn
+# author: 欧度智能,http://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在线用户手册(长期更新)
-# 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/
{
'name': "Capacity of Stock Location,货架容量管理",
'version': '12.19.07.12',
- 'author': 'Sunpop.cn',
+ 'author': 'odooai.cn',
'category': 'Warehouse',
- 'website': 'http://www.sunpop.cn',
+ 'website': 'http://www.odooai.cn',
'license': 'LGPL-3',
'sequence': 2,
'summary': """
diff --git a/app_stock_location_capacity/static/description/index.html b/app_stock_location_capacity/static/description/index.html
index f19a14b5..79312a55 100644
--- a/app_stock_location_capacity/static/description/index.html
+++ b/app_stock_location_capacity/static/description/index.html
@@ -22,7 +22,7 @@
@@ -79,9 +79,9 @@
Visit our website for more support.
- http://www.sunpop.cn
+ http://www.odooai.cn
diff --git a/app_stock_location_chart/__manifest__.py b/app_stock_location_chart/__manifest__.py
index 5e44b458..bcdbbd80 100644
--- a/app_stock_location_chart/__manifest__.py
+++ b/app_stock_location_chart/__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': '12.19.04.19',
- '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_chart/static/description/index.html b/app_stock_location_chart/static/description/index.html
index 755aafd1..02080391 100644
--- a/app_stock_location_chart/static/description/index.html
+++ b/app_stock_location_chart/static/description/index.html
@@ -179,7 +179,7 @@
Visit our website for more support.
-https://www.sunpop.cn
+https://www.odooai.cn
diff --git a/app_stock_picking_product_multi_add/__manifest__.py b/app_stock_picking_product_multi_add/__manifest__.py
index 7c37d436..d932c2d9 100644
--- a/app_stock_picking_product_multi_add/__manifest__.py
+++ b/app_stock_picking_product_multi_add/__manifest__.py
@@ -1,33 +1,33 @@
# -*- 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 Picking Order Product Multi Batch Add",
'version': '12.19.04.07',
- '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': 'USD',
'summary': """
App Stock Picking Order Product Multi Batch Add
- Odoo App of Sunpop.cn
+ Odoo App of odooai.cn
""",
'description': """
App Stock Picking Order Product Multi Add.
diff --git a/app_stock_picking_product_multi_add/static/description/index.html b/app_stock_picking_product_multi_add/static/description/index.html
index 7e9c04d2..8994f920 100644
--- a/app_stock_picking_product_multi_add/static/description/index.html
+++ b/app_stock_picking_product_multi_add/static/description/index.html
@@ -134,7 +134,7 @@
Visit our website for more support.
-https://www.sunpop.cn
+https://www.odooai.cn
diff --git a/app_stock_picking_type_group/__manifest__.py b/app_stock_picking_type_group/__manifest__.py
index 1da71af3..ca975d4b 100644
--- a/app_stock_picking_type_group/__manifest__.py
+++ b/app_stock_picking_type_group/__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 stock picking type group,库存作业类型分组",
'version': '12.0.12.26',
- 'author': 'Sunpop.cn',
+ 'author': 'odooai.cn',
'category': 'Base',
- 'website': 'https://www.sunpop.cn',
+ 'website': 'https://www.odooai.cn',
'license': 'LGPL-3',
'sequence': 2,
'summary': """
@@ -29,7 +29,7 @@
""",
'description': """
模块开发模板,目录结构与文件定义。
- 广州尚鹏,Sunpop.cn 的odoo模块。用于将库存作业分组,UI更方便。
+ 欧度智能,odooai.cn 的odoo模块。用于将库存作业分组,UI更方便。
""",
'depends': ['stock'],
'images': ['static/description/demo1.jpg'],
diff --git a/app_stock_picking_type_group/hooks.py b/app_stock_picking_type_group/hooks.py
index 2f263a54..cacd1027 100644
--- a/app_stock_picking_type_group/hooks.py
+++ b/app_stock_picking_type_group/hooks.py
@@ -1,18 +1,18 @@
# -*- 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 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_stock_picking_type_group/static/description/index.html b/app_stock_picking_type_group/static/description/index.html
index 5b98c3c5..08b095fb 100644
--- a/app_stock_picking_type_group/static/description/index.html
+++ b/app_stock_picking_type_group/static/description/index.html
@@ -5,7 +5,7 @@
This moduld allows user to .
Lastest update: v10.0.3.27, 2018-03-27
@@ -60,7 +60,7 @@
Visit our website for more support.
-https://www.sunpop.cn
+https://www.odooai.cn
diff --git a/app_stock_putaway/__manifest__.py b/app_stock_putaway/__manifest__.py
index ace5fdcd..7e277476 100644
--- a/app_stock_putaway/__manifest__.py
+++ b/app_stock_putaway/__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 stock putaway show.单独的上架策略界面及菜单",
'version': '12.0.11.14',
- 'author': 'Sunpop.cn',
+ 'author': 'odooai.cn',
'category': 'Base',
- 'website': 'https://www.sunpop.cn',
+ 'website': 'https://www.odooai.cn',
'license': 'LGPL-3',
'sequence': 2,
'summary': """
@@ -30,7 +30,7 @@
'description': """
上架策略菜单。
每个上架策略只适用于指定位置
- 广州尚鹏,Sunpop.cn 的odoo模块。
+ 欧度智能,odooai.cn 的odoo模块。
""",
'depends': ['stock'],
'images': [],
diff --git a/app_stock_putaway/static/description/index.html b/app_stock_putaway/static/description/index.html
index 5b98c3c5..08b095fb 100644
--- a/app_stock_putaway/static/description/index.html
+++ b/app_stock_putaway/static/description/index.html
@@ -5,7 +5,7 @@
This moduld allows user to .
Lastest update: v10.0.3.27, 2018-03-27
@@ -60,7 +60,7 @@
Visit our website for more support.
-https://www.sunpop.cn
+https://www.odooai.cn
diff --git a/app_stock_searchpanel/__manifest__.py b/app_stock_searchpanel/__manifest__.py
index a3b95b81..8ae4c3bd 100644
--- a/app_stock_searchpanel/__manifest__.py
+++ b/app_stock_searchpanel/__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 Searchpanel Hierarchy Tree, quick kanban filter",
'version': '12.19.04.29',
- '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_searchpanel/hooks.py b/app_stock_searchpanel/hooks.py
index f7bbfac4..67b172de 100644
--- a/app_stock_searchpanel/hooks.py
+++ b/app_stock_searchpanel/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_searchpanel/static/description/index.html b/app_stock_searchpanel/static/description/index.html
index ffa8a490..84c6ba37 100644
--- a/app_stock_searchpanel/static/description/index.html
+++ b/app_stock_searchpanel/static/description/index.html
@@ -320,7 +320,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 814cb364..3be1cf43 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': '12.19.07.17',
- '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 4e560b09..793d8b02 100644
--- a/app_stock_superbar/static/description/index.html
+++ b/app_stock_superbar/static/description/index.html
@@ -170,7 +170,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 7c8665e0..a0d7d5ee 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': '12.0.10.15',
- '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 4e560b09..793d8b02 100644
--- a/app_stock_ztree/static/description/index.html
+++ b/app_stock_ztree/static/description/index.html
@@ -170,7 +170,7 @@
Visit our website for more support.
-https://www.sunpop.cn
+https://www.odooai.cn
diff --git a/app_users_chart_hierarchy/__manifest__.py b/app_users_chart_hierarchy/__manifest__.py
index 50f78df9..aca83618 100644
--- a/app_users_chart_hierarchy/__manifest__.py
+++ b/app_users_chart_hierarchy/__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, 多层级用户',
'version': '12.19.04.19',
- '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_chart_hierarchy/static/description/index.html b/app_users_chart_hierarchy/static/description/index.html
index e565c561..5be6f773 100644
--- a/app_users_chart_hierarchy/static/description/index.html
+++ b/app_users_chart_hierarchy/static/description/index.html
@@ -179,7 +179,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 31428184..85280343 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': '12.19.08.24',
- '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 67d6092b..dbaf8248 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: v12.19.04.16
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/dashboard.xml b/app_web_enterprise/static/src/xml/dashboard.xml
index 48601ec9..d372dd21 100644
--- a/app_web_enterprise/static/src/xml/dashboard.xml
+++ b/app_web_enterprise/static/src/xml/dashboard.xml
@@ -3,12 +3,12 @@
-
+
-
+
diff --git a/app_web_fullwidth/__manifest__.py b/app_web_fullwidth/__manifest__.py
index a1dece18..b015a51d 100644
--- a/app_web_fullwidth/__manifest__.py
+++ b/app_web_fullwidth/__manifest__.py
@@ -1,31 +1,31 @@
# -*- coding: utf-8 -*-
# Created on 2019-01-04
-# author: 广州尚鹏,https://www.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': '12.19.04.02',
'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 e9d04593..d87bd422 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/aps/__manifest__.py b/aps/__manifest__.py
index 8db4d692..1b2026c6 100644
--- a/aps/__manifest__.py
+++ b/aps/__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 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/
# description:
{
'name': "APS Advanced planning and scheduling,高级排产",
'version': '12.19.04.18',
- '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,
@@ -37,7 +37,7 @@
],
'summary': """
Normal APS. mrp plan, mrp planning. manufacture plan, producing plan.
- Odoo App of Sunpop.cn
+ Odoo App of odooai.cn
""",
'description': """
模块开发模板,目录结构与文件定义。
diff --git a/aps/hooks.py b/aps/hooks.py
index d2e1bafb..d2f55ae1 100644
--- a/aps/hooks.py
+++ b/aps/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 pre_init_hook(cr):
diff --git a/aps/static/description/index.html b/aps/static/description/index.html
index f97bbdd9..59f72e68 100644
--- a/aps/static/description/index.html
+++ b/aps/static/description/index.html
@@ -58,13 +58,13 @@
Visit our website for more support.
-https://www.sunpop.cn
+https://www.odooai.cn
diff --git a/l10n_cn_standard_lastest/__init__.py b/l10n_cn_standard_lastest/__init__.py
index b833610e..2ab65b43 100644
--- a/l10n_cn_standard_lastest/__init__.py
+++ b/l10n_cn_standard_lastest/__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_lastest/__manifest__.py b/l10n_cn_standard_lastest/__manifest__.py
index bd4d9024..2b0dd3b7 100644
--- a/l10n_cn_standard_lastest/__manifest__.py
+++ b/l10n_cn_standard_lastest/__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': '2019最新中国企业会计表.Latest Chinese Accounting.',
'version': '12.19.04.23',
- 'author': 'Sunpop.cn',
+ 'author': 'odooai.cn',
'category': 'Localization',
- 'website': 'https://www.sunpop.cn',
+ 'website': 'https://www.odooai.cn',
'license': 'LGPL-3',
'sequence': 12,
'summary': """
@@ -32,7 +32,7 @@
7. 注意,必须在没有业务数据,没有会计科目的初始环境。可以使用 "app_odoo_customize" 模块清除财务数据,重置会计科目。
如果是多语种环境需要自行更改翻译,主要体现在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_lastest/hooks.py b/l10n_cn_standard_lastest/hooks.py
index e530e797..9f78faed 100644
--- a/l10n_cn_standard_lastest/hooks.py
+++ b/l10n_cn_standard_lastest/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_lastest/models/account_account.py b/l10n_cn_standard_lastest/models/account_account.py
index f3243d2e..8d09bfbc 100644
--- a/l10n_cn_standard_lastest/models/account_account.py
+++ b/l10n_cn_standard_lastest/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_lastest/models/account_account_template.py b/l10n_cn_standard_lastest/models/account_account_template.py
index 6180c138..367eac40 100644
--- a/l10n_cn_standard_lastest/models/account_account_template.py
+++ b/l10n_cn_standard_lastest/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_lastest/models/account_chart_template.py b/l10n_cn_standard_lastest/models/account_chart_template.py
index d7b0d03c..99096298 100644
--- a/l10n_cn_standard_lastest/models/account_chart_template.py
+++ b/l10n_cn_standard_lastest/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_lastest/static/description/index.html b/l10n_cn_standard_lastest/static/description/index.html
index 9115dca0..d996c0de 100644
--- a/l10n_cn_standard_lastest/static/description/index.html
+++ b/l10n_cn_standard_lastest/static/description/index.html
@@ -55,13 +55,13 @@
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 0f49aebf..fe85693b 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': '2020最新中国企业会计表.Latest Chinese Accounting.',
'version': '12.19.11.13',
- 'author': 'Sunpop.cn',
+ 'author': 'odooai.cn',
'category': 'Localization',
- 'website': 'https://www.sunpop.cn',
+ 'website': 'https://www.odooai.cn',
'license': 'LGPL-3',
'sequence': 12,
'summary': """
@@ -32,7 +32,7 @@
7. 注意,必须在没有业务数据,没有会计科目的初始环境。可以使用 "app_odoo_customize" 模块清除财务数据,重置会计科目。
如果是多语种环境需要自行更改翻译,主要体现在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 e530e797..9f78faed 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 946ce85b..45b3f294 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
diff --git a/readme.md b/readme.md
index b5d89db7..d116fd96 100644
--- a/readme.md
+++ b/readme.md
@@ -188,7 +188,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。 在主菜单界面让搜索可见。
@@ -216,7 +216,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/web_fontawesome/__manifest__.py b/web_fontawesome/__manifest__.py
index 7b4c8256..9e7533c2 100644
--- a/web_fontawesome/__manifest__.py
+++ b/web_fontawesome/__manifest__.py
@@ -1,24 +1,24 @@
# -*- 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:
# Copyright 2017 Simone Orsi
@@ -28,9 +28,9 @@
{
'name': 'App Web Fontawesome',
'version': '12.19.1.06',
- 'author': 'Sunpop.cn',
+ 'author': 'odooai.cn',
'category': 'Productivity',
- 'website': 'https://www.sunpop.cn',
+ 'website': 'https://www.odooai.cn',
'license': 'LGPL-3',
'sequence': 20,
'images': ['static/description/banner.png'],
diff --git a/web_fontawesome/static/description/index.html b/web_fontawesome/static/description/index.html
index 37dd70d9..39f7dfcb 100644
--- a/web_fontawesome/static/description/index.html
+++ b/web_fontawesome/static/description/index.html
@@ -409,7 +409,7 @@ If you spotted it first, help us smashing it by providing a detailed and welcome
-- Sunpop.cn
+- odooai.cn
- Camptocamp
- Creu Blanca