Tuesday, November 18, 2025
5 changes · 18.0
Enhancements to existing features
This change updates the Accounting area together with related project documentation and language files. It appears to improve the module setup and user-facing content so the product is easier to maintain and use in different languages.
Original PR description
Description of the issue/feature this PR addresses: Current behavior before PR: Desired behavior after PR is merged: --- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
The mail plugin can now identify the Odoo version it is connecting to. This lets the add-in show a clear message when it is used with an unsupported Odoo version, reducing confusion for users.
Original PR description
Purpose ======= The new addin has been refactored and doesn't work with older Odoo version, and so we add an endpoint to be able to show a message if we don't support that Odoo version. Task-4727609
The Point of Sale sales report now includes a clearer breakdown of payments by payment method. This makes it easier for businesses to review how customers paid and compare payment types in the report.
Original PR description
In this commit: ----------- - Enhances the PoS sales report by adding detailed breakdowns of payments grouped by payment method. task-5184319
Odoo Point of Sale and Self-Ordering now support Chrome’s Local Network Access feature, which allows the browser to reach local devices over HTTP without triggering mixed-content errors. In practice, this makes it easier to connect to Epson printers and the black box, removing the need for certificates in these setups.
Original PR description
*: pos_self_order, pos_epson_printer Feature: https://chromestatus.com/feature/5152728072060928 Since Chrome 142, a new feature called “Local Network Access” has been added, allowing local IPs to be contacted via HTTP without mixed content errors. This means that certificates are no longer required to contact Epson printers or the black box.
This update adds support for triangular taxes in the Finnish tax report so they can be used in the EC Sales List report. It also changes the company registry label from "Company ID" to "Business ID" for Finnish partners and companies, making the wording clearer and more locally appropriate.
Original PR description
The aim of this commit is adding the triangular taxes into the tax report to use it in EC Sales List report. task-5126664 --- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr