Tuesday, February 24, 2026
1 change · saas-19.1
Features or functions removed from Odoo
This update eliminates redundant error messages related to IoT receipt printers. As we no longer track printer status, these warnings are no longer generated, streamlining the system and improving user experience. This change was made as part of a community contribution.
Original PR description
Community PR: https://github.com/odoo/odoo/pull/249819 As we are no longer querying the status of the receipt printer on the IoT box, some of the error messages such as being low on paper will no longer be sent by the IoT. This commit removes the messages in the JS code too. Forward-Port-Of: odoo/enterprise#108109