Wednesday, October 22, 2025
3 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
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