Daily updates from Odoo
Friday, September 6, 2019
2 changes
Enhancements to existing features
The first drop area shown when editing a page now matches the layout of other drop zones. This makes the website editor feel more consistent and helps users understand where to place content blocks.
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
Code cleanup and technical improvements
This change streamlines Odoo's mail test suite by creating less default test data and removing duplicate checks. It should make internal testing easier to maintain and potentially faster, without changing how business users interact with the product.
Original PR description
Purpose of this commit is to remove some default data creation in base mail test class and remove some duplicate tests. 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