Tuesday, March 26, 2019
5 changes · master
Enhancements to existing features
The Belgian payroll accounting test data was updated to stay aligned with related payroll changes. This helps ensure automated checks continue to validate 13th month payroll behavior correctly without affecting regular users directly.
Original PR description
Adapt tests and demo data according to changes in community PR https://github.com/odoo/odoo/pull/30562
PDF attachment previews in Odoo Mail no longer display Odoo’s separate download button. This avoids duplicate controls because major browsers already provide a built-in PDF download option, making the preview cleaner for users.
Original PR description
Task 1945059 Since there is a button to download a pdf from the preview of all major browsers, there is no need to add one on the view in odoo
Resolved issues and error corrections
This change corrects how grouped records are reused when data is refreshed, avoiding mismatched internal details from being carried over. It helps keep grouped views stable and accurate for users without changing visible workflows.
Original PR description
Rev. odoo/odoo@5c6a7c9 made a change to reuse an old group datapoint when performing a read_group, instead of restoring *some* properties of the old group (so basically a `_.omit` instead of a `_.pick`). This is a bad idea as some properties were bound to the new datapoint (`evaluateModifiers` for example) so it doesn't make any sense to update the old datapoint with theses properties.
This update corrects a visual glitch in the Website Forum edit profile form. It helps forum users update their profile with a cleaner, more reliable interface aligned with the current website styling.
Original PR description
Description of the issue/feature this PR addresses: Issue: - https://drive.google.com/file/d/1b1YdE64IPJdTy9-87cbimpplRxNpQBDm/view - https://drive.google.com/file/d/1QENgFndpKrycLhRk0mcotus_E3GZoyXK/view?usp=drivesdk 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
The Belgian CODA bank statement import tests have been re-enabled so they are properly included in validation. This helps ensure future changes do not accidentally break CODA import behavior for Belgian accounting users.
Original PR description
Task 1922108 The tests were commented but are running