I installed the module and having the issue with the calendar system. After assigning the calendar to a user getting this error. When the user tries to log in 500 internal server error occurs and in the log this shows:
File "/Users/user/odoo/custom_addons/tko_web_sessions_management/main.py", line 113, in web_login context=request.context)
TypeError: unbound method search() must be called with resource.calendar.attendance instance as first argument (got list instance instead)
I installed the module and having the issue with the calendar system. After assigning the calendar to a user getting this error. When the user tries to log in 500 internal server error occurs and in the log this shows:
File "/Users/user/odoo/custom_addons/tko_web_sessions_management/main.py", line 113, in web_login context=request.context)
TypeError: unbound method search() must be called with resource.calendar.attendance instance as first argument (got list instance instead)