Daily updates from Odoo
Thursday, March 5, 2026
5 changes · master
Enhancements to existing features
This update enhances the system's ability to track employee payroll issues. By storing these issues within the employee records, we can now display and highlight them in version views, providing better visibility into payroll discrepancies. This improves payroll management and reporting.
Original PR description
Storing employee payroll issues in order to be used for displaying the employee issues in the version views and highlighting them Task: 5955152
This update simplifies the process for Italian businesses filing withholding tax returns. The default periodicity has been changed to monthly, addressing a previous difficulty in configuring this setting. This ensures compliance with Italian regulations and improves the user experience.
Original PR description
In Italy, withholding tax return periodicity is monthly. but it's hard to discover/configure. Default periodicity should be monthly. task-5985704 Forward-Port-Of: odoo/enterprise#109420 Forward-Port-Of: odoo/enterprise#109185
This update ensures Odoo correctly handles student salaries in Belgium, aligning with minimum wage regulations. The system now checks if student employees (designated as 'STU') are paid below the legal minimum, providing a warning to administrators. This improves accuracy and compliance for Belgian payroll reporting.
Original PR description
**Description:** In Belgium there a minimum salary amount for student. We should extend the existing warning (or create a new one) on employee and in the dashboard to warn if an employee with dimona category [STU] has a wage under the minimum. **Implementation** . Update _compute_l10n_be_is_below_scale() in hr_version and salary_offer . Add Corresponding tests . Add cp_200_salary_scale_student_A parameter values . Add cp_200_salary_scale_student_B parameter values . Add cp_200_salary_scale_student_C parameter values . Add cp_200_salary_scale_student_D parameter values task-5485636
This update simplifies TDS calculations within Odoo's HR payroll system, aligning with new tax regulations effective April 1, 2025. A new 'Tax Declaration' button has been added to employee records, providing a clear view of current FY TDS details and facilitating PDF reporting. This ensures accurate and compliant TDS reporting for employees.
Original PR description
This PR updates the TDS flow: - Removed the old TDS wizard and version-based monthly TDS computation - Added new tax regime parameter values effective from April 1, 2025 - Improved TDS calculation on payslips by computing monthly TDS directly from payslip logic - Introduced a Tax Declaration button on the employee form to review and print current FY TDS details Task-5025645
This update enhances the kitchen display by now showing the lot or serial number of tracked products during the preparation process. This improves accuracy and traceability for inventory management, particularly important for products requiring specific tracking like pharmaceuticals or high-value items. It aligns with best practices for order fulfillment and reduces potential errors.
Original PR description
In this commit: - We will display the lot/serial number of the tracked product on the preparation card in the kitchen display. Related PRs: - Community: https://github.com/odoo/odoo/pull/247503 Task-5491350