Wednesday, October 22, 2025
5 changes · saas-18.3
Enhancements to existing features
The point of sale preparation display now prevents unwanted scrolling gestures on small and medium iOS devices. This helps staff keep the preparation screen stable and easier to use during service.
Original PR description
This commit introduces a small fix for IOS (small and medium) devices to prevent touch screen gesture in the pos preparation display. Task : 5113851
This update adds missing identifiers to all Finnish tax report lines. This helps tax report exports reliably match each line to the correct template field, reducing the risk of incomplete or inconsistent exported reports.
Original PR description
The aim of this commit is adding code for all the tax report lines. Before, some lines didn't have any code set on it, now all these lines have a code. The change is motivated by the tax report export where we use the code as key in the dict given to the export template. task-5135868 --- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr Forward-Port-Of: odoo/odoo#232543 Forward-Port-Of: odoo/odoo#229876
Finnish accounting reports now include an export file for tax reporting, helping customers prepare submissions for the Finnish tax administration. The update also improves report export testing so the correct export options are used consistently.
Original PR description
The aim of this commit is adding the tax report export file to allow our customers to send their tax reports to their administration. task-5135868 Forward-Port-Of: odoo/enterprise#97799 Forward-Port-Of: odoo/enterprise#96256
Belgian contacts are now checked on the Peppol network using the two most common identifiers, improving the chance of correctly finding business partners. The update also removes outdated warning messages because the preferred Belgian identifier is now handled automatically during Peppol registration.
Original PR description
1. For belgian partner, we now check for 0208 and 9925 which are the two most used EAS when looking for partner existence on the Peppol network. 2. Remove the warnings about the recommended EAS: 0208 is now the mandatory EAS, this will be handled directly on IAP where the Peppol Access Point will try to register 0208 in all cases with an alias system. Note that we have always computed 0208 as recommended value in registration process. task-4852903 Forward-Port-Of: odoo/odoo#230089 Forward-Port-Of: odoo/odoo#227431
Follow-up and customer statement reports now have a cleaner header with centered titles and less clutter. They also show the partner bank account below the Tax ID, making key payment details easier for customers to find.
Original PR description
This commit updates the layout for follow-up and customer statement reports. Changes made: --- **Follow-up & Customer Statement Reports:** - remove journal and filter details from header. - centered the title of the report. - Added the partner bank account display below the Tax ID. --- task-4823880 Forward-Port-Of: odoo/enterprise#90068