Wednesday, May 6, 2020
3 changes · master
Resolved issues and error corrections
This fixes the Attendance Kiosk setup by removing extra viewing options that were not needed and could cause problems when selecting an employee. The change keeps the kiosk flow focused on the intended screen, reducing confusion for users managing attendance.
Original PR description
Commit 6d11097a9b802a01473701bb9ce0ce647faf7fdf added view mode `tree,activity` in this action which is not necessary for Attendance Kiosk mode. (and also not working when selecting an employee from `tree` view) With this commit, we remove extra view modes which are not required/working for this action. 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
A scheduled data cleaning task was corrected to use the right internal action. This helps ensure automated cleanup runs as intended, reducing the chance of stale or duplicate data remaining in the system.
Original PR description
TaskID: 2248556
The update fixes internal test code that was calling a removed reporting helper by mistake. This helps keep cash basis and localization report checks aligned with the current system behavior, reducing false test failures without changing day-to-day user workflows.
Original PR description
removed the call to _with_correct_filters (account_report_cash_basis) in tests - This method was removed in commit dc3eaa692982539d5706cd1f62275f9a24740989 - Calls to this method were reintroduced in tests by mistake