Monday, July 14, 2025
2 changes · master
Enhancements to existing features
Installing the Belgian POS blackbox module no longer shows a driver reload prompt. This reduces setup friction because IoT Boxes now receive the required blackbox driver automatically by default.
Original PR description
When we installed the module `pos_blackbox_be`, a dialog was shown to ask the user to reload his IoT Box's drivers (in order for its blackbox to be dected as a blackbox instead of an adam scale). We removed this dialog as we now download the blackbox driver by default on IoT Boxes. Forward-Port-Of: odoo/enterprise#89724
Domestic VAT return names no longer show the country ISO code, reducing unnecessary detail in report labels. ISO codes remain visible for foreign VAT returns, where the country distinction is useful.
Original PR description
Showing ISO codes for every return is unnecessary and should only be shown for foreign VAT returns. This commit removes the ISO code from the return name for domestic return only. task-4783937 Forward-Port-Of: odoo/enterprise#86391