Daily updates from Odoo
Tuesday, February 17, 2026
5 changes
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 the ability to configure time off benefits directly within new employee contracts. During offer signing, users can now select the type of leave and the number of days, which are automatically applied once the contract is approved. This streamlines the onboarding process and ensures accurate leave entitlements from the start.
Original PR description
Version: master - Introduce a Time Off Allocation Benefit that allows users to choose whether paid leave should be included during the offer signing process. - Users can select the required Time Off Type and define the number of leave days as part of the offer benefits. - Once the offer is signed, the system will automatically allocate the selected leave entitlement to the employee. Task-5452900
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
This update allows users to collect payments from customers during delivery when using Cash on Delivery or Pay on Site. The system now automatically creates a payment record and informs the user about a corresponding account statement, streamlining the payment process and improving financial tracking.
Original PR description
In [^1], a new action, `action_collect_delivery_payment`, was added to collect customer payments at delivery when using Cash on Delivery or Pay on Site. The action marks the pending transaction as done, which creates an `account.payment` record and informs the user that a corresponding account statement should appear later. This commit integrates that behavior into the Barcode app. task-5166559 [^1]: https://github.com/odoo/odoo/pull/237803
This update introduces a new 'ENet' export format for HR payroll reports. This allows businesses to generate CSV files in this format, facilitating easier transmission of payment information to banks. This enhancement supports compliance with Russian regulations regarding electronic payment reporting.
Original PR description
This commit adds: - a new `export_format` option as "ENet", and its payment methods - if "ENet" is selected, you can generate ENet CSV using the wizard Task-4585620