Monday, November 24, 2025
2 changes · 18.0
Enhancements to existing features
The system now logs only the message type and device for printer websocket events, instead of recording the full message payload. This reduces log noise and helps avoid oversized logs caused by large print data, making troubleshooting easier for support teams.
Original PR description
Before this commit, we logged the full websocket messages received at 'debug' level, and the action device at 'info' level. Logging the whole message causes the logs to be flooded with large base64 print data. After this commit, log the message type and device both at 'info' level. --- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
Odoo now includes an additional application information field when sending payment requests to Adyen. This helps ensure the external platform details are transmitted correctly, improving compatibility and reliability of payment processing.
Original PR description
Add applicationInfo to the payload sent to Adyen, ensuring that externalPlatform is correctly transmitted. A test was added to verify that applicationInfo is present in the payload and that the payment request succeeds as expected. task-5157863 --- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr Forward-Port-Of: odoo/odoo#233075