Daily updates from Odoo
Friday, November 20, 2020
1 change · master
Code cleanup and technical improvements
Bank account synchronization has been rewritten to use Odoo's own Finance proxy service instead of direct connections to third-party providers. This makes it easier to manage provider changes centrally and should improve reliability and maintainability for customers using online bank feeds.
Original PR description
All code refering to third party services (plaid, yodlee, ponto) has now moved on a specific proxy. We've created our own API services to fetch accounts and transactions and this module implements it.