Tuesday, March 26, 2019
3 changes · master
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