Tuesday, February 17, 2026
2 changes · master
New functionality added to Odoo
This update introduces a new rule to limit private car reimbursements to employees with annual gross salaries below a specified threshold. This change ensures compliance with Belgian tax regulations regarding private car expenses and provides a clearer financial guideline for employees and HR. The change impacts the HR payroll module.
Original PR description
…imit Add rule parameter 'max_sal_privatecar_reimb' to restrict private car reimbursement to employees with an annual gross salary below the defined limit. Task: 5486010
This update adds more detailed information for Brazilian tax calculations within the Odoo Enterprise system. While a more sophisticated solution is planned for the future, this immediate change improves reporting accuracy for Brazilian sales and invoices. It addresses a growing need for granular tax data.
Original PR description
In the long run we want to replace this field with something nicer, because it's only going to keep growing. But it will need to be something more complex that: - Groups Brazilian info per line (probably in some popup/wizard), and - Keeps it available to be added to sale and invoice reports for end customers In the meantime we just add these two additional fields. The newline is also removed since it has no effect. task-5234294 Closes https://github.com/odoo/enterprise/pull/102538