Daily updates from Odoo
Tuesday, November 15, 2022
3 changes · master
Enhancements to existing features
SEPA payment files can now automatically convert non-Latin characters in names and addresses using the official European Payments Council mapping. This helps businesses in countries using Greek, Hungarian, and other accented or non-Latin characters generate valid SEPA credit transfer and direct debit files without manual cleanup.
Original PR description
Currently, it's impossible to have any non-latin characters in names and addresses when creating SEPA transactions. This can be a problem for many EU countries, such as Greece, Hungary, etc. European Payments Council has published an official mapping for every non-latin character. With this commit, characters will be converted before generating an XML file. task-2833976
Users can now open an existing closing entry from a tax report even when the related period is closed. This avoids an unnecessary error message and makes it easier to review finalized tax periods.
Original PR description
At the moment, clicking "closing entry" for a closed period in a tax report is showing a user error saying that the period is closed. This change aim to improve that by instead displaying the closing move itself.
Barcode inventory workflows now use each user's assigned warehouse property when showing stock operations. This helps employees see the most relevant warehouse context by default, reducing confusion and improving day-to-day warehouse processing.
Original PR description
see odoo/odoo#105355 task 3043198