Friday, October 24, 2025
4 changes · saas-18.4
Enhancements to existing features
All Finnish tax report lines now have assigned codes. This helps tax report exports consistently match each line to the correct export template field, reducing the risk of missing or mismatched data.
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#232636 Forward-Port-Of: odoo/odoo#229876
Finnish accounting reports can now generate an export file for tax reporting, making it easier for customers to submit required tax information to the administration. The update also improves automated report export testing to ensure the correct report options are used.
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#97867 Forward-Port-Of: odoo/enterprise#96256
Amazon stock synchronization logs now include the related account ID. This gives support teams better context when investigating customer issues and makes troubleshooting faster.
Original PR description
Based on feedback from the support team, additional information has been added to the stock sync logging messages. This enhancement includes the account ID for better traceability and to help the team understand customer issues more effectively. Forward-Port-Of: odoo/enterprise#97940
Belgian Point of Sale blackbox messages can now be queued, making interactions faster and more reliable. This helps sales workflows continue smoothly when an immediate blackbox response is not required, such as for pro forma sales messages.
Original PR description
In this commit, we introduce a queuing mechanism for blackbox messages to make all interactions with the blackbox faster and more reliable. This is particularly useful for messages that do not require the response from the blackbox to continue the workflow such as pro forma sales messages. Forward-Port-Of: odoo/enterprise#90747