Daily updates from Odoo
Monday, July 7, 2025
2 changes
1 change
Features or functions removed from Odoo
This change removes an obsolete duplicate duration calculation function in HR work entries that remained after contract handling was reorganized. It is an internal cleanup with no expected change to employee or payroll workflows.
Original PR description
Description of the issue/feature this PR addresses: Following the merge of contracts into versions, a duplicate function _get_duration_batch was created where the old and new ones existed simultaneously with the same function skeleton, this commit removes the old _get_duration_batch Current behavior before PR: No behavior affected Desired behavior after PR is merged: dead code removed --- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
1 change
Features or functions removed from Odoo
This update removes old Documents test files that no longer match the current app behavior. The core coverage has been rebuilt in the newer test framework, reducing maintenance noise while keeping basic feature checks in place.
Original PR description
Much of the app is completely different now as it was when these tests were running. We've re-created a test suite for basic features in hoot, we can start with that. Also, reformat `documents_pdf_manager_tests` to match the styling rules while we're here. Task-3861500