Tuesday, February 17, 2026
3 changes · master
New functionality added to Odoo
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 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