Wednesday, October 31, 2018
2 changes · master
Enhancements to existing features
People who unsubscribe from a mass mailing sent to a lead or contact now receive clearer confirmation that they will no longer get messages from any mailing lists they had joined. The warning lists the affected mailing lists, helping avoid confusion and making the impact of unsubscribing transparent.
Original PR description
Purpose : Warn the user that unsubscribe via a lead or res.partner mass mailing that he won't receive any mail from the mailing lists (listed in the warning) he had subscribed, if any. Task : https://www.odoo.com/web/#id=1891747&action=333&active_id=965&model=project.task&view_type=form&menu_id=4720 -- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
Kanban views now load tag and other relational field data in a single batch instead of many separate requests. This reduces waiting time and avoids slowdowns when boards contain many tagged records.
Original PR description
Add an 'onlyOneM2MFetch' option in kanban who force to make only one rpc for many2many fields (tags field typically). Task #1878113 (2/2) 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