Daily updates from Odoo
Friday, January 16, 2026
3 changes
Code cleanup and technical improvements
This update simplifies resource scheduling by removing the outdated 2-week calendar feature and streamlining how work hours are defined. The changes focus on clarity and accuracy, ensuring employees are tracked correctly based on their daily hours and work rates. This improves the reliability of time tracking data.
Original PR description
First part of the work: - Display required full time + work time rate in debug models - Always define the amount of hours per day - Remove the 2 week calendar feature - Remove the name and sequence task-5124688 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 update simplifies resource scheduling by removing the outdated 2-week calendar feature and streamlining how working hours are defined. The changes focus on clarity and accuracy, ensuring resources are tracked with more precision for appointment and helpdesk scheduling.
Original PR description
First part of the work: - Display required full time + work time rate in debug models - Always define the amount of hours per day - Remove the 2 week calendar feature - Remove the name and sequence task-5124688
This pull request streamlines the way Odoo verifies payments across various payment providers. The changes involve a refactoring of the verification logic, enhancing reliability and efficiency. This update ensures more accurate and consistent payment confirmations for our users.