Tuesday, July 1, 2025
2 changes · saas-18.1
Enhancements to existing features
The Turkish Nilvera integration now records blocked connection issues as informational logs instead of errors. This keeps automated upgrade checks from failing when internet access is unavailable, while still preserving details needed for troubleshooting.
Original PR description
In 3b5cb63 we silenced Nilvera connection errors to prevent upgrade CI failures due to blocked internet access. However, using `logger.error` still caused CI to fail when triggered. This commit changes the log level to info to ensure the error is recorded without impacting the CI. Also, we're now printing the stack trace for easier debugging. runbot-227039 Forward-Port-Of: odoo/odoo#215791
USB-connected printers now show a clear "[USB]" label in their printer name. This helps users configuring Point of Sale choose the correct printer more quickly and avoid selecting the wrong device.
Original PR description
This PR adds "[USB]" to the printer name to help the user who configures his PoS easily choose the usb printer if needed Backport of #211238