Daily updates from Odoo
Navigate
Branch
Friday, September 6, 2019
3 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
Resolved issues and error corrections
The partner filter on the Partner Ledger report has been corrected so users can narrow the report to the intended partners. This helps finance teams review partner-specific balances and transactions more reliably.
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