updates
This commit is contained in:
11
voip_ringcentral/models/res_users_settings.py
Normal file
11
voip_ringcentral/models/res_users_settings.py
Normal file
@@ -0,0 +1,11 @@
|
||||
# -*- 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')
|
||||
Reference in New Issue
Block a user