Daily updates from Odoo
Monday, September 22, 2025
4 changes · master
Enhancements to existing features
Payslips created through a pay run now use the same naming format as off-cycle payslips. This makes payroll records easier to identify and keeps naming consistent across payroll workflows.
Original PR description
Computed the name of payslips generated through using a payrun, in order to follow the same naming convention as those created off-cycle Task-5075930
Unused internal code from older timesheet grid features was removed because the features that depended on it no longer exist. This keeps the timesheet module easier to maintain without changing the user experience.
Original PR description
**1. _get_last_week()**
This method was previously used in _group_expand_employee_ids(). However, _group_expand_employee_ids was removed in version 17.3
Commit - https://github.com/odoo/enterprise/commit/c47d14a51068edbcac4ceb12e3c68835f57b6951 so this method is now unused.
**2. remove legacy code related to old grid view**
**_prepare_duplicate_timesheet_line_values()** This method was used in **adjust_grid().** Since adjust_grid() was removed in saas-16.2
Commit - https://github.com/odoo/enterprise/commit/f0ab0ba31f70bdb9c9e9f9b00c3679771cc49cb8 This method is now also unused.
task-5068036The task timesheet form has been adjusted so subtotal information displays correctly on mobile devices. This makes shared project task pages easier to read and use on smaller screens.
Original PR description
- adapt the structure inside the `oe_subtotal_footer` group Task-4347949
Australian payroll calculations have been updated to reflect the latest ATO Schedule 8 study and training support loan withholding rates. This helps employers calculate compliant payroll withholding for payslips affected by the September 2025 update.
Original PR description
This commit updates the Schedule 8 witholding flow and rate for mid year update as per ATO guidelines effective from 24-09-2024. https://softwaredevelopers.ato.gov.au/2025-pay-you-go-payg-withholding-tax-tables Task: 5088270 Forward-Port-Of: odoo/enterprise#95083