Monday, July 7, 2025
1 change · saas-18.4
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