Daily updates from Odoo
Friday, June 19, 2026
1 change
Code cleanup and technical improvements
This update refines the controller for account bank statement imports, addressing previous issues caused by shared logic with the main accounting module. By using a more targeted controller and removing unnecessary code, the import process is now more reliable and efficient.
Original PR description
account_bank_statement_import_view was using the same controller used in account.move which caused some wrong behavior when some logic isn't shared between both modules, now account_bank_statement_import uses a generic controller that doesn't add unneeded behavior. As well as removing all of the account move classes from bank statement import and using generic ones or ones specific to account bank statement import. task-5892419 Forward-Port-Of: odoo/enterprise#120639 Forward-Port-Of: odoo/enterprise#117476