diff --git a/README.md b/README.md index d079274f..6b9281c6 100644 --- a/README.md +++ b/README.md @@ -330,7 +330,7 @@ odoo enterprise version UI enhance. 3. Alway show search in main menu. -广州尚鹏,Sunpop.cn 的odoo模块。企业版界面增强。 +欧度智能,odooai.cn 的odoo模块。企业版界面增强。 1. 多级菜单中出现箭头。 @@ -378,7 +378,7 @@ Form view Responsive full width (fullwidth). Ready for small, medium, large, ext 如果是多语种环境需要自行更改翻译,主要体现在16%增值税处理。 - 广州尚鹏,Sunpop.cn + 欧度智能,odooai.cn The Latest Chinese Account diff --git a/app_account_superbar/__manifest__.py b/app_account_superbar/__manifest__.py index 40aae025..2ca2393c 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': '16.22.12.06', - 'author': 'Sunpop.cn', + 'author': 'odooai.cn', 'category': 'Base', - 'website': 'https://www.sunpop.cn', + 'website': 'https://www.odooai.cn', 'license': 'LGPL-3', 'sequence': 2, 'summary': """ diff --git a/app_account_superbar/hooks.py b/app_account_superbar/hooks.py index 7edef364..2d503a3a 100644 --- a/app_account_superbar/hooks.py +++ b/app_account_superbar/hooks.py @@ -1,18 +1,18 @@ # -*- coding: utf-8 -*- # Created on 2018-10-12 -# author: 广州尚鹏,https://www.sunpop.cn +# author: 欧度智能,https://www.odooai.cn # email: 300883@qq.com -# resource of Sunpop +# resource of odooai # License LGPL-3.0 or later (http://www.gnu.org/licenses/lgpl). # Odoo在线中文用户手册(长期更新) -# https://www.sunpop.cn/documentation/user/10.0/zh_CN/index.html +# https://www.odooai.cn/documentation/user/10.0/zh_CN/index.html # Odoo10离线中文用户手册下载 -# https://www.sunpop.cn/odoo10_user_manual_document_offline/ +# https://www.odooai.cn/odoo10_user_manual_document_offline/ # Odoo10离线开发手册下载-含python教程,jquery参考,Jinja2模板,PostgresSQL参考(odoo开发必备) -# https://www.sunpop.cn/odoo10_developer_document_offline/ +# https://www.odooai.cn/odoo10_developer_document_offline/ # description: def post_init_hook(cr, pool): diff --git a/app_account_superbar/static/description/index.html b/app_account_superbar/static/description/index.html index 52e58d69..8a6cfb64 100644 --- a/app_account_superbar/static/description/index.html +++ b/app_account_superbar/static/description/index.html @@ -8,7 +8,7 @@

Advance Search, Filter with Parent Children Tree.

Easy to navigator and browse any data. Support list, kanban, pivot, graph view.

Online demo user/password: demo/demo - + Click to get demo.

@@ -283,7 +283,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 ae38824c..8e3a4426 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': '16.23.03.01', - '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 19ed979a..ee59a649 100644 --- a/app_account_ztree/static/description/index.html +++ b/app_account_ztree/static/description/index.html @@ -173,7 +173,7 @@

Visit our website for more support.

-

https://www.sunpop.cn

+

https://www.odooai.cn

diff --git a/app_base_chinese/__manifest__.py b/app_base_chinese/__manifest__.py index 0bf22671..4b809ee1 100644 --- a/app_base_chinese/__manifest__.py +++ b/app_base_chinese/__manifest__.py @@ -1,27 +1,27 @@ # -*- coding: utf-8 -*- # Created on 2023-02-02 -# author: 广州尚鹏,https://www.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': '16.23.04.02', - 'author': 'Sunpop.cn', + 'author': 'odooai.cn', 'category': 'Base', - 'website': 'https://www.sunpop.cn', + 'website': 'https://www.odooai.cn', 'license': 'LGPL-3', 'sequence': 2, 'price': 0, diff --git a/app_base_chinese/data/base_data.xml b/app_base_chinese/data/base_data.xml index 703431d0..20a79438 100644 --- a/app_base_chinese/data/base_data.xml +++ b/app_base_chinese/data/base_data.xml @@ -4,12 +4,12 @@ - 广州尚鹏 + 欧度智能 - 广州尚鹏 + 欧度智能 diff --git a/app_base_chinese/hooks.py b/app_base_chinese/hooks.py index de9af053..aa807838 100644 --- a/app_base_chinese/hooks.py +++ b/app_base_chinese/hooks.py @@ -1,18 +1,18 @@ # -*- coding: utf-8 -*- # Created on 2017-11-22 -# author: 广州尚鹏,https://www.sunpop.cn +# author: 欧度智能,https://www.odooai.cn # email: 300883@qq.com -# resource of Sunpop +# resource of odooai # License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl). # Odoo在线中文用户手册(长期更新) -# https://www.sunpop.cn/documentation/user/10.0/zh_CN/index.html +# https://www.odooai.cn/documentation/user/10.0/zh_CN/index.html # Odoo10离线中文用户手册下载 -# https://www.sunpop.cn/odoo10_user_manual_document_offline/ +# https://www.odooai.cn/odoo10_user_manual_document_offline/ # Odoo10离线开发手册下载-含python教程,jquery参考,Jinja2模板,PostgresSQL参考(odoo开发必备) -# https://www.sunpop.cn/odoo10_developer_document_offline/ +# https://www.odooai.cn/odoo10_developer_document_offline/ # description: from odoo import api, SUPERUSER_ID, _ diff --git a/app_base_chinese/static/description/index.html b/app_base_chinese/static/description/index.html index 9953dd87..c41da127 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

More Powerful addons, Make your odoo very easy to use, easy customize: - Sunpop.cn Odoo Addons + odooai.cn Odoo Addons

diff --git a/app_base_superbar/__manifest__.py b/app_base_superbar/__manifest__.py index 93380d56..de372f1c 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': '16.22.12.06', - 'author': 'Sunpop.cn', + 'author': 'odooai.cn', 'category': 'Base', - 'website': 'https://www.sunpop.cn', + 'website': 'https://www.odooai.cn', 'license': 'LGPL-3', 'sequence': 10, 'summary': """ diff --git a/app_base_superbar/hooks.py b/app_base_superbar/hooks.py index 7edef364..2d503a3a 100644 --- a/app_base_superbar/hooks.py +++ b/app_base_superbar/hooks.py @@ -1,18 +1,18 @@ # -*- coding: utf-8 -*- # Created on 2018-10-12 -# author: 广州尚鹏,https://www.sunpop.cn +# author: 欧度智能,https://www.odooai.cn # email: 300883@qq.com -# resource of Sunpop +# resource of odooai # License LGPL-3.0 or later (http://www.gnu.org/licenses/lgpl). # Odoo在线中文用户手册(长期更新) -# https://www.sunpop.cn/documentation/user/10.0/zh_CN/index.html +# https://www.odooai.cn/documentation/user/10.0/zh_CN/index.html # Odoo10离线中文用户手册下载 -# https://www.sunpop.cn/odoo10_user_manual_document_offline/ +# https://www.odooai.cn/odoo10_user_manual_document_offline/ # Odoo10离线开发手册下载-含python教程,jquery参考,Jinja2模板,PostgresSQL参考(odoo开发必备) -# https://www.sunpop.cn/odoo10_developer_document_offline/ +# https://www.odooai.cn/odoo10_developer_document_offline/ # description: def post_init_hook(cr, pool): diff --git a/app_base_superbar/static/description/index.html b/app_base_superbar/static/description/index.html index 74a9e7ed..1b4d4741 100644 --- a/app_base_superbar/static/description/index.html +++ b/app_base_superbar/static/description/index.html @@ -478,7 +478,7 @@

Visit our website for more support.

-

https://www.sunpop.cn

+

https://www.odooai.cn

diff --git a/app_chatgpt/__manifest__.py b/app_chatgpt/__manifest__.py index dc501cfa..adbd78a2 100644 --- a/app_chatgpt/__manifest__.py +++ b/app_chatgpt/__manifest__.py @@ -1,9 +1,9 @@ # -*- coding: utf-8 -*- # Created on 2023-02-016 -# author: 广州尚鹏,https://www.sunpop.cn +# author: 欧度智能,https://www.odooai.cn # email: 300883@qq.com -# resource of Sunpop +# resource of odooai # License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl). # Copyright (c) 2020-Present InTechual Solutions. () @@ -11,11 +11,11 @@ { 'name': 'Latest ChatGPT4 AI Center. GPT 4 for image, Dall-E Image.Multi Robot Support. Chat and Training', 'version': '16.23.04.27', - 'author': 'Sunpop.cn', - 'company': 'Sunpop.cn', - 'maintainer': 'Sunpop.cn', + 'author': 'odooai.cn', + 'company': 'odooai.cn', + 'maintainer': 'odooai.cn', 'category': 'Website/Website', - 'website': 'https://www.sunpop.cn', + 'website': 'https://www.odooai.cn', 'license': 'LGPL-3', 'sequence': 10, 'license': 'AGPL-3', diff --git a/app_chatgpt/data/user_partner_data.xml b/app_chatgpt/data/user_partner_data.xml index 6abf1d37..f48f1e19 100644 --- a/app_chatgpt/data/user_partner_data.xml +++ b/app_chatgpt/data/user_partner_data.xml @@ -6,7 +6,7 @@
- chatgpt@sunpop.cn + chatgpt@odooai.cn chatgpt @@ -21,8 +21,8 @@ - chatgpt1@sunpop.cn - chatgpt1@sunpop.cn + chatgpt1@odooai.cn + chatgpt1@odooai.cn chatgpt @@ -37,8 +37,8 @@ - chatgpt2@sunpop.cn - chatgpt2@sunpop.cn + chatgpt2@odooai.cn + chatgpt2@odooai.cn chatgpt diff --git a/app_chatgpt/static/description/index.html b/app_chatgpt/static/description/index.html index 1e118371..4e003887 100644 --- a/app_chatgpt/static/description/index.html +++ b/app_chatgpt/static/description/index.html @@ -224,15 +224,15 @@

Visit our website for more support.

- https://www.sunpop.cn + https://www.odooai.cn

More Powerful addons, Make your odoo very easy to use, easy customize: - Sunpop.cn Odoo Addons + odooai.cn Odoo Addons

diff --git a/app_common/__manifest__.py b/app_common/__manifest__.py index 48cc5ec6..047ec3b0 100644 --- a/app_common/__manifest__.py +++ b/app_common/__manifest__.py @@ -1,27 +1,27 @@ # -*- coding: utf-8 -*- # Created on 2023-02-02 -# author: 广州尚鹏,https://www.sunpop.cn +# author: 欧度智能,https://www.odooai.cn # email: 300883@qq.com -# resource of Sunpop +# resource of odooai # License LGPL-3.0 or later (http://www.gnu.org/licenses/lgpl). # Odoo12在线用户手册(长期更新) -# https://www.sunpop.cn/documentation/user/12.0/zh_CN/index.html +# https://www.odooai.cn/documentation/user/12.0/zh_CN/index.html # Odoo12在线开发者手册(长期更新) -# https://www.sunpop.cn/documentation/12.0/index.html +# https://www.odooai.cn/documentation/12.0/index.html # Odoo10在线中文用户手册(长期更新) -# https://www.sunpop.cn/documentation/user/10.0/zh_CN/index.html +# https://www.odooai.cn/documentation/user/10.0/zh_CN/index.html # Odoo10离线中文用户手册下载 -# https://www.sunpop.cn/odoo10_user_manual_document_offline/ +# https://www.odooai.cn/odoo10_user_manual_document_offline/ # Odoo10离线开发手册下载-含python教程,jquery参考,Jinja2模板,PostgresSQL参考(odoo开发必备) -# https://www.sunpop.cn/odoo10_developer_document_offline/ +# https://www.odooai.cn/odoo10_developer_document_offline/ ############################################################################## -# Copyright (C) 2009-TODAY Sunpop.cn Ltd. https://www.sunpop.cn +# Copyright (C) 2009-TODAY odooai.cn Ltd. https://www.odooai.cn # Author: Ivan Deng,300883@qq.com # You can modify it under the terms of the GNU LESSER # GENERAL PUBLIC LICENSE (LGPL v3), Version 3. @@ -32,18 +32,18 @@ ############################################################################## { - 'name': "Sunpop Odooapp Common Func", + 'name': "odooai Odooapp Common Func", 'version': '16.23.05.09', - 'author': 'Sunpop.cn', + 'author': 'odooai.cn', 'category': 'Base', - 'website': 'https://www.sunpop.cn', + 'website': 'https://www.odooai.cn', 'license': 'LGPL-3', 'sequence': 2, 'price': 0.00, 'currency': 'EUR', 'images': ['static/description/banner.png'], 'summary': ''' - Core for common use sunpop apps. + Core for common use odooai apps. 基础核心,必须没有要被依赖字段及视图等,实现auto_install ''', 'description': ''' diff --git a/app_common/hooks.py b/app_common/hooks.py index 3ba52cbf..40a5ccf5 100644 --- a/app_common/hooks.py +++ b/app_common/hooks.py @@ -1,18 +1,18 @@ # -*- coding: utf-8 -*- # Created on 2018-10-12 -# author: 广州尚鹏,https://www.sunpop.cn +# author: 欧度智能,https://www.odooai.cn # email: 300883@qq.com -# resource of Sunpop +# resource of odooai # License LGPL-3.0 or later (http://www.gnu.org/licenses/lgpl). # Odoo在线中文用户手册(长期更新) -# https://www.sunpop.cn/documentation/user/10.0/zh_CN/index.html +# https://www.odooai.cn/documentation/user/10.0/zh_CN/index.html # Odoo10离线中文用户手册下载 -# https://www.sunpop.cn/odoo10_user_manual_document_offline/ +# https://www.odooai.cn/odoo10_user_manual_document_offline/ # Odoo10离线开发手册下载-含python教程,jquery参考,Jinja2模板,PostgresSQL参考(odoo开发必备) -# https://www.sunpop.cn/odoo10_developer_document_offline/ +# https://www.odooai.cn/odoo10_developer_document_offline/ # description: from odoo import api, SUPERUSER_ID, _ diff --git a/app_common/models/__init__.py b/app_common/models/__init__.py index c2e3502c..feeb3377 100644 --- a/app_common/models/__init__.py +++ b/app_common/models/__init__.py @@ -1,25 +1,25 @@ # -*- coding: utf-8 -*- -# Part of Sunpop.cn. See LICENSE file for full copyright and licensing details. +# Part of odooai.cn. See LICENSE file for full copyright and licensing details. # Created on 2023-02-02 -# author: 广州尚鹏,http://www.sunpop.cn +# author: 欧度智能,http://www.odooai.cn # email: 300883@qq.com -# resource of Sunpop +# resource of odooai # License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl). # Odoo12在线用户手册(长期更新) -# http://www.sunpop.cn/documentation/user/12.0/en/index.html +# http://www.odooai.cn/documentation/user/12.0/en/index.html # Odoo12在线开发者手册(长期更新) -# http://www.sunpop.cn/documentation/12.0/index.html +# http://www.odooai.cn/documentation/12.0/index.html # Odoo10在线中文用户手册(长期更新) -# http://www.sunpop.cn/documentation/user/10.0/zh_CN/index.html +# http://www.odooai.cn/documentation/user/10.0/zh_CN/index.html # Odoo10离线中文用户手册下载 -# http://www.sunpop.cn/odoo10_user_manual_document_offline/ +# http://www.odooai.cn/odoo10_user_manual_document_offline/ # Odoo10离线开发手册下载-含python教程,jquery参考,Jinja2模板,PostgresSQL参考(odoo开发必备) -# http://www.sunpop.cn/odoo10_developer_document_offline/ +# http://www.odooai.cn/odoo10_developer_document_offline/ # description: from . import base diff --git a/app_common/models/ir_mail_server.py b/app_common/models/ir_mail_server.py index b3c8143c..a60f223c 100644 --- a/app_common/models/ir_mail_server.py +++ b/app_common/models/ir_mail_server.py @@ -18,7 +18,7 @@ class IrMailServer(models.Model): email_to = message['To'] # 忽略掉无效email,避免被ban - if email_to.find('example.com') != -1 or email_to.find('@sunpop.cn') != -1 or email_to.find('@odooapp.cn') != -1: + if email_to.find('example.com') != -1 or email_to.find('@odooai.cn') != -1 or email_to.find('@odooapp.cn') != -1: _logger.error(_("=================Email to ignore: %s") % email_to) raise AssertionError(_("Email to ignore: %s") % email_to) diff --git a/app_common/models/mail_mail.py b/app_common/models/mail_mail.py index 3b4c42ae..34e4de5b 100644 --- a/app_common/models/mail_mail.py +++ b/app_common/models/mail_mail.py @@ -11,6 +11,6 @@ class MailMail(models.Model): # 猴子补丁模式,改默认发邮件逻辑 def _send(self, auto_commit=False, raise_exception=False, smtp_session=None): for m in self: - if m.email_to and (m.email_to.find('example.com') != -1 or m.email_to.find('@sunpop.cn') != -1 or m.email_to.find('@odooapp.cn') != -1): + if m.email_to and (m.email_to.find('example.com') != -1 or m.email_to.find('@odooai.cn') != -1 or m.email_to.find('@odooapp.cn') != -1): self = self - m return super(MailMail, self)._send(auto_commit, raise_exception, smtp_session) diff --git a/app_common/static/description/index.html b/app_common/static/description/index.html index 254f8b78..5638aa15 100644 --- a/app_common/static/description/index.html +++ b/app_common/static/description/index.html @@ -90,13 +90,13 @@

Visit our website for more support.

-

https://www.sunpop.cn

+

https://www.odooai.cn

More Powerful addons, Make your odoo very easy to use, easy customize: - Supop.cn Odoo Addons + Supop.cn Odoo Addons

diff --git a/app_contacts_superbar/__manifest__.py b/app_contacts_superbar/__manifest__.py index 3f755522..f706abc8 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': '16.22.12.06', - 'author': 'Sunpop.cn', + 'author': 'odooai.cn', 'category': 'Base', - 'website': 'https://www.sunpop.cn', + 'website': 'https://www.odooai.cn', 'license': 'LGPL-3', 'sequence': 2, 'summary': """ diff --git a/app_contacts_superbar/hooks.py b/app_contacts_superbar/hooks.py index f7bbfac4..67b172de 100644 --- a/app_contacts_superbar/hooks.py +++ b/app_contacts_superbar/hooks.py @@ -1,18 +1,18 @@ # -*- coding: utf-8 -*- # Created on 2018-10-12 -# author: 广州尚鹏,https://www.sunpop.cn +# author: 欧度智能,https://www.odooai.cn # email: 300883@qq.com -# resource of Sunpop +# resource of odooai # License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl). # Odoo在线中文用户手册(长期更新) -# https://www.sunpop.cn/documentation/user/10.0/zh_CN/index.html +# https://www.odooai.cn/documentation/user/10.0/zh_CN/index.html # Odoo10离线中文用户手册下载 -# https://www.sunpop.cn/odoo10_user_manual_document_offline/ +# https://www.odooai.cn/odoo10_user_manual_document_offline/ # Odoo10离线开发手册下载-含python教程,jquery参考,Jinja2模板,PostgresSQL参考(odoo开发必备) -# https://www.sunpop.cn/odoo10_developer_document_offline/ +# https://www.odooai.cn/odoo10_developer_document_offline/ # description: def post_init_hook(cr, pool): diff --git a/app_contacts_superbar/static/description/index.html b/app_contacts_superbar/static/description/index.html index 8b78a895..74cf07b3 100644 --- a/app_contacts_superbar/static/description/index.html +++ b/app_contacts_superbar/static/description/index.html @@ -8,7 +8,7 @@

Advance Search, Filter with Parent Children Tree.

Easy to navigator and browse any data. Support list, kanban, pivot, graph view.

Online demo user/password: demo/demo - + Click to get demo.

@@ -283,7 +283,7 @@

Visit our website for more support.

-

https://www.sunpop.cn

+

https://www.odooai.cn

diff --git a/app_hr_superbar/__manifest__.py b/app_hr_superbar/__manifest__.py index 6709559c..4fe3588e 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': '16.22.12.06', - 'author': 'Sunpop.cn', + 'author': 'odooai.cn', 'category': 'Human Resources', - 'website': 'https://www.sunpop.cn', + 'website': 'https://www.odooai.cn', 'license': 'LGPL-3', 'sequence': 2, 'summary': """ diff --git a/app_hr_superbar/hooks.py b/app_hr_superbar/hooks.py index 7edef364..2d503a3a 100644 --- a/app_hr_superbar/hooks.py +++ b/app_hr_superbar/hooks.py @@ -1,18 +1,18 @@ # -*- coding: utf-8 -*- # Created on 2018-10-12 -# author: 广州尚鹏,https://www.sunpop.cn +# author: 欧度智能,https://www.odooai.cn # email: 300883@qq.com -# resource of Sunpop +# resource of odooai # License LGPL-3.0 or later (http://www.gnu.org/licenses/lgpl). # Odoo在线中文用户手册(长期更新) -# https://www.sunpop.cn/documentation/user/10.0/zh_CN/index.html +# https://www.odooai.cn/documentation/user/10.0/zh_CN/index.html # Odoo10离线中文用户手册下载 -# https://www.sunpop.cn/odoo10_user_manual_document_offline/ +# https://www.odooai.cn/odoo10_user_manual_document_offline/ # Odoo10离线开发手册下载-含python教程,jquery参考,Jinja2模板,PostgresSQL参考(odoo开发必备) -# https://www.sunpop.cn/odoo10_developer_document_offline/ +# https://www.odooai.cn/odoo10_developer_document_offline/ # description: def post_init_hook(cr, pool): diff --git a/app_hr_superbar/static/description/index.html b/app_hr_superbar/static/description/index.html index b879ea51..d503234a 100644 --- a/app_hr_superbar/static/description/index.html +++ b/app_hr_superbar/static/description/index.html @@ -305,7 +305,7 @@

Visit our website for more support.

-

https://www.sunpop.cn

+

https://www.odooai.cn

diff --git a/app_mail_superbar/__manifest__.py b/app_mail_superbar/__manifest__.py index 596dae74..5b6c6eef 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': '16.22.12.06', - 'author': 'Sunpop.cn', + 'author': 'odooai.cn', 'category': 'Base', - 'website': 'https://www.sunpop.cn', + 'website': 'https://www.odooai.cn', 'license': 'LGPL-3', 'sequence': 10, 'summary': """ diff --git a/app_mail_superbar/hooks.py b/app_mail_superbar/hooks.py index 7edef364..2d503a3a 100644 --- a/app_mail_superbar/hooks.py +++ b/app_mail_superbar/hooks.py @@ -1,18 +1,18 @@ # -*- coding: utf-8 -*- # Created on 2018-10-12 -# author: 广州尚鹏,https://www.sunpop.cn +# author: 欧度智能,https://www.odooai.cn # email: 300883@qq.com -# resource of Sunpop +# resource of odooai # License LGPL-3.0 or later (http://www.gnu.org/licenses/lgpl). # Odoo在线中文用户手册(长期更新) -# https://www.sunpop.cn/documentation/user/10.0/zh_CN/index.html +# https://www.odooai.cn/documentation/user/10.0/zh_CN/index.html # Odoo10离线中文用户手册下载 -# https://www.sunpop.cn/odoo10_user_manual_document_offline/ +# https://www.odooai.cn/odoo10_user_manual_document_offline/ # Odoo10离线开发手册下载-含python教程,jquery参考,Jinja2模板,PostgresSQL参考(odoo开发必备) -# https://www.sunpop.cn/odoo10_developer_document_offline/ +# https://www.odooai.cn/odoo10_developer_document_offline/ # description: def post_init_hook(cr, pool): diff --git a/app_mail_superbar/static/description/index.html b/app_mail_superbar/static/description/index.html index e4380a7f..387496c6 100644 --- a/app_mail_superbar/static/description/index.html +++ b/app_mail_superbar/static/description/index.html @@ -460,7 +460,7 @@

Visit our website for more support.

-

https://www.sunpop.cn

+

https://www.odooai.cn

diff --git a/app_mrp_superbar/__manifest__.py b/app_mrp_superbar/__manifest__.py index 19d470e9..be87c745 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': '16.22.12.06', - 'author': 'Sunpop.cn', + 'author': 'odooai.cn', 'category': 'Base', - 'website': 'https://www.sunpop.cn', + 'website': 'https://www.odooai.cn', 'license': 'LGPL-3', 'sequence': 2, 'summary': """ diff --git a/app_mrp_superbar/hooks.py b/app_mrp_superbar/hooks.py index f7bbfac4..67b172de 100644 --- a/app_mrp_superbar/hooks.py +++ b/app_mrp_superbar/hooks.py @@ -1,18 +1,18 @@ # -*- coding: utf-8 -*- # Created on 2018-10-12 -# author: 广州尚鹏,https://www.sunpop.cn +# author: 欧度智能,https://www.odooai.cn # email: 300883@qq.com -# resource of Sunpop +# resource of odooai # License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl). # Odoo在线中文用户手册(长期更新) -# https://www.sunpop.cn/documentation/user/10.0/zh_CN/index.html +# https://www.odooai.cn/documentation/user/10.0/zh_CN/index.html # Odoo10离线中文用户手册下载 -# https://www.sunpop.cn/odoo10_user_manual_document_offline/ +# https://www.odooai.cn/odoo10_user_manual_document_offline/ # Odoo10离线开发手册下载-含python教程,jquery参考,Jinja2模板,PostgresSQL参考(odoo开发必备) -# https://www.sunpop.cn/odoo10_developer_document_offline/ +# https://www.odooai.cn/odoo10_developer_document_offline/ # description: def post_init_hook(cr, pool): diff --git a/app_mrp_superbar/static/description/index.html b/app_mrp_superbar/static/description/index.html index 16b7be24..aa22aa48 100644 --- a/app_mrp_superbar/static/description/index.html +++ b/app_mrp_superbar/static/description/index.html @@ -383,7 +383,7 @@

Visit our website for more support.

-

https://www.sunpop.cn

+

https://www.odooai.cn

diff --git a/app_odoo_customize/__manifest__.py b/app_odoo_customize/__manifest__.py index 5ecfe777..e47d585a 100644 --- a/app_odoo_customize/__manifest__.py +++ b/app_odoo_customize/__manifest__.py @@ -1,32 +1,32 @@ # -*- coding: utf-8 -*- # Created on 2018-11-26 -# author: 广州尚鹏,https://www.sunpop.cn +# author: 欧度智能,https://www.odooai.cn # email: 300883@qq.com -# resource of Sunpop +# resource of odooai # License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl). # Odoo12在线用户手册(长期更新) -# https://www.sunpop.cn/documentation/user/12.0/en/index.html +# https://www.odooai.cn/documentation/user/12.0/en/index.html # Odoo12在线开发者手册(长期更新) -# https://www.sunpop.cn/documentation/12.0/index.html +# https://www.odooai.cn/documentation/12.0/index.html # Odoo10在线中文用户手册(长期更新) -# https://www.sunpop.cn/documentation/user/10.0/zh_CN/index.html +# https://www.odooai.cn/documentation/user/10.0/zh_CN/index.html # Odoo10离线中文用户手册下载 -# https://www.sunpop.cn/odoo10_user_manual_document_offline/ +# https://www.odooai.cn/odoo10_user_manual_document_offline/ # Odoo10离线开发手册下载-含python教程,jquery参考,Jinja2模板,PostgresSQL参考(odoo开发必备) -# https://www.sunpop.cn/odoo10_developer_document_offline/ +# https://www.odooai.cn/odoo10_developer_document_offline/ # description: { 'name': 'odoo 16 Customize OEM(Boost, Data reset)', 'version': '16.23.05.25', - 'author': 'Sunpop.cn', + 'author': 'odooai.cn', 'category': 'Productivity', - 'website': 'https://www.sunpop.cn', + 'website': 'https://www.odooai.cn', 'license': 'LGPL-3', 'sequence': 2, 'images': ['static/description/banner.gif'], diff --git a/app_odoo_customize/data/digest_template_data.xml b/app_odoo_customize/data/digest_template_data.xml index 97f292e0..a3baa335 100644 --- a/app_odoo_customize/data/digest_template_data.xml +++ b/app_odoo_customize/data/digest_template_data.xml @@ -124,7 +124,7 @@ -
+
diff --git a/app_odoo_customize/data/ir_config_parameter_data.xml b/app_odoo_customize/data/ir_config_parameter_data.xml index 32f65b5b..7fe84f3d 100644 --- a/app_odoo_customize/data/ir_config_parameter_data.xml +++ b/app_odoo_customize/data/ir_config_parameter_data.xml @@ -11,11 +11,11 @@ - - - + + + - + diff --git a/app_odoo_customize/data/ir_module_module_data.xml b/app_odoo_customize/data/ir_module_module_data.xml index 710457d2..4280360b 100644 --- a/app_odoo_customize/data/ir_module_module_data.xml +++ b/app_odoo_customize/data/ir_module_module_data.xml @@ -2,63 +2,63 @@ - https://www.sunpop.cn + https://www.odooai.cn - https://www.sunpop.cn + https://www.odooai.cn - https://www.sunpop.cn + https://www.odooai.cn - https://www.sunpop.cn + https://www.odooai.cn - https://www.sunpop.cn + https://www.odooai.cn - https://www.sunpop.cn + https://www.odooai.cn - https://www.sunpop.cn + https://www.odooai.cn - https://www.sunpop.cn + https://www.odooai.cn - https://www.sunpop.cn + https://www.odooai.cn - https://www.sunpop.cn + https://www.odooai.cn - https://www.sunpop.cn + https://www.odooai.cn - https://www.sunpop.cn + https://www.odooai.cn - https://www.sunpop.cn + https://www.odooai.cn - https://www.sunpop.cn + https://www.odooai.cn - https://www.sunpop.cn + https://www.odooai.cn diff --git a/app_odoo_customize/data/res_company_data.xml b/app_odoo_customize/data/res_company_data.xml index a49f19dd..8d3b6cfa 100644 --- a/app_odoo_customize/data/res_company_data.xml +++ b/app_odoo_customize/data/res_company_data.xml @@ -3,7 +3,7 @@ - https://www.sunpop.cn + https://www.odooai.cn \ No newline at end of file diff --git a/app_odoo_customize/hooks.py b/app_odoo_customize/hooks.py index 507bc547..14dd0988 100644 --- a/app_odoo_customize/hooks.py +++ b/app_odoo_customize/hooks.py @@ -1,18 +1,18 @@ # -*- coding: utf-8 -*- # Created on 2018-10-12 -# author: 广州尚鹏,https://www.sunpop.cn +# author: 欧度智能,https://www.odooai.cn # email: 300883@qq.com -# resource of Sunpop +# resource of odooai # License LGPL-3.0 or later (http://www.gnu.org/licenses/lgpl). # Odoo在线中文用户手册(长期更新) -# https://www.sunpop.cn/documentation/user/10.0/zh_CN/index.html +# https://www.odooai.cn/documentation/user/10.0/zh_CN/index.html # Odoo10离线中文用户手册下载 -# https://www.sunpop.cn/odoo10_user_manual_document_offline/ +# https://www.odooai.cn/odoo10_user_manual_document_offline/ # Odoo10离线开发手册下载-含python教程,jquery参考,Jinja2模板,PostgresSQL参考(odoo开发必备) -# https://www.sunpop.cn/odoo10_developer_document_offline/ +# https://www.odooai.cn/odoo10_developer_document_offline/ # description: from odoo import api, SUPERUSER_ID, _ @@ -21,7 +21,7 @@ from odoo import api, SUPERUSER_ID, _ def pre_init_hook(cr): try: # 更新企业版指向 - sql = "UPDATE ir_module_module SET website = '%s' WHERE license like '%s' and website <> ''" % ('https://www.sunpop.cn', 'OEEL%') + sql = "UPDATE ir_module_module SET website = '%s' WHERE license like '%s' and website <> ''" % ('https://www.odooai.cn', 'OEEL%') cr.execute(sql) cr.commit() except Exception as e: diff --git a/app_odoo_customize/i18n/zh_CN.po b/app_odoo_customize/i18n/zh_CN.po index 29125a8d..07f4e83a 100644 --- a/app_odoo_customize/i18n/zh_CN.po +++ b/app_odoo_customize/i18n/zh_CN.po @@ -541,8 +541,8 @@ msgstr "菜单项具体操作设置" #. module: app_odoo_customize #: model_terms:ir.ui.view,arch_db:app_odoo_customize.view_app_theme_config_settings -msgid "Visit our website for more apps and Support. https://www.sunpop.cn" -msgstr "请访问我们的网站获取更多支持. http://www.sunpop.cn" +msgid "Visit our website for more apps and Support. https://www.odooai.cn" +msgstr "请访问我们的网站获取更多支持. http://www.odooai.cn" #. module: app_odoo_customize #: model:ir.model,name:app_odoo_customize.model_web_environment_ribbon_backend diff --git a/app_odoo_customize/readme.md b/app_odoo_customize/readme.md index 573c734c..128a95a7 100644 --- a/app_odoo_customize/readme.md +++ b/app_odoo_customize/readme.md @@ -36,7 +36,7 @@ Also helpful for training and support for your odoo end-user. The user can get the help document just by one click. For more support -https://www.sunpop.cn +https://www.odooai.cn ## 在符合odoo开源协议的前提下,去除odoo版权信息,自定义你的odoo 可完全自行设置下列 odoo 选项,让 odoo 看上去像是你的软件产品 @@ -76,17 +76,17 @@ https://www.sunpop.cn ## 其它技术资源: # Odoo12在线用户手册(长期更新) -# https://www.sunpop.cn/documentation/user/12.0/en/index.html +# https://www.odooai.cn/documentation/user/12.0/en/index.html # Odoo12在线开发者手册(长期更新) -# https://www.sunpop.cn/documentation/12.0/index.html +# https://www.odooai.cn/documentation/12.0/index.html # Odoo10在线中文用户手册(长期更新) -# https://www.sunpop.cn/documentation/user/10.0/zh_CN/index.html +# https://www.odooai.cn/documentation/user/10.0/zh_CN/index.html # Odoo10离线中文用户手册下载 -# https://www.sunpop.cn/odoo10_user_manual_document_offline/ +# https://www.odooai.cn/odoo10_user_manual_document_offline/ # Odoo10离线开发手册下载-含python教程,jquery参考,Jinja2模板,PostgresSQL参考(odoo开发必备) -# https://www.sunpop.cn/odoo10_developer_document_offline/ +# https://www.odooai.cn/odoo10_developer_document_offline/ # description: diff --git a/app_odoo_customize/static/description/index.html b/app_odoo_customize/static/description/index.html index 2844a9d1..76fc0c90 100644 --- a/app_odoo_customize/static/description/index.html +++ b/app_odoo_customize/static/description/index.html @@ -20,12 +20,12 @@

Also you can - + get more powerful odoo apps from us. . like [superbar widget]

@@ -120,7 +120,7 @@

Add 18. Show/Hide Author and Website in Apps Dashboard

More Powerful addons:

- Sunpop.cn Awesome Odoo Addons + odooai.cn Awesome Odoo Addons


Odoo 16, 15, 14, 12, 11, 10 Support. Community and Enterprise version support

@@ -312,7 +312,7 @@

Visit our website for more support.

-

https://www.sunpop.cn

+

https://www.odooai.cn

diff --git a/app_odoo_customize/views/app_theme_config_settings_views.xml b/app_odoo_customize/views/app_theme_config_settings_views.xml index 07ce24f4..248e6a62 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 43fc33c2..46fd00c5 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': '16.22.12.06', - 'author': 'Sunpop.cn', + 'author': 'odooai.cn', 'category': 'Point of Sale', - 'website': 'https://www.sunpop.cn', + 'website': 'https://www.odooai.cn', 'license': 'LGPL-3', 'sequence': 12, 'summary': """ diff --git a/app_pos_superbar/hooks.py b/app_pos_superbar/hooks.py index f7bbfac4..67b172de 100644 --- a/app_pos_superbar/hooks.py +++ b/app_pos_superbar/hooks.py @@ -1,18 +1,18 @@ # -*- coding: utf-8 -*- # Created on 2018-10-12 -# author: 广州尚鹏,https://www.sunpop.cn +# author: 欧度智能,https://www.odooai.cn # email: 300883@qq.com -# resource of Sunpop +# resource of odooai # License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl). # Odoo在线中文用户手册(长期更新) -# https://www.sunpop.cn/documentation/user/10.0/zh_CN/index.html +# https://www.odooai.cn/documentation/user/10.0/zh_CN/index.html # Odoo10离线中文用户手册下载 -# https://www.sunpop.cn/odoo10_user_manual_document_offline/ +# https://www.odooai.cn/odoo10_user_manual_document_offline/ # Odoo10离线开发手册下载-含python教程,jquery参考,Jinja2模板,PostgresSQL参考(odoo开发必备) -# https://www.sunpop.cn/odoo10_developer_document_offline/ +# https://www.odooai.cn/odoo10_developer_document_offline/ # description: def post_init_hook(cr, pool): diff --git a/app_pos_superbar/static/description/index.html b/app_pos_superbar/static/description/index.html index 9db4ba64..656019bc 100644 --- a/app_pos_superbar/static/description/index.html +++ b/app_pos_superbar/static/description/index.html @@ -383,7 +383,7 @@

Visit our website for more support.

-

https://www.sunpop.cn

+

https://www.odooai.cn

diff --git a/app_product_superbar/__manifest__.py b/app_product_superbar/__manifest__.py index 98011d73..b0ee9ac9 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': '16.22.12.06', - 'author': 'Sunpop.cn', + 'author': 'odooai.cn', 'category': 'Base', - 'website': 'https://www.sunpop.cn', + 'website': 'https://www.odooai.cn', 'license': 'LGPL-3', 'sequence': 2, 'summary': """ diff --git a/app_product_superbar/hooks.py b/app_product_superbar/hooks.py index f7bbfac4..67b172de 100644 --- a/app_product_superbar/hooks.py +++ b/app_product_superbar/hooks.py @@ -1,18 +1,18 @@ # -*- coding: utf-8 -*- # Created on 2018-10-12 -# author: 广州尚鹏,https://www.sunpop.cn +# author: 欧度智能,https://www.odooai.cn # email: 300883@qq.com -# resource of Sunpop +# resource of odooai # License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl). # Odoo在线中文用户手册(长期更新) -# https://www.sunpop.cn/documentation/user/10.0/zh_CN/index.html +# https://www.odooai.cn/documentation/user/10.0/zh_CN/index.html # Odoo10离线中文用户手册下载 -# https://www.sunpop.cn/odoo10_user_manual_document_offline/ +# https://www.odooai.cn/odoo10_user_manual_document_offline/ # Odoo10离线开发手册下载-含python教程,jquery参考,Jinja2模板,PostgresSQL参考(odoo开发必备) -# https://www.sunpop.cn/odoo10_developer_document_offline/ +# https://www.odooai.cn/odoo10_developer_document_offline/ # description: def post_init_hook(cr, pool): diff --git a/app_product_superbar/models/product_category.py b/app_product_superbar/models/product_category.py index de355a17..4ac3d047 100644 --- a/app_product_superbar/models/product_category.py +++ b/app_product_superbar/models/product_category.py @@ -1,18 +1,18 @@ # -*- coding: utf-8 -*- # Created on 2017-11-28 -# author: 广州尚鹏,https://www.sunpop.cn +# author: 欧度智能,https://www.odooai.cn # email: 300883@qq.com -# resource of Sunpop +# resource of odooai # License LGPL-3.0 or later (http://www.gnu.org/licenses/lgpl). # Odoo在线中文用户手册(长期更新) -# https://www.sunpop.cn/documentation/user/10.0/zh_CN/index.html +# https://www.odooai.cn/documentation/user/10.0/zh_CN/index.html # Odoo10离线中文用户手册下载 -# https://www.sunpop.cn/odoo10_user_manual_document_offline/ +# https://www.odooai.cn/odoo10_user_manual_document_offline/ # Odoo10离线开发手册下载-含python教程,jquery参考,Jinja2模板,PostgresSQL参考(odoo开发必备) -# https://www.sunpop.cn/odoo10_developer_document_offline/ +# https://www.odooai.cn/odoo10_developer_document_offline/ # description: from odoo import api, fields, models, exceptions, _ diff --git a/app_product_superbar/static/description/index.html b/app_product_superbar/static/description/index.html index 1f62fe3d..0f344342 100644 --- a/app_product_superbar/static/description/index.html +++ b/app_product_superbar/static/description/index.html @@ -398,7 +398,7 @@

Visit our website for more support.

-

https://www.sunpop.cn

+

https://www.odooai.cn

diff --git a/app_product_superbar_pro/__manifest__.py b/app_product_superbar_pro/__manifest__.py index 7e07cf93..aa18ff20 100644 --- a/app_product_superbar_pro/__manifest__.py +++ b/app_product_superbar_pro/__manifest__.py @@ -1,26 +1,26 @@ # -*- coding: utf-8 -*- # Created on 2018-08-15 -# author: 广州尚鹏,https://www.sunpop.cn +# author: 欧度智能,https://www.odooai.cn # email: 300883@qq.com -# resource of Sunpop +# resource of odooai # License LGPL-3.0 or later (http://www.gnu.org/licenses/lgpl). # Odoo在线中文用户手册(长期更新) -# https://www.sunpop.cn/documentation/user/10.0/zh_CN/index.html +# https://www.odooai.cn/documentation/user/10.0/zh_CN/index.html # Odoo10离线中文用户手册下载 -# https://www.sunpop.cn/odoo10_user_manual_document_offline/ +# https://www.odooai.cn/odoo10_user_manual_document_offline/ # Odoo10离线开发手册下载-含python教程,jquery参考,Jinja2模板,PostgresSQL参考(odoo开发必备) -# https://www.sunpop.cn/odoo10_developer_document_offline/ +# https://www.odooai.cn/odoo10_developer_document_offline/ # description: { 'name': "Product browse by category navigator Pro", 'version': '16.23.03.05', - 'author': 'Sunpop.cn', + 'author': 'odooai.cn', 'category': 'Base', - 'website': 'https://www.sunpop.cn', + 'website': 'https://www.odooai.cn', 'license': 'LGPL-3', 'sequence': 2, 'summary': """ diff --git a/app_product_superbar_pro/hooks.py b/app_product_superbar_pro/hooks.py index f7bbfac4..67b172de 100644 --- a/app_product_superbar_pro/hooks.py +++ b/app_product_superbar_pro/hooks.py @@ -1,18 +1,18 @@ # -*- coding: utf-8 -*- # Created on 2018-10-12 -# author: 广州尚鹏,https://www.sunpop.cn +# author: 欧度智能,https://www.odooai.cn # email: 300883@qq.com -# resource of Sunpop +# resource of odooai # License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl). # Odoo在线中文用户手册(长期更新) -# https://www.sunpop.cn/documentation/user/10.0/zh_CN/index.html +# https://www.odooai.cn/documentation/user/10.0/zh_CN/index.html # Odoo10离线中文用户手册下载 -# https://www.sunpop.cn/odoo10_user_manual_document_offline/ +# https://www.odooai.cn/odoo10_user_manual_document_offline/ # Odoo10离线开发手册下载-含python教程,jquery参考,Jinja2模板,PostgresSQL参考(odoo开发必备) -# https://www.sunpop.cn/odoo10_developer_document_offline/ +# https://www.odooai.cn/odoo10_developer_document_offline/ # description: def post_init_hook(cr, pool): diff --git a/app_product_superbar_pro/static/description/index.html b/app_product_superbar_pro/static/description/index.html index 1a708e28..58a3e849 100644 --- a/app_product_superbar_pro/static/description/index.html +++ b/app_product_superbar_pro/static/description/index.html @@ -513,7 +513,7 @@

Visit our website for more support.

-

https://www.sunpop.cn

+

https://www.odooai.cn

diff --git a/app_product_ztree/__manifest__.py b/app_product_ztree/__manifest__.py index dd9c9adb..85b35db3 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': '16.23.02.28', - 'author': 'Sunpop.cn', + 'author': 'odooai.cn', 'category': 'Base', - 'website': 'https://www.sunpop.cn', + 'website': 'https://www.odooai.cn', 'license': 'LGPL-3', 'sequence': 2, 'summary': """ diff --git a/app_product_ztree/hooks.py b/app_product_ztree/hooks.py index f7bbfac4..67b172de 100644 --- a/app_product_ztree/hooks.py +++ b/app_product_ztree/hooks.py @@ -1,18 +1,18 @@ # -*- coding: utf-8 -*- # Created on 2018-10-12 -# author: 广州尚鹏,https://www.sunpop.cn +# author: 欧度智能,https://www.odooai.cn # email: 300883@qq.com -# resource of Sunpop +# resource of odooai # License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl). # Odoo在线中文用户手册(长期更新) -# https://www.sunpop.cn/documentation/user/10.0/zh_CN/index.html +# https://www.odooai.cn/documentation/user/10.0/zh_CN/index.html # Odoo10离线中文用户手册下载 -# https://www.sunpop.cn/odoo10_user_manual_document_offline/ +# https://www.odooai.cn/odoo10_user_manual_document_offline/ # Odoo10离线开发手册下载-含python教程,jquery参考,Jinja2模板,PostgresSQL参考(odoo开发必备) -# https://www.sunpop.cn/odoo10_developer_document_offline/ +# https://www.odooai.cn/odoo10_developer_document_offline/ # description: def post_init_hook(cr, pool): diff --git a/app_product_ztree/models/product_category.py b/app_product_ztree/models/product_category.py index 29143d10..cd7a37c9 100644 --- a/app_product_ztree/models/product_category.py +++ b/app_product_ztree/models/product_category.py @@ -1,18 +1,18 @@ # -*- coding: utf-8 -*- # Created on 2017-11-28 -# author: 广州尚鹏,https://www.sunpop.cn +# author: 欧度智能,https://www.odooai.cn # email: 300883@qq.com -# resource of Sunpop +# resource of odooai # License LGPL-3.0 or later (http://www.gnu.org/licenses/lgpl). # Odoo在线中文用户手册(长期更新) -# https://www.sunpop.cn/documentation/user/10.0/zh_CN/index.html +# https://www.odooai.cn/documentation/user/10.0/zh_CN/index.html # Odoo10离线中文用户手册下载 -# https://www.sunpop.cn/odoo10_user_manual_document_offline/ +# https://www.odooai.cn/odoo10_user_manual_document_offline/ # Odoo10离线开发手册下载-含python教程,jquery参考,Jinja2模板,PostgresSQL参考(odoo开发必备) -# https://www.sunpop.cn/odoo10_developer_document_offline/ +# https://www.odooai.cn/odoo10_developer_document_offline/ # description: from odoo import api, fields, models, exceptions, _ diff --git a/app_product_ztree/static/description/index.html b/app_product_ztree/static/description/index.html index e5b2e433..361612c3 100644 --- a/app_product_ztree/static/description/index.html +++ b/app_product_ztree/static/description/index.html @@ -174,7 +174,7 @@

Visit our website for more support.

-

https://www.sunpop.cn

+

https://www.odooai.cn

diff --git a/app_project_superbar/__manifest__.py b/app_project_superbar/__manifest__.py index 90ec6c05..85089f93 100644 --- a/app_project_superbar/__manifest__.py +++ b/app_project_superbar/__manifest__.py @@ -1,26 +1,26 @@ # -*- coding: utf-8 -*- # Created on 2018-08-15 -# author: 广州尚鹏,https://www.sunpop.cn +# author: 欧度智能,https://www.odooai.cn # email: 300883@qq.com -# resource of Sunpop +# resource of odooai # License LGPL-3.0 or later (http://www.gnu.org/licenses/lgpl). # Odoo在线中文用户手册(长期更新) -# https://www.sunpop.cn/documentation/user/10.0/zh_CN/index.html +# https://www.odooai.cn/documentation/user/10.0/zh_CN/index.html # Odoo10离线中文用户手册下载 -# https://www.sunpop.cn/odoo10_user_manual_document_offline/ +# https://www.odooai.cn/odoo10_user_manual_document_offline/ # Odoo10离线开发手册下载-含python教程,jquery参考,Jinja2模板,PostgresSQL参考(odoo开发必备) -# https://www.sunpop.cn/odoo10_developer_document_offline/ +# https://www.odooai.cn/odoo10_developer_document_offline/ # description: { 'name': "Project and task browse by partner,user, stage navigator", 'version': '15.19.12.03', - 'author': 'Sunpop.cn', + 'author': 'odooai.cn', 'category': 'Base', - 'website': 'https://www.sunpop.cn', + 'website': 'https://www.odooai.cn', 'license': 'LGPL-3', 'sequence': 2, 'summary': """ diff --git a/app_project_superbar/hooks.py b/app_project_superbar/hooks.py index f7bbfac4..67b172de 100644 --- a/app_project_superbar/hooks.py +++ b/app_project_superbar/hooks.py @@ -1,18 +1,18 @@ # -*- coding: utf-8 -*- # Created on 2018-10-12 -# author: 广州尚鹏,https://www.sunpop.cn +# author: 欧度智能,https://www.odooai.cn # email: 300883@qq.com -# resource of Sunpop +# resource of odooai # License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl). # Odoo在线中文用户手册(长期更新) -# https://www.sunpop.cn/documentation/user/10.0/zh_CN/index.html +# https://www.odooai.cn/documentation/user/10.0/zh_CN/index.html # Odoo10离线中文用户手册下载 -# https://www.sunpop.cn/odoo10_user_manual_document_offline/ +# https://www.odooai.cn/odoo10_user_manual_document_offline/ # Odoo10离线开发手册下载-含python教程,jquery参考,Jinja2模板,PostgresSQL参考(odoo开发必备) -# https://www.sunpop.cn/odoo10_developer_document_offline/ +# https://www.odooai.cn/odoo10_developer_document_offline/ # description: def post_init_hook(cr, pool): diff --git a/app_project_superbar/static/description/index.html b/app_project_superbar/static/description/index.html index 969ef367..f97cb5d7 100644 --- a/app_project_superbar/static/description/index.html +++ b/app_project_superbar/static/description/index.html @@ -403,7 +403,7 @@

Visit our website for more support.

-

https://www.sunpop.cn

+

https://www.odooai.cn

diff --git a/app_purchase_superbar/__manifest__.py b/app_purchase_superbar/__manifest__.py index a5da19f1..d00f0830 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': '16.22.12.06', - 'author': 'Sunpop.cn', + 'author': 'odooai.cn', 'category': 'Base', - 'website': 'https://www.sunpop.cn', + 'website': 'https://www.odooai.cn', 'license': 'LGPL-3', 'sequence': 2, 'summary': """ diff --git a/app_purchase_superbar/hooks.py b/app_purchase_superbar/hooks.py index f7bbfac4..67b172de 100644 --- a/app_purchase_superbar/hooks.py +++ b/app_purchase_superbar/hooks.py @@ -1,18 +1,18 @@ # -*- coding: utf-8 -*- # Created on 2018-10-12 -# author: 广州尚鹏,https://www.sunpop.cn +# author: 欧度智能,https://www.odooai.cn # email: 300883@qq.com -# resource of Sunpop +# resource of odooai # License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl). # Odoo在线中文用户手册(长期更新) -# https://www.sunpop.cn/documentation/user/10.0/zh_CN/index.html +# https://www.odooai.cn/documentation/user/10.0/zh_CN/index.html # Odoo10离线中文用户手册下载 -# https://www.sunpop.cn/odoo10_user_manual_document_offline/ +# https://www.odooai.cn/odoo10_user_manual_document_offline/ # Odoo10离线开发手册下载-含python教程,jquery参考,Jinja2模板,PostgresSQL参考(odoo开发必备) -# https://www.sunpop.cn/odoo10_developer_document_offline/ +# https://www.odooai.cn/odoo10_developer_document_offline/ # description: def post_init_hook(cr, pool): diff --git a/app_purchase_superbar/static/description/index.html b/app_purchase_superbar/static/description/index.html index 2a8f7012..b3ea864b 100644 --- a/app_purchase_superbar/static/description/index.html +++ b/app_purchase_superbar/static/description/index.html @@ -8,7 +8,7 @@

Advance Search, Filter with Parent Children Tree.

Easy to navigator and browse any data. Support list, kanban, pivot, graph view.

Online demo user/password: demo/demo - + Click to get demo.

@@ -283,7 +283,7 @@

Visit our website for more support.

-

https://www.sunpop.cn

+

https://www.odooai.cn

diff --git a/app_sale_superbar/__manifest__.py b/app_sale_superbar/__manifest__.py index b8b492b7..b9b8750d 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': '16.22.12.06', - 'author': 'Sunpop.cn', + 'author': 'odooai.cn', 'category': 'Base', - 'website': 'https://www.sunpop.cn', + 'website': 'https://www.odooai.cn', 'license': 'LGPL-3', 'sequence': 2, 'summary': """ diff --git a/app_sale_superbar/hooks.py b/app_sale_superbar/hooks.py index 7edef364..2d503a3a 100644 --- a/app_sale_superbar/hooks.py +++ b/app_sale_superbar/hooks.py @@ -1,18 +1,18 @@ # -*- coding: utf-8 -*- # Created on 2018-10-12 -# author: 广州尚鹏,https://www.sunpop.cn +# author: 欧度智能,https://www.odooai.cn # email: 300883@qq.com -# resource of Sunpop +# resource of odooai # License LGPL-3.0 or later (http://www.gnu.org/licenses/lgpl). # Odoo在线中文用户手册(长期更新) -# https://www.sunpop.cn/documentation/user/10.0/zh_CN/index.html +# https://www.odooai.cn/documentation/user/10.0/zh_CN/index.html # Odoo10离线中文用户手册下载 -# https://www.sunpop.cn/odoo10_user_manual_document_offline/ +# https://www.odooai.cn/odoo10_user_manual_document_offline/ # Odoo10离线开发手册下载-含python教程,jquery参考,Jinja2模板,PostgresSQL参考(odoo开发必备) -# https://www.sunpop.cn/odoo10_developer_document_offline/ +# https://www.odooai.cn/odoo10_developer_document_offline/ # description: def post_init_hook(cr, pool): diff --git a/app_sale_superbar/static/description/index.html b/app_sale_superbar/static/description/index.html index cf695e8d..faf8e650 100644 --- a/app_sale_superbar/static/description/index.html +++ b/app_sale_superbar/static/description/index.html @@ -8,7 +8,7 @@

Advance Search, Filter with Parent Children Tree.

Easy to navigator and browse any data. Support list, kanban, pivot, graph view.

Online demo user/password: demo/demo - + Click to get demo.

@@ -283,7 +283,7 @@

Visit our website for more support.

-

https://www.sunpop.cn

+

https://www.odooai.cn

diff --git a/app_sale_superbar_pro/__manifest__.py b/app_sale_superbar_pro/__manifest__.py index 07c3a246..f156264a 100644 --- a/app_sale_superbar_pro/__manifest__.py +++ b/app_sale_superbar_pro/__manifest__.py @@ -1,26 +1,26 @@ # -*- coding: utf-8 -*- # Created on 2018-08-15 -# author: 广州尚鹏,https://www.sunpop.cn +# author: 欧度智能,https://www.odooai.cn # email: 300883@qq.com -# resource of Sunpop +# resource of odooai # License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl). # Odoo在线中文用户手册(长期更新) -# https://www.sunpop.cn/documentation/user/10.0/zh_CN/index.html +# https://www.odooai.cn/documentation/user/10.0/zh_CN/index.html # Odoo10离线中文用户手册下载 -# https://www.sunpop.cn/odoo10_user_manual_document_offline/ +# https://www.odooai.cn/odoo10_user_manual_document_offline/ # Odoo10离线开发手册下载-含python教程,jquery参考,Jinja2模板,PostgresSQL参考(odoo开发必备) -# https://www.sunpop.cn/odoo10_developer_document_offline/ +# https://www.odooai.cn/odoo10_developer_document_offline/ # description: { 'name': "Advance sale order navigator by partner and channel", 'version': '16.23.03.05', - 'author': 'Sunpop.cn', + 'author': 'odooai.cn', 'category': 'Base', - 'website': 'https://www.sunpop.cn', + 'website': 'https://www.odooai.cn', 'license': 'LGPL-3', 'sequence': 2, 'summary': """ diff --git a/app_sale_superbar_pro/hooks.py b/app_sale_superbar_pro/hooks.py index 7edef364..2d503a3a 100644 --- a/app_sale_superbar_pro/hooks.py +++ b/app_sale_superbar_pro/hooks.py @@ -1,18 +1,18 @@ # -*- coding: utf-8 -*- # Created on 2018-10-12 -# author: 广州尚鹏,https://www.sunpop.cn +# author: 欧度智能,https://www.odooai.cn # email: 300883@qq.com -# resource of Sunpop +# resource of odooai # License LGPL-3.0 or later (http://www.gnu.org/licenses/lgpl). # Odoo在线中文用户手册(长期更新) -# https://www.sunpop.cn/documentation/user/10.0/zh_CN/index.html +# https://www.odooai.cn/documentation/user/10.0/zh_CN/index.html # Odoo10离线中文用户手册下载 -# https://www.sunpop.cn/odoo10_user_manual_document_offline/ +# https://www.odooai.cn/odoo10_user_manual_document_offline/ # Odoo10离线开发手册下载-含python教程,jquery参考,Jinja2模板,PostgresSQL参考(odoo开发必备) -# https://www.sunpop.cn/odoo10_developer_document_offline/ +# https://www.odooai.cn/odoo10_developer_document_offline/ # description: def post_init_hook(cr, pool): diff --git a/app_sale_superbar_pro/static/description/index.html b/app_sale_superbar_pro/static/description/index.html index 44a881bc..7cb1a641 100644 --- a/app_sale_superbar_pro/static/description/index.html +++ b/app_sale_superbar_pro/static/description/index.html @@ -513,7 +513,7 @@

Visit our website for more support.

-

https://www.sunpop.cn

+

https://www.odooai.cn

diff --git a/app_stock_superbar/__manifest__.py b/app_stock_superbar/__manifest__.py index 2c167944..46495148 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': '16.22.12.06', - 'author': 'Sunpop.cn', + 'author': 'odooai.cn', 'category': 'Base', - 'website': 'https://www.sunpop.cn', + 'website': 'https://www.odooai.cn', 'license': 'LGPL-3', 'sequence': 2, 'summary': """ diff --git a/app_stock_superbar/hooks.py b/app_stock_superbar/hooks.py index f7bbfac4..67b172de 100644 --- a/app_stock_superbar/hooks.py +++ b/app_stock_superbar/hooks.py @@ -1,18 +1,18 @@ # -*- coding: utf-8 -*- # Created on 2018-10-12 -# author: 广州尚鹏,https://www.sunpop.cn +# author: 欧度智能,https://www.odooai.cn # email: 300883@qq.com -# resource of Sunpop +# resource of odooai # License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl). # Odoo在线中文用户手册(长期更新) -# https://www.sunpop.cn/documentation/user/10.0/zh_CN/index.html +# https://www.odooai.cn/documentation/user/10.0/zh_CN/index.html # Odoo10离线中文用户手册下载 -# https://www.sunpop.cn/odoo10_user_manual_document_offline/ +# https://www.odooai.cn/odoo10_user_manual_document_offline/ # Odoo10离线开发手册下载-含python教程,jquery参考,Jinja2模板,PostgresSQL参考(odoo开发必备) -# https://www.sunpop.cn/odoo10_developer_document_offline/ +# https://www.odooai.cn/odoo10_developer_document_offline/ # description: def post_init_hook(cr, pool): diff --git a/app_stock_superbar/static/description/index.html b/app_stock_superbar/static/description/index.html index 9778ac14..f5cb9f22 100644 --- a/app_stock_superbar/static/description/index.html +++ b/app_stock_superbar/static/description/index.html @@ -175,7 +175,7 @@

Visit our website for more support.

-

https://www.sunpop.cn

+

https://www.odooai.cn

diff --git a/app_web_enterprise/__manifest__.py b/app_web_enterprise/__manifest__.py index a0244669..70902786 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': '16.23.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': """ @@ -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 8208e280..a83b79c7 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

More Powerful addons: - Supop.cn Odoo Addons + Supop.cn Odoo Addons

Lastest update: v15.21.11.23

This moduld allows user to .

@@ -74,7 +74,7 @@

Visit our website for more support.

-

https://www.sunpop.cn

+

https://www.odooai.cn

diff --git a/app_web_enterprise/static/src/xml/res_config_edition.xml b/app_web_enterprise/static/src/xml/res_config_edition.xml index 886d72d6..65d68523 100644 --- a/app_web_enterprise/static/src/xml/res_config_edition.xml +++ b/app_web_enterprise/static/src/xml/res_config_edition.xml @@ -3,7 +3,7 @@ - + diff --git a/app_web_fullwidth/__manifest__.py b/app_web_fullwidth/__manifest__.py index 22a9e135..40ab6b0f 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': '16.23.02.19', 'category': 'web', - 'author': 'Sunpop.cn', - 'website': 'https://www.sunpop.cn', + 'author': 'odooai.cn', + 'website': 'https://www.odooai.cn', 'license': 'LGPL-3', 'sequence': 2, "price": 18.00, diff --git a/app_web_fullwidth/static/description/index.html b/app_web_fullwidth/static/description/index.html index 7d4c1972..2076156f 100644 --- a/app_web_fullwidth/static/description/index.html +++ b/app_web_fullwidth/static/description/index.html @@ -81,7 +81,7 @@

Visit our website for more support.

-

https://www.sunpop.cn

+

https://www.odooai.cn

diff --git a/app_website_blog_editor/__manifest__.py b/app_website_blog_editor/__manifest__.py index 0378589d..84995cef 100644 --- a/app_website_blog_editor/__manifest__.py +++ b/app_website_blog_editor/__manifest__.py @@ -1,27 +1,27 @@ # -*- coding: utf-8 -*- # Created on 2022-09-01 -# author: 广州尚鹏,https://www.sunpop.cn +# author: 欧度智能,https://www.odooai.cn # email: 300883@qq.com -# resource of Sunpop +# resource of odooai # License LGPL-3.0 or later (http://www.gnu.org/licenses/lgpl). # Odoo12在线用户手册(长期更新) -# https://www.sunpop.cn/documentation/user/12.0/zh_CN/index.html +# https://www.odooai.cn/documentation/user/12.0/zh_CN/index.html # Odoo12在线开发者手册(长期更新) -# https://www.sunpop.cn/documentation/12.0/index.html +# https://www.odooai.cn/documentation/12.0/index.html # Odoo10在线中文用户手册(长期更新) -# https://www.sunpop.cn/documentation/user/10.0/zh_CN/index.html +# https://www.odooai.cn/documentation/user/10.0/zh_CN/index.html # Odoo10离线中文用户手册下载 -# https://www.sunpop.cn/odoo10_user_manual_document_offline/ +# https://www.odooai.cn/odoo10_user_manual_document_offline/ # Odoo10离线开发手册下载-含python教程,jquery参考,Jinja2模板,PostgresSQL参考(odoo开发必备) -# https://www.sunpop.cn/odoo10_developer_document_offline/ +# https://www.odooai.cn/odoo10_developer_document_offline/ ############################################################################## -# Copyright (C) 2009-TODAY Sunpop.cn Ltd. https://www.sunpop.cn +# Copyright (C) 2009-TODAY odooai.cn Ltd. https://www.odooai.cn # Author: Ivan Deng,300883@qq.com # You can modify it under the terms of the GNU LESSER # GENERAL PUBLIC LICENSE (LGPL v3), Version 3. @@ -34,9 +34,9 @@ { 'name': "Website Blogs Editor in Backend", 'version': '16.23.04.11', - '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, @@ -46,7 +46,7 @@ 'website_blog', ], 'summary': ''' - Odoo App of Sunpop.cn + Odoo App of odooai.cn ''', 'description': ''' Support Odoo 16,15,14,13,12, Enterprise and Community and odoo.sh Edition diff --git a/app_website_blog_editor/hooks.py b/app_website_blog_editor/hooks.py index 3ba52cbf..40a5ccf5 100644 --- a/app_website_blog_editor/hooks.py +++ b/app_website_blog_editor/hooks.py @@ -1,18 +1,18 @@ # -*- coding: utf-8 -*- # Created on 2018-10-12 -# author: 广州尚鹏,https://www.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_website_blog_editor/models/__init__.py b/app_website_blog_editor/models/__init__.py index 7cf10d8e..3741ad63 100644 --- a/app_website_blog_editor/models/__init__.py +++ b/app_website_blog_editor/models/__init__.py @@ -1,25 +1,25 @@ # -*- coding: utf-8 -*- -# Part of Sunpop.cn. See LICENSE file for full copyright and licensing details. +# Part of odooai.cn. See LICENSE file for full copyright and licensing details. # Created on 2019-04-20 -# author: 广州尚鹏,http://www.sunpop.cn +# author: 欧度智能,http://www.odooai.cn # email: 300883@qq.com -# resource of Sunpop +# resource of odooai # License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl). # Odoo12在线用户手册(长期更新) -# http://www.sunpop.cn/documentation/user/12.0/en/index.html +# http://www.odooai.cn/documentation/user/12.0/en/index.html # Odoo12在线开发者手册(长期更新) -# http://www.sunpop.cn/documentation/12.0/index.html +# http://www.odooai.cn/documentation/12.0/index.html # Odoo10在线中文用户手册(长期更新) -# http://www.sunpop.cn/documentation/user/10.0/zh_CN/index.html +# http://www.odooai.cn/documentation/user/10.0/zh_CN/index.html # Odoo10离线中文用户手册下载 -# http://www.sunpop.cn/odoo10_user_manual_document_offline/ +# http://www.odooai.cn/odoo10_user_manual_document_offline/ # Odoo10离线开发手册下载-含python教程,jquery参考,Jinja2模板,PostgresSQL参考(odoo开发必备) -# http://www.sunpop.cn/odoo10_developer_document_offline/ +# http://www.odooai.cn/odoo10_developer_document_offline/ # description: from . import blog_tag_category diff --git a/app_website_blog_editor/static/description/index.html b/app_website_blog_editor/static/description/index.html index 523d7400..3a5a6002 100644 --- a/app_website_blog_editor/static/description/index.html +++ b/app_website_blog_editor/static/description/index.html @@ -80,15 +80,15 @@

Visit our website for more support.

- https://www.sunpop.cn + https://www.odooai.cn

More Powerful addons, Make your odoo very easy to use, easy customize: - Supop.cn Odoo Addons + Supop.cn Odoo Addons

diff --git a/app_website_product_superbar/__manifest__.py b/app_website_product_superbar/__manifest__.py index ded98f13..a12c193d 100644 --- a/app_website_product_superbar/__manifest__.py +++ b/app_website_product_superbar/__manifest__.py @@ -1,26 +1,26 @@ # -*- coding: utf-8 -*- # Created on 2018-08-15 -# author: 广州尚鹏,https://www.sunpop.cn +# author: 欧度智能,https://www.odooai.cn # email: 300883@qq.com -# resource of Sunpop +# resource of odooai # License LGPL-3.0 or later (http://www.gnu.org/licenses/lgpl). # Odoo在线中文用户手册(长期更新) -# https://www.sunpop.cn/documentation/user/10.0/zh_CN/index.html +# https://www.odooai.cn/documentation/user/10.0/zh_CN/index.html # Odoo10离线中文用户手册下载 -# https://www.sunpop.cn/odoo10_user_manual_document_offline/ +# https://www.odooai.cn/odoo10_user_manual_document_offline/ # Odoo10离线开发手册下载-含python教程,jquery参考,Jinja2模板,PostgresSQL参考(odoo开发必备) -# https://www.sunpop.cn/odoo10_developer_document_offline/ +# https://www.odooai.cn/odoo10_developer_document_offline/ # description: { 'name': "App Website Product browse by category navigator", 'version': '16.22.12.06', - 'author': 'Sunpop.cn', + 'author': 'odooai.cn', 'category': 'Base', - 'website': 'https://www.sunpop.cn', + 'website': 'https://www.odooai.cn', 'license': 'LGPL-3', 'sequence': 2, 'summary': """ diff --git a/app_website_product_superbar/hooks.py b/app_website_product_superbar/hooks.py index f7bbfac4..67b172de 100644 --- a/app_website_product_superbar/hooks.py +++ b/app_website_product_superbar/hooks.py @@ -1,18 +1,18 @@ # -*- coding: utf-8 -*- # Created on 2018-10-12 -# author: 广州尚鹏,https://www.sunpop.cn +# author: 欧度智能,https://www.odooai.cn # email: 300883@qq.com -# resource of Sunpop +# resource of odooai # License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl). # Odoo在线中文用户手册(长期更新) -# https://www.sunpop.cn/documentation/user/10.0/zh_CN/index.html +# https://www.odooai.cn/documentation/user/10.0/zh_CN/index.html # Odoo10离线中文用户手册下载 -# https://www.sunpop.cn/odoo10_user_manual_document_offline/ +# https://www.odooai.cn/odoo10_user_manual_document_offline/ # Odoo10离线开发手册下载-含python教程,jquery参考,Jinja2模板,PostgresSQL参考(odoo开发必备) -# https://www.sunpop.cn/odoo10_developer_document_offline/ +# https://www.odooai.cn/odoo10_developer_document_offline/ # description: def post_init_hook(cr, pool): diff --git a/app_website_product_superbar/models/product_category.py b/app_website_product_superbar/models/product_category.py index f948c048..952cbd98 100644 --- a/app_website_product_superbar/models/product_category.py +++ b/app_website_product_superbar/models/product_category.py @@ -1,18 +1,18 @@ # -*- coding: utf-8 -*- # Created on 2017-11-28 -# author: 广州尚鹏,https://www.sunpop.cn +# author: 欧度智能,https://www.odooai.cn # email: 300883@qq.com -# resource of Sunpop +# resource of odooai # License LGPL-3.0 or later (http://www.gnu.org/licenses/lgpl). # Odoo在线中文用户手册(长期更新) -# https://www.sunpop.cn/documentation/user/10.0/zh_CN/index.html +# https://www.odooai.cn/documentation/user/10.0/zh_CN/index.html # Odoo10离线中文用户手册下载 -# https://www.sunpop.cn/odoo10_user_manual_document_offline/ +# https://www.odooai.cn/odoo10_user_manual_document_offline/ # Odoo10离线开发手册下载-含python教程,jquery参考,Jinja2模板,PostgresSQL参考(odoo开发必备) -# https://www.sunpop.cn/odoo10_developer_document_offline/ +# https://www.odooai.cn/odoo10_developer_document_offline/ # description: from odoo import api, fields, models, exceptions, _ diff --git a/app_website_product_superbar/static/description/index.html b/app_website_product_superbar/static/description/index.html index dae3dbd8..efc60282 100644 --- a/app_website_product_superbar/static/description/index.html +++ b/app_website_product_superbar/static/description/index.html @@ -398,7 +398,7 @@

Visit our website for more support.

-

https://www.sunpop.cn

+

https://www.odooai.cn

diff --git a/app_website_sale_editor/__manifest__.py b/app_website_sale_editor/__manifest__.py index 6ee082d5..e268410d 100644 --- a/app_website_sale_editor/__manifest__.py +++ b/app_website_sale_editor/__manifest__.py @@ -1,27 +1,27 @@ # -*- coding: utf-8 -*- # Created on 2022-09-01 -# author: 广州尚鹏,https://www.sunpop.cn +# author: 欧度智能,https://www.odooai.cn # email: 300883@qq.com -# resource of Sunpop +# resource of odooai # License LGPL-3.0 or later (http://www.gnu.org/licenses/lgpl). # Odoo12在线用户手册(长期更新) -# https://www.sunpop.cn/documentation/user/12.0/zh_CN/index.html +# https://www.odooai.cn/documentation/user/12.0/zh_CN/index.html # Odoo12在线开发者手册(长期更新) -# https://www.sunpop.cn/documentation/12.0/index.html +# https://www.odooai.cn/documentation/12.0/index.html # Odoo10在线中文用户手册(长期更新) -# https://www.sunpop.cn/documentation/user/10.0/zh_CN/index.html +# https://www.odooai.cn/documentation/user/10.0/zh_CN/index.html # Odoo10离线中文用户手册下载 -# https://www.sunpop.cn/odoo10_user_manual_document_offline/ +# https://www.odooai.cn/odoo10_user_manual_document_offline/ # Odoo10离线开发手册下载-含python教程,jquery参考,Jinja2模板,PostgresSQL参考(odoo开发必备) -# https://www.sunpop.cn/odoo10_developer_document_offline/ +# https://www.odooai.cn/odoo10_developer_document_offline/ ############################################################################## -# Copyright (C) 2009-TODAY Sunpop.cn Ltd. https://www.sunpop.cn +# Copyright (C) 2009-TODAY odooai.cn Ltd. https://www.odooai.cn # Author: Ivan Deng,300883@qq.com # You can modify it under the terms of the GNU LESSER # GENERAL PUBLIC LICENSE (LGPL v3), Version 3. @@ -34,9 +34,9 @@ { 'name': "Website Product Editor in Backend", 'version': '16.23.04.11', - '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, @@ -46,7 +46,7 @@ 'website_sale', ], 'summary': ''' - Odoo App of Sunpop.cn + Odoo App of odooai.cn ''', 'description': ''' Support Odoo 16,15,14,13,12, Enterprise and Community and odoo.sh Edition diff --git a/app_website_sale_editor/hooks.py b/app_website_sale_editor/hooks.py index 3ba52cbf..40a5ccf5 100644 --- a/app_website_sale_editor/hooks.py +++ b/app_website_sale_editor/hooks.py @@ -1,18 +1,18 @@ # -*- coding: utf-8 -*- # Created on 2018-10-12 -# author: 广州尚鹏,https://www.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_website_sale_editor/models/__init__.py b/app_website_sale_editor/models/__init__.py index d819973e..66d2caf5 100644 --- a/app_website_sale_editor/models/__init__.py +++ b/app_website_sale_editor/models/__init__.py @@ -1,25 +1,25 @@ # -*- coding: utf-8 -*- -# Part of Sunpop.cn. See LICENSE file for full copyright and licensing details. +# Part of odooai.cn. See LICENSE file for full copyright and licensing details. # Created on 2019-04-20 -# author: 广州尚鹏,http://www.sunpop.cn +# author: 欧度智能,http://www.odooai.cn # email: 300883@qq.com -# resource of Sunpop +# resource of odooai # License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl). # Odoo12在线用户手册(长期更新) -# http://www.sunpop.cn/documentation/user/12.0/en/index.html +# http://www.odooai.cn/documentation/user/12.0/en/index.html # Odoo12在线开发者手册(长期更新) -# http://www.sunpop.cn/documentation/12.0/index.html +# http://www.odooai.cn/documentation/12.0/index.html # Odoo10在线中文用户手册(长期更新) -# http://www.sunpop.cn/documentation/user/10.0/zh_CN/index.html +# http://www.odooai.cn/documentation/user/10.0/zh_CN/index.html # Odoo10离线中文用户手册下载 -# http://www.sunpop.cn/odoo10_user_manual_document_offline/ +# http://www.odooai.cn/odoo10_user_manual_document_offline/ # Odoo10离线开发手册下载-含python教程,jquery参考,Jinja2模板,PostgresSQL参考(odoo开发必备) -# http://www.sunpop.cn/odoo10_developer_document_offline/ +# http://www.odooai.cn/odoo10_developer_document_offline/ # description: # from . import models diff --git a/app_website_sale_editor/static/description/index.html b/app_website_sale_editor/static/description/index.html index 523d7400..3a5a6002 100644 --- a/app_website_sale_editor/static/description/index.html +++ b/app_website_sale_editor/static/description/index.html @@ -80,15 +80,15 @@

Visit our website for more support.

- https://www.sunpop.cn + https://www.odooai.cn

More Powerful addons, Make your odoo very easy to use, easy customize: - Supop.cn Odoo Addons + Supop.cn Odoo Addons

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 2a36a984..c2d8fa0b 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': '2023最新中国企业会计表.Latest Chinese Accounting for odoo16', 'version': '16.23.03.01', - 'author': 'Sunpop.cn', + 'author': 'odooai.cn', 'category': 'Accounting/Localizations/Account Charts', - 'website': 'https://www.sunpop.cn', + 'website': 'https://www.odooai.cn', 'license': 'LGPL-3', 'sequence': 12, 'summary': """ @@ -32,7 +32,7 @@ 7. 注意,必须在没有业务数据,没有会计科目的初始环境。可以使用 "app_odoo_customize" 模块清除财务数据,重置会计科目。 如果是多语种环境需要自行更改翻译,主要体现在3%,6%,13%增值税处理。 - 广州尚鹏,Sunpop.cn + 欧度智能,odooai.cn The Latest Chinese Account Including the following data in the Accounting Standards for Business Enterprises diff --git a/l10n_cn_standard_latest/hooks.py b/l10n_cn_standard_latest/hooks.py index 6d4a35f1..aef04c5d 100644 --- a/l10n_cn_standard_latest/hooks.py +++ b/l10n_cn_standard_latest/hooks.py @@ -1,18 +1,18 @@ # -*- coding: utf-8 -*- # Created on 2017-11-22 -# author: 广州尚鹏,https://www.sunpop.cn +# author: 欧度智能,https://www.odooai.cn # email: 300883@qq.com -# resource of Sunpop +# resource of odooai # License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl). # Odoo在线中文用户手册(长期更新) -# https://www.sunpop.cn/documentation/user/10.0/zh_CN/index.html +# https://www.odooai.cn/documentation/user/10.0/zh_CN/index.html # Odoo10离线中文用户手册下载 -# https://www.sunpop.cn/odoo10_user_manual_document_offline/ +# https://www.odooai.cn/odoo10_user_manual_document_offline/ # Odoo10离线开发手册下载-含python教程,jquery参考,Jinja2模板,PostgresSQL参考(odoo开发必备) -# https://www.sunpop.cn/odoo10_developer_document_offline/ +# https://www.odooai.cn/odoo10_developer_document_offline/ # description: from odoo import api, SUPERUSER_ID diff --git a/l10n_cn_standard_latest/models/account_account.py b/l10n_cn_standard_latest/models/account_account.py index 59560b79..37038097 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 04761446..d246ba24 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 f76d7e6c..9bd070b0 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 c92566a2..126634ee 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

More Powerful addons, Make your odoo very easy to use, easy customize: - Sunpop.cn Odoo Addons + odooai.cn Odoo Addons