add app_saas todo: 与 social_login 一起时有 bug

This commit is contained in:
Ivan Office
2024-12-06 20:24:16 +08:00
parent 99d3c80d59
commit 3bdfb6d7f4
40 changed files with 794 additions and 0 deletions

View File

@@ -0,0 +1,14 @@
# -*- coding: utf-8 -*-
import logging
from odoo import api, fields, models, _
from odoo.exceptions import UserError, ValidationError
_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")