Daily updates from Odoo
Wednesday, March 11, 2026
2 changes · 19.0
New functionality added to Odoo
This update introduces a 'Net Cost' salary rule specifically for Saudi Arabia payroll, addressing complexities in employer contributions. It adjusts how employee and employer costs are calculated, particularly for rules like GOSI, ensuring accurate deductions and contributions. This change improves payroll accuracy for Saudi businesses using Odoo Enterprise.
Original PR description
This PR introduces a new salary rule 'Net Cost' since setting appears_on_employee_cost_dashboard as True on the salary rule considers the sign on the rule, and for cases like the GOSI Employee Rule we need the sign to be negative to deduct from the employee but also increase the employer contribution amount. - adjusted provision rules to be part of a new category - adjusted remaining days to be allowance instead of company contribution - NET salary doesn't contribute to employer cost - New salary rule 'net cost' contributes to employer cost. Task-5894405
This update adds a button to quickly move all orders to the next stage in the preparation process. When an order reaches the final stage, the preparation state is automatically marked as complete, streamlining workflow. This improves efficiency and reduces manual effort for staff.
Original PR description
In this commit: =============== - We added a `Clear All Orders` button in the sidebar. On clicking that, all the orders will be moved to their next respective stage. - If the order stage is already the last stage, then the order's preparation state is marked as done. Task: 5877460