Tuesday, May 28, 2024
1 change · master
Resolved issues and error corrections
This fixes an error that could occur when importing bank transaction data through online synchronization. The update ensures company information is handled correctly, allowing bank statement lines to be created without interruption.
Original PR description
"company_id" has been added to data retrun by "_format_transactions" method in https://github.com/odoo/enterprise/commit/393ca019515757c275df17b9319198f18471af60. This would cause an error when creating a new "account.bank.statement.line.transient". This commit adds company_id as field on account.bank.statement.line.transient.