Daily updates from Odoo
Friday, February 14, 2025
1 change
Security fixes and vulnerability patches
Appointment calendar links now check whether a user is signed in before sending them to the internal calendar event view. This helps protect backend calendar details while still allowing guest users to access the appropriate public-facing appointment view.
Original PR description
This PR ensures user authentication before redirecting to the calendar event backend view. If the user is not logged in, they will be prompted to authenticate before accessing the calendar event. However, guest user will not be redirected for login and are redirected to frontend view. Task-4143188