Friday, August 10, 2018
3 changes · master
Enhancements to existing features
Mass mailing now better respects recipient preferences by avoiding emails to blacklisted, opted-out, invalid, or repeatedly bouncing addresses. Opt-outs are managed per mailing list and unsubscribe pages work without the website module, improving compliance and reporting clarity.
Original PR description
Task : https://www.odoo.com/web#id=33224&action=333&active_id=965&model=project.task&view_type=form&menu_id=4720 This PR is regrouping some main changes on mass mailing. - Added blacklist : Avoid…
Task : https://www.odoo.com/web#id=33224&action=333&active_id=965&model=project.task&view_type=form&menu_id=4720
This PR is regrouping some main changes on mass mailing.
- Added blacklist : Avoid sending mass mailing to blacklisted recipient
(blacklisted = email address that doens't want to receive mass mailing anymore)
Applies for following models through blacklist.mixin :
- crm.lead
- res.partner
- mail.mass_mailing.contact
- mail.channel.partner
- Opt_out per mailing list instead of per mailing contact.
- Replace opt_out by blacklist in crm.lead + res.partner models
- Added 'ignored' state for mass_mailing. Ignored = blacklisted, opted-out, invalid email synthax.
Ignored email are not included into final statistics to avoid confusion.
- Unsubscribe(d) pages migrated from website_mass_mailing to mass_mailing module
as thoses pages should work without having the website module installed
- Added an auto-blacklist rule when the email bounced to much
--
I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-prThe website customization experience is made more consistent and easier to extend across themes. Users gain broader styling controls such as navigation, footer, fonts, backgrounds, and custom color palettes, while theme behavior is standardized.
Original PR description
**TASK: https://www.odoo.com/web#id=31677&action=333&active_id=131&model=project.task&view_type=form&menu_id=4720** Completes https://github.com/odoo/odoo/pull/25678
This update brings online quotation and payment features directly into the Sales app and refreshes the customer-facing quotation layout. It also improves portal navigation, signatures, and default quotation validity settings, making the sales process clearer and easier for customers and sales teams.
Original PR description
Description of the issue/feature this PR addresses: Current behavior before PR: Desired behavior after PR is merged: -- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr