Files
gsinghpal fc3c966484 changes
2026-03-13 12:38:28 -04:00

12 lines
287 B
Python

# -*- coding: utf-8 -*-
# Copyright 2026 Nexa Systems Inc.
# License OPL-1 (Odoo Proprietary License v1.0)
from odoo import fields, models
class ResUsersSettings(models.Model):
_inherit = 'res.users.settings'
rc_authorization_id = fields.Char('RingCentral Authorization ID')