-
- Downloads
[FIX] mail: prevents access error when portal users opens a channel link
Before this commit, since https://github.com/odoo/odoo/pull/83574 , attempting to join a call through the channel guest page while being logged as a portal user would give an acess error. This commit fixes this issue closes odoo/odoo#87995 X-original-commit: e6a637dc Signed-off-by:Sébastien Theys (seb) <seb@odoo.com>
Showing
- addons/mail/__manifest__.py 1 addition, 0 deletionsaddons/mail/__manifest__.py
- addons/mail/models/res_users_settings.py 2 additions, 2 deletionsaddons/mail/models/res_users_settings.py
- addons/mail/static/tests/tours/discuss_public_tour.js 30 additions, 0 deletionsaddons/mail/static/tests/tours/discuss_public_tour.js
- addons/mail/tests/test_mail_channel_as_guest.py 29 additions, 6 deletionsaddons/mail/tests/test_mail_channel_as_guest.py
- odoo/tests/common.py 4 additions, 1 deletionodoo/tests/common.py
Loading
Please register or sign in to comment