Thursday, August 20, 2026
2 changes · saas-19.4
Enhancements to existing features
This update adds automated checks for the Mollie payment option in Point of Sale. These tests help catch payment-related issues earlier, improving reliability for businesses using Mollie at checkout.
Original PR description
This commit adds both Python and JS unit tests for the Mollie POS payment method. --- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr Forward-Port-Of: odoo/odoo#282259 Forward-Port-Of: odoo/odoo#281742
The IoT drivers now ignore harmless startup errors caused by stale Bluetooth device records. This reduces unnecessary log and monitoring alerts without changing normal device behavior.
Original PR description
We now ignore stale BlueZ device objects errors (`DBus.Error.UnknownObject`) when checking is_connected() at startup, as they spam logs and Sentry without being an actual issue. sentry-7682046372