mirror of
https://github.com/guohuadeng/app-odoo.git
synced 2025-02-23 04:11:36 +02:00
prepare #IBCH86【以16当前的为基准】app_module_value优化提交至云端ai_chat并处理为odoo10版本
This commit is contained in:
@@ -39,7 +39,7 @@
|
|||||||
|
|
||||||
{
|
{
|
||||||
'name': "odooAi Common Util and Tools,欧度智能基础功能及面板",
|
'name': "odooAi Common Util and Tools,欧度智能基础功能及面板",
|
||||||
'version': '16.24.11.08',
|
'version': '16.25.01.03',
|
||||||
'author': 'odooai.cn',
|
'author': 'odooai.cn',
|
||||||
'category': 'Extra tools',
|
'category': 'Extra tools',
|
||||||
'website': 'https://www.odooai.cn',
|
'website': 'https://www.odooai.cn',
|
||||||
|
|||||||
@@ -6,8 +6,8 @@ msgid ""
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: Odoo Server 16.0+e-20231112\n"
|
"Project-Id-Version: Odoo Server 16.0+e-20231112\n"
|
||||||
"Report-Msgid-Bugs-To: \n"
|
"Report-Msgid-Bugs-To: \n"
|
||||||
"POT-Creation-Date: 2024-11-08 11:54+0000\n"
|
"POT-Creation-Date: 2025-01-03 09:20+0000\n"
|
||||||
"PO-Revision-Date: 2024-11-08 11:54+0000\n"
|
"PO-Revision-Date: 2025-01-03 09:20+0000\n"
|
||||||
"Last-Translator: \n"
|
"Last-Translator: \n"
|
||||||
"Language-Team: \n"
|
"Language-Team: \n"
|
||||||
"MIME-Version: 1.0\n"
|
"MIME-Version: 1.0\n"
|
||||||
@@ -75,6 +75,16 @@ msgstr "邮件服务器"
|
|||||||
msgid "Outgoing Mails"
|
msgid "Outgoing Mails"
|
||||||
msgstr "发出邮件"
|
msgstr "发出邮件"
|
||||||
|
|
||||||
|
#. module: app_common
|
||||||
|
#: model:ir.model.fields,field_description:app_common.field_res_config_settings__app_saas_common_token
|
||||||
|
msgid "SaaS Common Token"
|
||||||
|
msgstr "云通讯Token"
|
||||||
|
|
||||||
|
#. module: app_common
|
||||||
|
#: model_terms:ir.ui.view,arch_db:app_common.app_res_config_settings_view_form
|
||||||
|
msgid "SaaS Settings"
|
||||||
|
msgstr "云通讯设置"
|
||||||
|
|
||||||
#. module: app_common
|
#. module: app_common
|
||||||
#: model:ir.model,name:app_common.model_ir_cron
|
#: model:ir.model,name:app_common.model_ir_cron
|
||||||
msgid "Scheduled Actions"
|
msgid "Scheduled Actions"
|
||||||
|
|||||||
@@ -12,4 +12,9 @@ class ResConfigSettings(models.TransientModel):
|
|||||||
_inherit = 'res.config.settings'
|
_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', help="Checked to Enable www.odooapp.cn cloud service.", default=True, config_parameter='app_saas_ok')
|
||||||
|
app_saas_common_token = fields.Char('SaaS Common Token', config_parameter='app_saas_common_token')
|
||||||
|
|
||||||
|
def set_values(self):
|
||||||
|
res = super().set_values()
|
||||||
|
self.env['ir.config_parameter'].set_param('app_saas_common_token', self.app_saas_common_token)
|
||||||
|
return res
|
||||||
|
|||||||
@@ -4,7 +4,7 @@
|
|||||||
<h2 class="oe_slogan">odooAi Common Util and Tools</h2>
|
<h2 class="oe_slogan">odooAi Common Util and Tools</h2>
|
||||||
<h3 class="oe_slogan"> Network and media and base tools </h3>
|
<h3 class="oe_slogan"> Network and media and base tools </h3>
|
||||||
<div class="oe_row">
|
<div class="oe_row">
|
||||||
<h3>Lastest update: v17.24.04.29</h3>
|
<h3>Lastest update: v16.25.01.03</h3>
|
||||||
<div class="row">
|
<div class="row">
|
||||||
<img class="oe_demo oe_screenshot img img-fluid" style="max-height: 100%;" src="banner.png">
|
<img class="oe_demo oe_screenshot img img-fluid" style="max-height: 100%;" src="banner.png">
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
@@ -24,6 +24,15 @@
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
<h2>SaaS Settings</h2>
|
||||||
|
<div class="col-xs-12 col-md-6 row o_settings_container" id="app_saas_settings" name="app_saas_settings">
|
||||||
|
<div class="border-start-0">
|
||||||
|
<div class="row mt0">
|
||||||
|
<label class="col-4" for="app_saas_common_token"/>
|
||||||
|
<field name="app_saas_common_token" password="True"/>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</xpath>
|
</xpath>
|
||||||
</field>
|
</field>
|
||||||
|
|||||||
@@ -23,7 +23,7 @@
|
|||||||
|
|
||||||
{
|
{
|
||||||
'name': 'odoo Tweak,Ai Employee,Boost,Customize All in One. Customize,UI,Boost,Security,Data',
|
'name': 'odoo Tweak,Ai Employee,Boost,Customize All in One. Customize,UI,Boost,Security,Data',
|
||||||
'version': '16.24.12.19',
|
'version': '16.25.01.03',
|
||||||
'author': 'odooai.cn',
|
'author': 'odooai.cn',
|
||||||
'category': 'Extra Tools',
|
'category': 'Extra Tools',
|
||||||
'website': 'https://www.odooai.cn',
|
'website': 'https://www.odooai.cn',
|
||||||
|
|||||||
@@ -11,7 +11,7 @@
|
|||||||
<label class="h2 bg-warning text-white" for="app_system_name"/>
|
<label class="h2 bg-warning text-white" for="app_system_name"/>
|
||||||
<field name="app_system_name"/>
|
<field name="app_system_name"/>
|
||||||
</xpath>
|
</xpath>
|
||||||
<xpath expr="//div[@name='app_settings_header']" position="after">
|
<xpath expr="//div[@name='app_saas_settings']" position="after">
|
||||||
<h2>Security and Boost</h2>
|
<h2>Security and Boost</h2>
|
||||||
<div class="row mt16 o_settings_container" name="app_security_boost">
|
<div class="row mt16 o_settings_container" name="app_security_boost">
|
||||||
<group>
|
<group>
|
||||||
|
|||||||
Reference in New Issue
Block a user