From 97b43df2eaf95b68e05d29a6f649a5425c588192 Mon Sep 17 00:00:00 2001 From: ivan deng Date: Sun, 16 Jul 2023 01:43:05 +0800 Subject: [PATCH] update desc odooai --- app_account_superbar/__manifest__.py | 6 ++-- app_account_superbar/hooks.py | 6 ++-- app_account_ztree/__manifest__.py | 6 ++-- app_account_ztree/hooks.py | 6 ++-- app_auto_backup/__manifest__.py | 2 +- app_auto_backup/i18n/zh_CN.po | 4 +-- app_auto_backup/views/backup_view.xml | 2 +- app_base_chinese/__manifest__.py | 6 ++-- app_base_chinese/hooks.py | 6 ++-- app_base_superbar/__manifest__.py | 6 ++-- app_base_superbar/hooks.py | 6 ++-- app_chatgpt/__manifest__.py | 4 +-- app_chatgpt/data/user_partner_data.xml | 18 +++++------ app_common/__manifest__.py | 12 ++++---- app_common/hooks.py | 6 ++-- app_common/models/__init__.py | 14 ++++----- app_common/models/ir_mail_server.py | 2 +- app_common/models/mail_mail.py | 2 +- app_contacts_superbar/__manifest__.py | 6 ++-- app_contacts_superbar/hooks.py | 6 ++-- app_hr_superbar/__manifest__.py | 6 ++-- app_hr_superbar/hooks.py | 6 ++-- app_mail_superbar/__manifest__.py | 6 ++-- app_mail_superbar/hooks.py | 6 ++-- app_mrp_superbar/__manifest__.py | 6 ++-- app_mrp_superbar/hooks.py | 6 ++-- app_odoo_customize/__manifest__.py | 10 +++---- .../data/digest_template_data.xml | 2 +- .../data/ir_config_parameter_data.xml | 12 ++++---- .../data/ir_module_module_data.xml | 30 +++++++++---------- app_odoo_customize/data/res_company_data.xml | 2 +- app_odoo_customize/hooks.py | 8 ++--- app_odoo_customize/i18n/zh_CN.po | 12 ++++---- app_odoo_customize/readme.md | 12 ++++---- .../static/src/xml/res_config_edition.xml | 2 +- .../views/app_odoo_customize_views.xml | 4 +-- .../views/app_theme_config_settings_views.xml | 2 +- app_pos_superbar/__manifest__.py | 6 ++-- app_pos_superbar/hooks.py | 6 ++-- app_product_superbar/__manifest__.py | 6 ++-- app_product_superbar/hooks.py | 6 ++-- .../models/product_category.py | 6 ++-- app_product_superbar_pro/__manifest__.py | 6 ++-- app_product_superbar_pro/hooks.py | 6 ++-- app_product_ztree/__manifest__.py | 6 ++-- app_product_ztree/hooks.py | 6 ++-- app_product_ztree/models/product_category.py | 6 ++-- app_project_superbar/__manifest__.py | 6 ++-- app_project_superbar/hooks.py | 6 ++-- app_purchase_superbar/__manifest__.py | 6 ++-- app_purchase_superbar/hooks.py | 6 ++-- app_sale_superbar/__manifest__.py | 6 ++-- app_sale_superbar/hooks.py | 6 ++-- app_sale_superbar_pro/__manifest__.py | 6 ++-- app_sale_superbar_pro/hooks.py | 6 ++-- app_stock_superbar/__manifest__.py | 6 ++-- app_stock_superbar/hooks.py | 6 ++-- app_web_enterprise/__manifest__.py | 6 ++-- .../static/src/xml/res_config_edition.xml | 2 +- app_web_fullwidth/__manifest__.py | 10 +++---- app_website_blog_editor/__manifest__.py | 14 ++++----- app_website_blog_editor/hooks.py | 6 ++-- app_website_blog_editor/models/__init__.py | 14 ++++----- app_website_blog_superbar/__manifest__.py | 14 ++++----- app_website_blog_superbar/hooks.py | 6 ++-- app_website_blog_superbar/models/__init__.py | 14 ++++----- app_website_product_superbar/__manifest__.py | 6 ++-- app_website_product_superbar/hooks.py | 6 ++-- .../models/product_category.py | 6 ++-- app_website_sale_editor/__manifest__.py | 14 ++++----- app_website_sale_editor/hooks.py | 6 ++-- app_website_sale_editor/models/__init__.py | 14 ++++----- l10n_cn_standard_latest/__init__.py | 2 +- l10n_cn_standard_latest/__manifest__.py | 2 +- l10n_cn_standard_latest/hooks.py | 6 ++-- .../models/account_account.py | 6 ++-- .../models/account_account_template.py | 6 ++-- .../models/account_chart_template.py | 6 ++-- 78 files changed, 272 insertions(+), 272 deletions(-) diff --git a/app_account_superbar/__manifest__.py b/app_account_superbar/__manifest__.py index d8706405..2ca2393c 100644 --- a/app_account_superbar/__manifest__.py +++ b/app_account_superbar/__manifest__.py @@ -7,12 +7,12 @@ # 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: { diff --git a/app_account_superbar/hooks.py b/app_account_superbar/hooks.py index 520eb146..2d503a3a 100644 --- a/app_account_superbar/hooks.py +++ b/app_account_superbar/hooks.py @@ -7,12 +7,12 @@ # 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_ztree/__manifest__.py b/app_account_ztree/__manifest__.py index f8df6609..8e3a4426 100644 --- a/app_account_ztree/__manifest__.py +++ b/app_account_ztree/__manifest__.py @@ -7,12 +7,12 @@ # 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: { diff --git a/app_account_ztree/hooks.py b/app_account_ztree/hooks.py index 14ff8b04..67b172de 100644 --- a/app_account_ztree/hooks.py +++ b/app_account_ztree/hooks.py @@ -7,12 +7,12 @@ # 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_auto_backup/__manifest__.py b/app_auto_backup/__manifest__.py index 414f433c..389a6571 100644 --- a/app_auto_backup/__manifest__.py +++ b/app_auto_backup/__manifest__.py @@ -24,7 +24,7 @@ """, 'author': 'odooai.cn', - 'website': "http://www.sunpop.cn", + 'website': "http://www.odooai.cn", 'category': 'Administration', 'installable': True, 'license': 'LGPL-3', diff --git a/app_auto_backup/i18n/zh_CN.po b/app_auto_backup/i18n/zh_CN.po index c613943f..4d87f492 100644 --- a/app_auto_backup/i18n/zh_CN.po +++ b/app_auto_backup/i18n/zh_CN.po @@ -124,8 +124,8 @@ msgstr "" #. module: app_auto_backup #: model_terms:ir.ui.view,arch_db:app_auto_backup.view_backup_config_form -msgid "Contact Sunpop.cn!" -msgstr "联系 Sunpop.cn" +msgid "Contact odooai.cn!" +msgstr "联系 odooai.cn" #. module: app_auto_backup #: model:ir.model.fields,field_description:app_auto_backup.field_db_backup__create_uid diff --git a/app_auto_backup/views/backup_view.xml b/app_auto_backup/views/backup_view.xml index 8317efd3..2eab8cf1 100644 --- a/app_auto_backup/views/backup_view.xml +++ b/app_auto_backup/views/backup_view.xml @@ -75,7 +75,7 @@ background-repeat: no-repeat;background-position: 10px center;color: #9F6000;bac

Need more help? - Contact Sunpop.cn! + Contact odooai.cn!

diff --git a/app_base_chinese/__manifest__.py b/app_base_chinese/__manifest__.py index 4087c5d1..11b6c7d7 100644 --- a/app_base_chinese/__manifest__.py +++ b/app_base_chinese/__manifest__.py @@ -7,12 +7,12 @@ # 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: diff --git a/app_base_chinese/hooks.py b/app_base_chinese/hooks.py index e0c1ed1d..aa807838 100644 --- a/app_base_chinese/hooks.py +++ b/app_base_chinese/hooks.py @@ -7,12 +7,12 @@ # 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_superbar/__manifest__.py b/app_base_superbar/__manifest__.py index 3a344284..de372f1c 100644 --- a/app_base_superbar/__manifest__.py +++ b/app_base_superbar/__manifest__.py @@ -7,12 +7,12 @@ # 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: { diff --git a/app_base_superbar/hooks.py b/app_base_superbar/hooks.py index 520eb146..2d503a3a 100644 --- a/app_base_superbar/hooks.py +++ b/app_base_superbar/hooks.py @@ -7,12 +7,12 @@ # 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_chatgpt/__manifest__.py b/app_chatgpt/__manifest__.py index dc2526fe..1a4bdfbf 100644 --- a/app_chatgpt/__manifest__.py +++ b/app_chatgpt/__manifest__.py @@ -12,8 +12,8 @@ 'name': 'Latest ChatGPT4 AI Center. GPT 4 for image, Dall-E Image.Multi Robot Support. Chat and Training', 'version': '16.23.04.27', 'author': 'odooai.cn', - 'company': 'sunpop.cn', - 'maintainer': 'sunpop.cn', + 'company': 'odooai.cn', + 'maintainer': 'odooai.cn', 'category': 'Website/Website', 'website': 'https://www.odooai.cn', 'license': 'LGPL-3', diff --git a/app_chatgpt/data/user_partner_data.xml b/app_chatgpt/data/user_partner_data.xml index 9ae4f5d5..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 @@ -53,8 +53,8 @@ - chatgpt3_azure@sunpop.cn - chatgpt3_azure@sunpop.cn + chatgpt3_azure@odooai.cn + chatgpt3_azure@odooai.cn chatgpt @@ -68,8 +68,8 @@ - chatgpt4_azure@sunpop.cn - chatgpt4_azure@sunpop.cn + chatgpt4_azure@odooai.cn + chatgpt4_azure@odooai.cn chatgpt diff --git a/app_common/__manifest__.py b/app_common/__manifest__.py index b5134623..047ec3b0 100644 --- a/app_common/__manifest__.py +++ b/app_common/__manifest__.py @@ -7,21 +7,21 @@ # 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. diff --git a/app_common/hooks.py b/app_common/hooks.py index ca3d9df5..40a5ccf5 100644 --- a/app_common/hooks.py +++ b/app_common/hooks.py @@ -7,12 +7,12 @@ # 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 a36539e4..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 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_contacts_superbar/__manifest__.py b/app_contacts_superbar/__manifest__.py index 64b22ec6..f706abc8 100644 --- a/app_contacts_superbar/__manifest__.py +++ b/app_contacts_superbar/__manifest__.py @@ -7,12 +7,12 @@ # 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: { diff --git a/app_contacts_superbar/hooks.py b/app_contacts_superbar/hooks.py index 14ff8b04..67b172de 100644 --- a/app_contacts_superbar/hooks.py +++ b/app_contacts_superbar/hooks.py @@ -7,12 +7,12 @@ # 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_hr_superbar/__manifest__.py b/app_hr_superbar/__manifest__.py index 44f540de..4fe3588e 100644 --- a/app_hr_superbar/__manifest__.py +++ b/app_hr_superbar/__manifest__.py @@ -7,12 +7,12 @@ # 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: { diff --git a/app_hr_superbar/hooks.py b/app_hr_superbar/hooks.py index 520eb146..2d503a3a 100644 --- a/app_hr_superbar/hooks.py +++ b/app_hr_superbar/hooks.py @@ -7,12 +7,12 @@ # 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/__manifest__.py b/app_mail_superbar/__manifest__.py index 18fd0f2c..5b6c6eef 100644 --- a/app_mail_superbar/__manifest__.py +++ b/app_mail_superbar/__manifest__.py @@ -7,12 +7,12 @@ # 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: { diff --git a/app_mail_superbar/hooks.py b/app_mail_superbar/hooks.py index 520eb146..2d503a3a 100644 --- a/app_mail_superbar/hooks.py +++ b/app_mail_superbar/hooks.py @@ -7,12 +7,12 @@ # 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_mrp_superbar/__manifest__.py b/app_mrp_superbar/__manifest__.py index cd7c98a1..be87c745 100644 --- a/app_mrp_superbar/__manifest__.py +++ b/app_mrp_superbar/__manifest__.py @@ -7,12 +7,12 @@ # 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: { diff --git a/app_mrp_superbar/hooks.py b/app_mrp_superbar/hooks.py index 14ff8b04..67b172de 100644 --- a/app_mrp_superbar/hooks.py +++ b/app_mrp_superbar/hooks.py @@ -7,12 +7,12 @@ # 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_odoo_customize/__manifest__.py b/app_odoo_customize/__manifest__.py index 9d9fbc14..e47d585a 100644 --- a/app_odoo_customize/__manifest__.py +++ b/app_odoo_customize/__manifest__.py @@ -7,18 +7,18 @@ # 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: { 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 8b462316..10ede545 100644 --- a/app_odoo_customize/data/ir_config_parameter_data.xml +++ b/app_odoo_customize/data/ir_config_parameter_data.xml @@ -11,13 +11,13 @@ - - - + + + - - - + + + diff --git a/app_odoo_customize/data/ir_module_module_data.xml b/app_odoo_customize/data/ir_module_module_data.xml index 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 4a05ea6f..14dd0988 100644 --- a/app_odoo_customize/hooks.py +++ b/app_odoo_customize/hooks.py @@ -7,12 +7,12 @@ # 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 82ae493c..8608322d 100644 --- a/app_odoo_customize/i18n/zh_CN.po +++ b/app_odoo_customize/i18n/zh_CN.po @@ -19,8 +19,8 @@ msgstr "" #. odoo-javascript #: code:addons/app_odoo_customize/static/src/xml/res_config_edition.xml:0 #, python-format -msgid "(sunpop.cn Edition)" -msgstr "(sunpop.cn 智能版)" +msgid "(odooai.cn Edition)" +msgstr "(odooai.cn 智能版)" #. module: app_odoo_customize #: model_terms:ir.ui.view,arch_db:app_odoo_customize.view_app_theme_config_settings @@ -347,8 +347,8 @@ msgstr "您确认要删除指定数据?" #: model_terms:ir.ui.view,arch_db:app_odoo_customize.replace_login msgid "" "Powered by\n" -" sunpop.cn" -msgstr "技术支持 sunpop.cn" +" odooai.cn" +msgstr "技术支持 odooai.cn" #. module: app_odoo_customize #. odoo-javascript @@ -541,8 +541,8 @@ msgstr "菜单项具体操作设置" #. module: app_odoo_customize #: model_terms:ir.ui.view,arch_db:app_odoo_customize.view_app_theme_config_settings -msgid "Visit our website for more apps and Support. https://www.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/src/xml/res_config_edition.xml b/app_odoo_customize/static/src/xml/res_config_edition.xml index 1b1eebed..5d7acbce 100644 --- a/app_odoo_customize/static/src/xml/res_config_edition.xml +++ b/app_odoo_customize/static/src/xml/res_config_edition.xml @@ -3,7 +3,7 @@

- odooAi (sunpop.cn Edition) + odooAi (odooai.cn Edition)

diff --git a/app_odoo_customize/views/app_odoo_customize_views.xml b/app_odoo_customize/views/app_odoo_customize_views.xml index 05533412..6b59988c 100644 --- a/app_odoo_customize/views/app_odoo_customize_views.xml +++ b/app_odoo_customize/views/app_odoo_customize_views.xml @@ -9,8 +9,8 @@ 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 43dd75c0..46fd00c5 100644 --- a/app_pos_superbar/__manifest__.py +++ b/app_pos_superbar/__manifest__.py @@ -7,12 +7,12 @@ # 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: { diff --git a/app_pos_superbar/hooks.py b/app_pos_superbar/hooks.py index 14ff8b04..67b172de 100644 --- a/app_pos_superbar/hooks.py +++ b/app_pos_superbar/hooks.py @@ -7,12 +7,12 @@ # 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/__manifest__.py b/app_product_superbar/__manifest__.py index 28ba7d9b..b0ee9ac9 100644 --- a/app_product_superbar/__manifest__.py +++ b/app_product_superbar/__manifest__.py @@ -7,12 +7,12 @@ # 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: { diff --git a/app_product_superbar/hooks.py b/app_product_superbar/hooks.py index 14ff8b04..67b172de 100644 --- a/app_product_superbar/hooks.py +++ b/app_product_superbar/hooks.py @@ -7,12 +7,12 @@ # 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 ae4d4816..4ac3d047 100644 --- a/app_product_superbar/models/product_category.py +++ b/app_product_superbar/models/product_category.py @@ -7,12 +7,12 @@ # 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_pro/__manifest__.py b/app_product_superbar_pro/__manifest__.py index 70569970..aa18ff20 100644 --- a/app_product_superbar_pro/__manifest__.py +++ b/app_product_superbar_pro/__manifest__.py @@ -7,12 +7,12 @@ # 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: { diff --git a/app_product_superbar_pro/hooks.py b/app_product_superbar_pro/hooks.py index 14ff8b04..67b172de 100644 --- a/app_product_superbar_pro/hooks.py +++ b/app_product_superbar_pro/hooks.py @@ -7,12 +7,12 @@ # 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/__manifest__.py b/app_product_ztree/__manifest__.py index 4a638a17..85b35db3 100644 --- a/app_product_ztree/__manifest__.py +++ b/app_product_ztree/__manifest__.py @@ -7,12 +7,12 @@ # 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: { diff --git a/app_product_ztree/hooks.py b/app_product_ztree/hooks.py index 14ff8b04..67b172de 100644 --- a/app_product_ztree/hooks.py +++ b/app_product_ztree/hooks.py @@ -7,12 +7,12 @@ # 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 a868c797..cd7a37c9 100644 --- a/app_product_ztree/models/product_category.py +++ b/app_product_ztree/models/product_category.py @@ -7,12 +7,12 @@ # 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_project_superbar/__manifest__.py b/app_project_superbar/__manifest__.py index 103a66c4..85089f93 100644 --- a/app_project_superbar/__manifest__.py +++ b/app_project_superbar/__manifest__.py @@ -7,12 +7,12 @@ # 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: { diff --git a/app_project_superbar/hooks.py b/app_project_superbar/hooks.py index 14ff8b04..67b172de 100644 --- a/app_project_superbar/hooks.py +++ b/app_project_superbar/hooks.py @@ -7,12 +7,12 @@ # 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/__manifest__.py b/app_purchase_superbar/__manifest__.py index b89d82dd..d00f0830 100644 --- a/app_purchase_superbar/__manifest__.py +++ b/app_purchase_superbar/__manifest__.py @@ -7,12 +7,12 @@ # 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: { diff --git a/app_purchase_superbar/hooks.py b/app_purchase_superbar/hooks.py index 14ff8b04..67b172de 100644 --- a/app_purchase_superbar/hooks.py +++ b/app_purchase_superbar/hooks.py @@ -7,12 +7,12 @@ # 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_sale_superbar/__manifest__.py b/app_sale_superbar/__manifest__.py index d9cf068c..b9b8750d 100644 --- a/app_sale_superbar/__manifest__.py +++ b/app_sale_superbar/__manifest__.py @@ -7,12 +7,12 @@ # 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: { diff --git a/app_sale_superbar/hooks.py b/app_sale_superbar/hooks.py index 520eb146..2d503a3a 100644 --- a/app_sale_superbar/hooks.py +++ b/app_sale_superbar/hooks.py @@ -7,12 +7,12 @@ # 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/__manifest__.py b/app_sale_superbar_pro/__manifest__.py index 64ba44b9..f156264a 100644 --- a/app_sale_superbar_pro/__manifest__.py +++ b/app_sale_superbar_pro/__manifest__.py @@ -7,12 +7,12 @@ # 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: { diff --git a/app_sale_superbar_pro/hooks.py b/app_sale_superbar_pro/hooks.py index 520eb146..2d503a3a 100644 --- a/app_sale_superbar_pro/hooks.py +++ b/app_sale_superbar_pro/hooks.py @@ -7,12 +7,12 @@ # 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_stock_superbar/__manifest__.py b/app_stock_superbar/__manifest__.py index d9282814..46495148 100644 --- a/app_stock_superbar/__manifest__.py +++ b/app_stock_superbar/__manifest__.py @@ -7,12 +7,12 @@ # 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: { diff --git a/app_stock_superbar/hooks.py b/app_stock_superbar/hooks.py index 14ff8b04..67b172de 100644 --- a/app_stock_superbar/hooks.py +++ b/app_stock_superbar/hooks.py @@ -7,12 +7,12 @@ # 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_web_enterprise/__manifest__.py b/app_web_enterprise/__manifest__.py index 8c6d5999..70902786 100644 --- a/app_web_enterprise/__manifest__.py +++ b/app_web_enterprise/__manifest__.py @@ -7,12 +7,12 @@ # 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: 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 209dbaa5..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 57a6adb2..40ab6b0f 100644 --- a/app_web_fullwidth/__manifest__.py +++ b/app_web_fullwidth/__manifest__.py @@ -7,18 +7,18 @@ # 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)', diff --git a/app_website_blog_editor/__manifest__.py b/app_website_blog_editor/__manifest__.py index 853a74ee..84995cef 100644 --- a/app_website_blog_editor/__manifest__.py +++ b/app_website_blog_editor/__manifest__.py @@ -7,21 +7,21 @@ # 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. @@ -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 ca3d9df5..40a5ccf5 100644 --- a/app_website_blog_editor/hooks.py +++ b/app_website_blog_editor/hooks.py @@ -7,12 +7,12 @@ # 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 f1a4fb7e..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 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_superbar/__manifest__.py b/app_website_blog_superbar/__manifest__.py index a3fc300a..52d06588 100644 --- a/app_website_blog_superbar/__manifest__.py +++ b/app_website_blog_superbar/__manifest__.py @@ -7,21 +7,21 @@ # 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. @@ -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_superbar/hooks.py b/app_website_blog_superbar/hooks.py index ca3d9df5..40a5ccf5 100644 --- a/app_website_blog_superbar/hooks.py +++ b/app_website_blog_superbar/hooks.py @@ -7,12 +7,12 @@ # 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_superbar/models/__init__.py b/app_website_blog_superbar/models/__init__.py index a697d482..1c412ced 100644 --- a/app_website_blog_superbar/models/__init__.py +++ b/app_website_blog_superbar/models/__init__.py @@ -1,24 +1,24 @@ # -*- 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 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: diff --git a/app_website_product_superbar/__manifest__.py b/app_website_product_superbar/__manifest__.py index 9063dd60..a12c193d 100644 --- a/app_website_product_superbar/__manifest__.py +++ b/app_website_product_superbar/__manifest__.py @@ -7,12 +7,12 @@ # 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: { diff --git a/app_website_product_superbar/hooks.py b/app_website_product_superbar/hooks.py index 14ff8b04..67b172de 100644 --- a/app_website_product_superbar/hooks.py +++ b/app_website_product_superbar/hooks.py @@ -7,12 +7,12 @@ # 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 8afbbb95..952cbd98 100644 --- a/app_website_product_superbar/models/product_category.py +++ b/app_website_product_superbar/models/product_category.py @@ -7,12 +7,12 @@ # 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_sale_editor/__manifest__.py b/app_website_sale_editor/__manifest__.py index c507b703..e268410d 100644 --- a/app_website_sale_editor/__manifest__.py +++ b/app_website_sale_editor/__manifest__.py @@ -7,21 +7,21 @@ # 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. @@ -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 ca3d9df5..40a5ccf5 100644 --- a/app_website_sale_editor/hooks.py +++ b/app_website_sale_editor/hooks.py @@ -7,12 +7,12 @@ # 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 04ec2d23..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 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/l10n_cn_standard_latest/__init__.py b/l10n_cn_standard_latest/__init__.py index 1ed78213..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 68f3c14f..c2d8fa0b 100644 --- a/l10n_cn_standard_latest/__manifest__.py +++ b/l10n_cn_standard_latest/__manifest__.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 { 'name': '2023最新中国企业会计表.Latest Chinese Accounting for odoo16', diff --git a/l10n_cn_standard_latest/hooks.py b/l10n_cn_standard_latest/hooks.py index 9811a3c5..aef04c5d 100644 --- a/l10n_cn_standard_latest/hooks.py +++ b/l10n_cn_standard_latest/hooks.py @@ -7,12 +7,12 @@ # 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 d4a4a1dd..37038097 100644 --- a/l10n_cn_standard_latest/models/account_account.py +++ b/l10n_cn_standard_latest/models/account_account.py @@ -7,12 +7,12 @@ # 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 d33df26a..d246ba24 100644 --- a/l10n_cn_standard_latest/models/account_account_template.py +++ b/l10n_cn_standard_latest/models/account_account_template.py @@ -7,12 +7,12 @@ # 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 a490aab7..9bd070b0 100644 --- a/l10n_cn_standard_latest/models/account_chart_template.py +++ b/l10n_cn_standard_latest/models/account_chart_template.py @@ -7,12 +7,12 @@ # 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, _