update and fix

This commit is contained in:
Ivan Office
2024-12-19 19:52:42 +08:00
parent 557795c538
commit 43e87b2280
14 changed files with 124 additions and 160 deletions

View File

@@ -129,5 +129,5 @@ msgstr "https://www.odooapp.cn/apps/modules/app_saas"
#. module: app_common
#: model:ir.actions.act_window,name:app_common.action_odooai_cloud_config
#: model_terms:ir.ui.view,arch_db:app_common.app_res_config_settings_view_form
msgid "odooAi Cloud"
msgid "odooAi Cloud Settings"
msgstr "欧度智能云"

Binary file not shown.

Before

Width:  |  Height:  |  Size: 70 KiB

After

Width:  |  Height:  |  Size: 50 KiB

View File

@@ -55,7 +55,7 @@
</record>
<record id="action_odooai_cloud_config" model="ir.actions.act_window">
<field name="name">odooAi Cloud</field>
<field name="name">odooAi Cloud Settings</field>
<field name="type">ir.actions.act_window</field>
<field name="res_model">res.config.settings</field>
<field name="view_mode">form</field>