Daily updates from Odoo
Friday, October 31, 2025
2 changes · master
New functionality added to Odoo
Adds late attendance management to Saudi payroll so companies can track employee lateness and reflect it in payroll calculations. This helps HR teams apply attendance policies more consistently and reduces manual payroll adjustments.
Original PR description
IN this PR we interduce late attendance management for SA payroll loca Task: 4598879
Adds a new US Direct Deposit module that lets businesses initiate vendor batch payments through Wise instead of relying on Europe-focused payment initiation options. This helps US companies manage supplier payouts with payment choices such as account balance, ACH, Fedwire, or direct deposit via the Wise portal.
Original PR description
Direct Deposit is a common requirement in the US. Payment Initiation via Ponto is not a good solution as that is only usable for Europe, so other solutions have to be developed. Unlike Ponto via account_online_payment, Wise is implemented directly in enterprise instead of odoofin as customers can open an account themselves and handle all of the data without Odoo being responsible for anything. This module works by overriding the validation steps for batch payments to utilize Wise's API to create a batch group on their side, before redirecting to their final step where the customer can pay however they choose. For the United States this can be from their account balance, ACH transfer, fedwire transfer, or via direct deposit if they set that up in their portal. task-5080414 Forward-Port-Of: odoo/enterprise#96588