Wednesday, May 29, 2024
2 changes
1 change
Enhancements to existing features
The Invoicing app now includes more advanced capabilities such as bank synchronization, bank reconciliation, and payment follow-up while keeping a simpler invoicing experience for users. Accounting setup and dashboard flows were also refreshed to make onboarding, VAT payment guidance, and journal management easier to access.
1 change
Resolved issues and error corrections
This fix prevents an infinite loop of emails that was occurring when redirected emails from external addresses were automatically added as followers. The system now checks if the redirected email matches an existing alias to avoid duplicate followers and prevent excessive email traffic.
Original PR description
With the introduction of alias domains in 17.0, redirected emails from non Odoo addresses would automatically add the original email as a follower. This would cause an infinite loop of emails to be sent to and from the database. Using the setting on aliases "alias_incoming_local" allows us to check the local part of aliases that have this enabled to prevent this from happening if the redirect email and the alias on the database have the same local part. Thus, the additional email will not be added as a follower. opw-3920634 --- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr