Wednesday, April 22, 2026
3 changes · 17.0
Enhancements to existing features
This update changes the sender address used in an automated CRM email from iap@odoo.com to noreply@odoo.com. It helps prevent customers from replying to messages that are meant to be automatic notifications, reducing confusion and unnecessary incoming responses.
Original PR description
The current mail address is iap@odoo.com so some client respond to the automatic mail. This fix change it to noreply@odoo.com Task-6086556
The automatic email sent by the extraction feature now uses a no-reply address instead of a regular inbox. This prevents customers or other systems from replying to messages that are meant to be automated, reducing confusion and unwanted responses.
Original PR description
The current mail address is iap@odoo.com so some client respond to the automatic mail. This fix change it to noreply@odoo.com Task-6086556
This update strengthens the automated test for Spain’s Mod347 BOE export by making sure invoices above the legal cash-payment threshold are correctly included. It helps prevent regressions in reporting and gives more confidence that the export matches expected tax rules.
Original PR description
This commit improves the test for cash payments in the Mod347 BOE export by ensuring that a Spanish partner with an invoice amount greater than 3,005.06 € is included in the export. opw-5960226 Forward-Port-Of: odoo/enterprise#110947