Daily updates from Odoo
Monday, February 21, 2022
1 change · master
Enhancements to existing features
Invoice extraction now uses the proper partner autocomplete service instead of calling it directly. This avoids relying on functionality that may not be installed, making invoice processing more robust across different setups.
Original PR description
…alled Partner autocomplete was called directly instead of using the API of the dedicated module.