Daily updates from Odoo
Thursday, December 11, 2025
2 changes · 19.0
Enhancements to existing features
This update allows users to accurately display the account holder's name alongside bank details, even when it differs from the partner's name. Previously, the account holder name was automatically set to the partner's name, which is now corrected to ensure accurate reporting and reconciliation. This change enhances data clarity and reduces potential errors.
Original PR description
Allow changing of the account holder name in case it is different from the partner name which was the computed default. Task-5222712 [Related PR](https://github.com/odoo/enterprise/pull/98572)
This update enhances the efficiency of AI embedding generation by processing large text files in optimized batches. This reduces the number of API calls, preventing errors related to token limits and improving overall performance. It's a key improvement for faster and more reliable AI-powered features.
Original PR description
## Summary This PR adds support for batching embedding requests based on each provider’s input constraints. The goal is to maximize efficiency while avoiding token or payload limit errors. By processing large text files in properly sized chunks, we minimize the number of API calls and improve overall throughput. task-id-5223195