Wednesday, May 6, 2020
4 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
Updates made in Google Calendar to add or remove event attendees are now reflected in Odoo. This keeps attendee and partner information aligned across both systems, reducing manual corrections and missed participant updates.
Original PR description
Create an event with at least one attendee. Synchronize the event between Odoo and Google. Add/Remove an attendee in Google. *Observed behavior* After synchronisation, the partner is not added/removed in Odoo *Expected behavior* The partner should be added/removed Task 2241572 -- 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