Wednesday, November 19, 2025
3 changes · 19.0
Enhancements to existing features
The mail plugin can now detect which Odoo version is in use. This lets it display a clear message when the version is not supported, helping users understand why the add-in may not work.
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 Forward-Port-Of: odoo/odoo#236286 Forward-Port-Of: odoo/odoo#236047
The Point of Sale sales report now includes a clearer breakdown of payments by method, making it easier to see how customers paid. This helps businesses review sales patterns and reconcile reports more quickly.
Original PR description
In this commit: ----------- - Enhances the PoS sales report by adding detailed breakdowns of payments grouped by payment method. task-5184319 Forward-Port-Of: odoo/odoo#234486
When a company installs a chart template from the SEPA region, the related ISO 20022 payment support is now installed automatically. This makes setup smoother and helps ensure the right payment features are available from the start.
Original PR description
This commit will allow to install account_iso20022 when installing a chart template from the SEPA zone. task-5163045