Daily updates from Odoo
Wednesday, April 9, 2025
2 changes · master
Code cleanup and technical improvements
Customer recipients are no longer automatically added as followers when sending appointment, HR, and direct debit communications. This keeps followers focused on internal users while making customer recipients clearer and more intentional in messages and templates.
Original PR description
Since [1] customers are given as default or suggested recipients for communications. Both chatter and templates proposes them by default. Followers should now be mostly be internal users that want to receive news from a record while customers should be actively displayed and chosen. In this PR calendar mainly is updated. We know correctly use attendees when mailing events instead or relying always on followers and forced subscription. See also [2] and [3] that already worked on that specific issue. Task-4655022 [1] odoo/odoo#185240 [2] odoo/odoo#201514 [3] odoo/odoo#204326
This change tidies an internal mail testing helper by making it private. It does not change product behavior for users, but helps keep the test code clearer and easier to maintain.
Original PR description
part of task-4712367. community: https://github.com/odoo/odoo/pull/205186