Wednesday, April 3, 2019
2 changes
Enhancements to existing features
The mail composer was streamlined by removing unnecessary message-related behavior and keeping only the fields it actually uses. This reduces complexity and avoids unsupported forum channel notifications that did not work, making email and message composition more reliable.
Original PR description
Purpose * unnecessary inherit of composer on mail.message: lot of unused fields and message specific behavior (notify, check access) not relevant for composer; * simply duplicate fields to use and remove inheritance;
This update refreshes internal counter values used by developers when checking mail-related test performance. It helps ensure community and enterprise test counters stay accurate, reducing confusion during development checks.
Original PR description
Some counters are not up to date notably taking in to account community-only and test-mail with enterprise only counters. Those are used notably when developing to ease quick check of counters. 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