Tuesday, March 26, 2019
5 changes · master
Resolved issues and error corrections
This change appears to address a locking conflict during automatic payroll loading, helping payroll processes run more reliably. It should reduce interruptions or failures when payroll data is loaded automatically, though the available PR details do not identify the exact files changed.
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
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 fixes an error that could prevent employees from opening the My Time Off dashboard. The Time Off dashboard now loads reliably by using the correct internal method setup.
Original PR description
Before 1ced3bfca, the get_days_all_request method was called with the context as an argument. As a consequence, because of the api.multi, the first arg is used as the ids of the record. As the id is not used in this method, it was not harmful. With the above mentioned fix, there is no more argument. This causes a traceback when clicking on menu "My Time Off/Dashboard". With this commit, the api.model is used instead, that way, the first arg is not considered as ids.
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