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 7465c78f..83eb5d74 100644
--- a/app_base_chinese/__manifest__.py
+++ b/app_base_chinese/__manifest__.py
@@ -7,18 +7,18 @@
# 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',
+ 'version': '16.23.07.16',
'author': 'odooai.cn',
'category': 'Base',
'website': 'https://www.odooai.cn',
@@ -55,7 +55,6 @@
'pre_init_hook': 'pre_init_hook',
'post_init_hook': 'post_init_hook',
'depends': [
- 'app_base',
'base_address_extended',
'account',
'sales_team',
@@ -76,6 +75,8 @@
'data/res_country_data.xml',
'data/res_currency_data.xml',
'data/res_lang_data.xml',
+ 'data/res_company_data.xml',
+ 'data/res_partner_data.xml',
'data/res_users_data.xml',
'data/product_data.xml',
'data/product_pricelist_data.xml',
@@ -89,6 +90,8 @@
]
},
'demo': [
+ 'data/res_company_demo.xml',
+ 'data/res_partner_demo.xml',
],
'test': [
],
diff --git a/app_base_chinese/data/res_company_data.xml b/app_base_chinese/data/res_company_data.xml
new file mode 100644
index 00000000..fc3f7dea
--- /dev/null
+++ b/app_base_chinese/data/res_company_data.xml
@@ -0,0 +1,8 @@
+
+
+
+
+
+
+
+
diff --git a/app_base_chinese/data/res_partner_data.xml b/app_base_chinese/data/res_partner_data.xml
new file mode 100644
index 00000000..1a824678
--- /dev/null
+++ b/app_base_chinese/data/res_partner_data.xml
@@ -0,0 +1,8 @@
+
+
+
+
+ 公共访客用户
+
+
+
diff --git a/app_base_chinese/demo/res_company_demo.xml b/app_base_chinese/demo/res_company_demo.xml
new file mode 100644
index 00000000..801999c6
--- /dev/null
+++ b/app_base_chinese/demo/res_company_demo.xml
@@ -0,0 +1,8 @@
+
+
+
+
+ odooAi欧度智能
+
+
+
diff --git a/app_base_chinese/demo/res_partner_demo.xml b/app_base_chinese/demo/res_partner_demo.xml
index 795824e1..247ba9d4 100644
--- a/app_base_chinese/demo/res_partner_demo.xml
+++ b/app_base_chinese/demo/res_partner_demo.xml
@@ -1,250 +1,10 @@
-
-
-
- Partner
-
-
-
- Vendor
-
-
-
- Prospect
-
-
-
- Employee
-
-
-
- Gold
-
-
-
-
- Silver
-
-
-
-
- Bronze
-
-
-
-
- IT Services
-
-
-
-
- Consultancy Services
-
-
-
- Components Buyer
-
-
-
- Services
-
-
-
- Office Supplies
-
-
-
- Distributor
-
-
-
- Manufacturer
-
-
-
- Wholesaler
-
-
-
- Retailer
-
-
-
- Company Contact
-
-
-
-
-
-
- ASUSTeK
-
- 1
-
- 1
- Taipei
- 106
-
- 31 Hong Kong street
- asusteK@yourcompany.example.com
- (+886) (02) 4162 2023
- http://www.asustek.com
-
-
-
- Agrolait
-
- 1
- Wavre
- 1300
-
- 69 rue de Namur
- agrolait@yourcompany.example.com
- +32 10 588 558
- http://www.agrolait.com
-
-
-
- China Export
- 1
-
- 1
- Shanghai
- 200000
-
-
- 52 Chop Suey street
- chinaexport@yourcompany.example.com
- +86 21 6484 5671
- http://www.chinaexport.com/
-
-
-
-
- Delta PC
-
-
-
- 1
- Fremont
- 94538
-
-
- 3661 Station Street
- deltapc@yourcompany.example.com
- +1 510 340 2385
- http://www.distribpc.com/
-
-
-
-
- The Jackson Group
-
- 1
- Miami
- 33169
-
-
- jackson@yourcompany.example.com
- +1 786 525 0724
- 3203 Lamberts Branch Road
-
-
-
-
- Camptocamp
-
- 1
- 1
- 1
- Le Bourget du Lac
- 73377
- +33 4 49 23 44 54
-
- 93, Press Avenue
- camptocamp@yourcompany.example.com
- http://www.camptocamp.com
-
-
-
-
- Think Big Systems
- 1
-
- London
- thinkbig@yourcompany.example.com
- +1 857 349 3049
-
- 89 Lingfield Tower
- http://www.think-big.com
-
-
-
-
- Tang Tsui
-
- Service Manager
- tang@asustek.com
- 1
-
-
-
- Joseph Walters
-
- Store Manager
- joseph.walters@asustek.com
- 1
-
-
-
- Richard Ellis
-
- Production Supervisor
- richard.ellis@deltapc.example.com
- 1
-
-
-
- James Miller
-
- Electrical Supervisor
- 1
-
-
-
- Edward Foster
-
- Sales Representative
- efoster@seagate.com
- 1
-
-
-
- Arthur Gomez
-
- Software Developer
- 1
-
-
-
- Julia Rivero
-
- Technical Director
- 1
-
-
-
- Peter Mitchell
-
- Store Manager
- 1
-
+
+
+ info@odooai.cn
+ www.odooai.cn
diff --git a/app_base_chinese/demo/res_partner_image_demo.xml b/app_base_chinese/demo/res_partner_image_demo.xml
index da8c2841..9186c569 100644
--- a/app_base_chinese/demo/res_partner_image_demo.xml
+++ b/app_base_chinese/demo/res_partner_image_demo.xml
@@ -1,6 +1,6 @@
-
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 @@
- Powered by
- sunpop.cn
+ Powered by
+ 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 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_editor/views/blog_post_views.xml b/app_website_blog_editor/views/blog_post_views.xml
index 34310430..10def9a7 100644
--- a/app_website_blog_editor/views/blog_post_views.xml
+++ b/app_website_blog_editor/views/blog_post_views.xml
@@ -1,5 +1,19 @@
+
+ app.blog.post.list
+ blog.post
+
+
+
+
+
+
+
+
+
+
+
app.blog.post.form
blog.post
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, _