udpate app_saas 增加secret 设置

This commit is contained in:
Ivan Office
2025-01-03 22:49:39 +08:00
parent 2a4d40f1b7
commit 742a27cf88
6 changed files with 34 additions and 11 deletions

View File

@@ -12,3 +12,6 @@ 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")