diff --git a/app_common/__manifest__.py b/app_common/__manifest__.py
index 0d2c2144..19702c28 100644
--- a/app_common/__manifest__.py
+++ b/app_common/__manifest__.py
@@ -39,7 +39,7 @@
{
'name': "odooAi Common Util and Tools,欧度智能基础功能及面板",
- 'version': '16.25.01.03',
+ 'version': '16.0.25.01.03',
'author': 'odooai.cn',
'category': 'Extra tools',
'website': 'https://www.odooai.cn',
diff --git a/app_common/i18n/zh_CN.po b/app_common/i18n/zh_CN.po
index 793196e1..bb0879e0 100644
--- a/app_common/i18n/zh_CN.po
+++ b/app_common/i18n/zh_CN.po
@@ -28,6 +28,11 @@ msgstr "=================被忽略的邮箱: %s"
msgid "Base"
msgstr "基础"
+#. module: app_common
+#: model_terms:ir.ui.view,arch_db:app_common.app_res_config_settings_view_form
+msgid "Checked and Save to Enable odoo China cloud service."
+msgstr "勾选并保存,即可启用Odoo中文应用商店云服务"
+
#. module: app_common
#: model:ir.model.fields,help:app_common.field_res_config_settings__app_saas_ok
msgid "Checked to Enable www.odooapp.cn cloud service."
@@ -43,6 +48,15 @@ msgstr "设置"
msgid "Contact"
msgstr "联系人"
+#. module: app_common
+#: model_terms:ir.ui.view,arch_db:app_common.app_res_config_settings_view_form
+msgid ""
+"Easy Get Odoo Chinese App, Theme, and industry solution. You can get the SaaS client from\n"
+"
"
+msgstr ""
+"您可快速获取Odoo中文应用模块,主题,行业应用方案等。我们不会搜索您系统的敏感信息,信息上传前都会征得您的同意。"
+"SaaS云客户端在此免费下载
"
+
#. module: app_common
#. odoo-python
#: code:addons/app_common/models/ir_mail_server.py:0
@@ -52,9 +66,19 @@ msgstr "忽略的邮箱: %s"
#. module: app_common
#: model:ir.model.fields,field_description:app_common.field_res_config_settings__app_saas_ok
+#: model_terms:ir.ui.view,arch_db:app_common.app_res_config_settings_view_form
msgid "Enable CN SaaS"
msgstr "启用Odoo中文云服务"
+#. module: app_common
+#: model_terms:ir.ui.view,arch_db:app_common.app_res_config_settings_view_form
+msgid ""
+"Get the Industry Apps, Themes and Support from China odooapp store.\n"
+" https://www.odooapp.cn"
+msgstr ""
+"获取Odoo行业应用,模块,主题。请访问Odoo中国应用商店\n"
+" https://www.odooapp.cn"
+
#. module: app_common
#: model:ir.model,name:app_common.model_ir_http
msgid "HTTP Routing"
@@ -90,6 +114,11 @@ msgstr "云通讯设置"
msgid "Scheduled Actions"
msgstr "安排的动作"
+#. module: app_common
+#: model_terms:ir.ui.view,arch_db:app_common.app_res_config_settings_view_form
+msgid "Setup the communication to odooAi Cloud"
+msgstr "设置云面板"
+
#. module: app_common
#. odoo-python
#: code:addons/app_common/wizard/mail_compose_message.py:0
@@ -111,6 +140,11 @@ msgstr ""
"欢迎访问欧度智能官方网站,获取Odoo企业级运营支持。\n"
"\t\t\t\t\t\t\t\t\t\t\t\t\t https://www.odooai.cn"
+#. module: app_common
+#: model_terms:ir.ui.view,arch_db:app_common.app_res_config_settings_view_form
+msgid "https://www.odooapp.cn/apps/modules/app_saas"
+msgstr "https://www.odooapp.cn/apps/modules/app_saas"
+
#. module: app_common
#. odoo-python
#: code:addons/app_common/models/ir_ui_view.py:0
diff --git a/app_common/models/res_config_settings.py b/app_common/models/res_config_settings.py
index 0e27d5ea..2ced7089 100644
--- a/app_common/models/res_config_settings.py
+++ b/app_common/models/res_config_settings.py
@@ -11,7 +11,8 @@ _logger = logging.getLogger(__name__)
class ResConfigSettings(models.TransientModel):
_inherit = 'res.config.settings'
- app_saas_ok = fields.Boolean('Enable CN SaaS', help="Checked to Enable www.odooapp.cn cloud service.", default=True, config_parameter='app_saas_ok')
+ app_saas_ok = fields.Boolean('Enable CN SaaS', default=True, config_parameter='app_saas_ok',
+ help="Checked to Enable www.odooapp.cn cloud service.")
app_saas_common_token = fields.Char('SaaS Common Token', config_parameter='app_saas_common_token')
def set_values(self):
diff --git a/app_common/views/res_config_settings_views.xml b/app_common/views/res_config_settings_views.xml
index 510b46f0..cc4fa6dd 100644
--- a/app_common/views/res_config_settings_views.xml
+++ b/app_common/views/res_config_settings_views.xml
@@ -6,10 +6,12 @@
res.config.settings
+
-