Daily updates from Odoo
Friday, April 26, 2019
2 changes · master
Enhancements to existing features
This update improves the wording of help text in the Email Marketing area, making guidance easier for users to understand. It does not change functionality, but it should reduce confusion when configuring or using mailing features.
Original PR description
Description of the issue/feature this PR addresses: Improve some of the sentences in the help fields. Current behavior before PR: Odd sentences in the help fields. Desired behavior after PR is merged: Nice sentences in the help fields. -- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
This update strengthens Odoo's mail handling by adding broader tests for incoming email routing, bounce handling, and blacklist behavior. It also fixes a crash when removing followers from the interface and simplifies related mail server code, reducing future maintenance risk.
Original PR description
Purpose: pre-merge of small code cleaning and tests improvements for task 1853147. Includes: fetchmail code cleaning, fix in mail and improved tests for mail gateway.