app_saas的16版本修正

This commit is contained in:
Chill
2025-01-14 14:39:24 +08:00
parent cf837d0cbe
commit c24647c62a
3 changed files with 3 additions and 3 deletions

View File

@@ -26,7 +26,7 @@
{
'name': 'odooapp.cn SaaS Client-Ai Passport.Odoo中文应用商店SaaS云服务客户端',
'version': '16.0.25.01.06',
'version': '16.0.25.01.14',
'author': 'odooai.cn',
'category': 'Base',
'website': 'https://www.odooai.cn',

View File

@@ -10,7 +10,7 @@ _logger = logging.getLogger(__name__)
class ResConfigSettings(models.TransientModel):
_inherit = 'res.config.settings'
module_app_cn_po = fields.Boolean('SaaS Chinese PO', help="Checked to Sync Odoo Chinese from www.odooapp.cn")
app_saas_db_token = fields.Char('Cloud DB Token', default=True, config_parameter='app_saas_db_token',
help="The odooapp SaaS Token for this Odoo Database. You can reset in https://www.odooapp.cn")

View File

@@ -13,7 +13,7 @@
</div>
<div class="o_setting_right_pane">
<label for="module_app_cn_po"/>
<div class="content-group" id="msg_module_app_cn_po">
<div class="content-group" id="msg_module_app_cn_po" invisible="not module_app_cn_po">
<div class="mt16 text-warning">
<strong>Save</strong> to Install Chinese PO App if downloaded.
</div>