Daily updates from Odoo
Tuesday, March 30, 2021
2 changes · master
Resolved issues and error corrections
Appointment confirmation emails now show the same time that attendees see on the website confirmation page. This prevents confusion caused by mismatched appointment times across customer-facing touchpoints.
Original PR description
make the time shown in the email sent to attendees consistent with the time shown on the website confirmation page in order to make sure that users don't get confused when they see different times displayed. Task-2451154 Related: COM-PR: odoo/odoo#65729
Access rules for SMS templates were corrected so regular internal users can read templates when other features need them. This prevents avoidable errors while still keeping restrictions on creating, editing, or deleting templates.
Original PR description
These record rules were meant to restrict access to certain model to create/write/unlink, but not read. This was leading to issues when others models were trying to read a template. Unit test were also added to the sms module to ensure that a member of group_user can always read a sms template. task-2191254