Friday, February 4, 2022
2 changes · master
Resolved issues and error corrections
Appointment booking and cancellation emails no longer repeat the attendee name in the subject or content. This makes default and customized appointment emails clearer and more professional for recipients.
Original PR description
Current behavior before PR: Email of booking and canceling the appointment has "Meeting with UserName with Username". Desired behavior after PR is merged: We have removed the repeating word "with Username" in the email template and set the "UserName - Let's meet" in the default value. So, every custom appointment email has proper and equivalent content. This is the goal of this commit. PR #23197 Task-2713963 -- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
This fixes duplicated file entries in several app setup lists so installations and updates use a cleaner, more reliable configuration. The change is internal and helps reduce the risk of redundant processing without changing business features.
Original PR description
COM PR: https://github.com/odoo/odoo/pull/83775