Thursday, January 5, 2023
5 changes · master
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
This update adds missing Spanish translations in the Mexican reporting area, making the interface clearer and more complete for Spanish-speaking users. It helps improve localization consistency across related accounting reports without changing core business workflows.
Original PR description
When looking at the PO file of l10n_mx_reports, I noticed that some translation were missing, since i'm doing the translation of the community module in this PR : https://github.com/odoo/odoo/pull/108725. I've decided to add the missing entries. task-id: 3089239
The map view styling was adjusted to better align with Bootstrap standards used across Odoo. This helps keep the interface consistent and easier to maintain, with a minor visible impact for users of the map feature.
Original PR description
Task ID: 2072145
Kanban card dropdown menus are now defined separately from the main card layout across multiple Odoo apps. This makes the interface structure more consistent and easier to maintain, helping reduce future customization and upgrade issues.
Original PR description
This commit separate the templates, one for the card and another one for the menu (the ellipsis dropdown). The new template, called 'kanban-menu', will only contain the dropdown. Note that, this behaviour is the same as the one used for the kanban tooltips. task-id: 3096776
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