更新相关样式,ui优化

This commit is contained in:
Ivan Office
2025-01-05 04:18:32 +08:00
parent 2e0bb2ae8f
commit 2a228309d6
5 changed files with 77 additions and 10 deletions

View File

@@ -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.")