diff --git a/app_common/__manifest__.py b/app_common/__manifest__.py index 946de0bc..19702c28 100644 --- a/app_common/__manifest__.py +++ b/app_common/__manifest__.py @@ -39,7 +39,7 @@ { 'name': "odooAi Common Util and Tools,欧度智能基础功能及面板", - 'version': '16.24.11.08', + '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 5751004a..2e145e96 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" @@ -80,6 +104,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 @@ -101,6 +130,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 7f4129d7..87164de9 100644 --- a/app_common/models/res_config_settings.py +++ b/app_common/models/res_config_settings.py @@ -11,5 +11,5 @@ _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.") diff --git a/app_common/views/res_config_settings_views.xml b/app_common/views/res_config_settings_views.xml index 780787d8..55247c94 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 +
-
+
+
@@ -24,10 +26,42 @@
+

Setup the communication to odooAi Cloud

+
+ + + +
+
+ +
+
+
+
+
+
- - - + + + odooAi Cloud diff --git a/app_odoo_customize/views/res_config_settings_views.xml b/app_odoo_customize/views/res_config_settings_views.xml index 9eae1d88..0ff92b81 100644 --- a/app_odoo_customize/views/res_config_settings_views.xml +++ b/app_odoo_customize/views/res_config_settings_views.xml @@ -11,8 +11,8 @@
-

Data Cleaning (Be careful to do that!)