Wednesday, November 12, 2025
1 change · 19.0
Enhancements to existing features
The POS no longer checks blackbox driver updates during session opening. If the drivers are outdated, users will now see the error only when they try to use a blackbox feature, which removes an unnecessary step at startup and keeps opening faster.
Original PR description
When introducing the blackbox queue service, we added a check at the opening of the POS to ensure that the blackbox drivers were up to date. This check is done at the start of session opening. It is now not necessary anymore, if the drivers are not up to date, an error will also be shown to the user when they try to use a blackbox functionality. Forward-Port-Of: odoo/enterprise#99014