Thursday, January 5, 2023
2 changes
Enhancements to existing features
SEPA Direct Debit payments are now restricted to Euro by default, matching the official requirements for this payment method. This helps prevent users from setting up direct debit payments in unsupported currencies and reduces payment processing issues.
Original PR description
Before this commit, all currencies were accepted in Odoo even though SDD forces all payments to be in Euro. This commit limits the available / supported currency list to this only currency. task-2926016 See also: - https://github.com/odoo/odoo/pull/101018 - https://github.com/odoo/documentation/pull/2788 - https://github.com/odoo/upgrade/pull/4069
Bank statement imports now support Excel file formats in addition to CSV, QIF, and CAMT. This makes it easier for businesses to upload statements received from banks in XLS or XLSX format without converting them first.
Original PR description
When importing bank statement in xls and xlsx format, it currently doesn't work. This PR aims at allowing the import of bank statement files in xls and xlsx format. It is so far possible by default for CSV, QIF and CAMT. Most of the code is simply copied from the account_bank_statement_import_csv module, with minor adjustments to fit the xls and xlsx file support and no collision between the 2 modules (csv and xlsx) task id : 3086543 --- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr