update lic

This commit is contained in:
Ivan Office
2025-02-07 19:12:54 +08:00
parent 63395b33fc
commit c5d7fdfcc4
5 changed files with 11 additions and 12 deletions

View File

@@ -31,7 +31,7 @@
'category': 'Base',
'website': 'https://www.odooai.cn',
'live_test_url': 'https://demo.odooapp.cn',
'license': 'OPL-1',
'license': 'LGPL-3',
'sequence': 2,
'price': 0.00,
'currency': 'EUR',

View File

@@ -12,6 +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',
app_saas_db_token = fields.Char('Cloud DB Token', default=None, config_parameter='app_saas_db_token',
help="The odooapp SaaS Token for this Odoo Database. You can reset in https://www.odooapp.cn")