mirror of
https://github.com/bringout/oca-ocb-accounting.git
synced 2026-04-21 07:02:00 +02:00
19.0 vanilla
This commit is contained in:
parent
ba20ce7443
commit
768b70e05e
2357 changed files with 1057103 additions and 712486 deletions
|
|
@ -7,7 +7,7 @@ from datetime import timedelta
|
|||
from odoo import api, fields, models, _
|
||||
|
||||
|
||||
class User(models.Model):
|
||||
class ResUsers(models.Model):
|
||||
_inherit = 'res.users'
|
||||
|
||||
microsoft_calendar_rtoken = fields.Char('Microsoft Refresh Token', copy=False, groups="base.group_system")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue