-
- Downloads
[IMP] google_calendar: move credentials from res_user table to a dedicated table
Before this commit, several token related data were stored on the res_users table. During event sync, the table could be locked and this commit aims to move these data to a dedicated table to avoid bottleneck effets. Taskid: 2484335 Part-of: odoo/odoo#68700
Showing
- addons/google_account/controllers/main.py 1 addition, 1 deletionaddons/google_account/controllers/main.py
- addons/google_calendar/models/__init__.py 1 addition, 0 deletionsaddons/google_calendar/models/__init__.py
- addons/google_calendar/models/google_credentials.py 117 additions, 0 deletionsaddons/google_calendar/models/google_credentials.py
- addons/google_calendar/models/res_users.py 24 additions, 68 deletionsaddons/google_calendar/models/res_users.py
- addons/google_calendar/security/ir.model.access.csv 1 addition, 0 deletionsaddons/google_calendar/security/ir.model.access.csv
Loading
Please register or sign in to comment