Monday, June 1, 2026
2 changes · master
New functionality added to Odoo
This update integrates Obox receipt printers into the Point of Sale (POS) system. Leveraging the Obox's ePOS format compatibility, the change simplifies printer configuration and utilizes existing EpsonPrinter code, improving POS functionality. This allows for seamless printing of receipts from Obox printers.
Original PR description
See: odoo/obox#152 This commit adds support for Obox receipt printers in the POS. Since the Obox now supports the ePOS format, most of the ePOS code can be reused. Configuring an Obox printer simply prefills the IP with the correct path and the POS just uses the same EpsonPrinter class as normal. task-6241706
This update introduces a new Kanban view within the Obox app, allowing users to easily manage and track all connected devices grouped by their respective Obox. When an Obox is paired, the system automatically initiates a device discovery process, streamlining device setup and management. This improves the overall user experience for Obox device integration.
Original PR description
This commit adds a 'Devices' menu item to the Obox app, which links to a Kanban view of all the devices grouped by Obox. In addition, a device discovery is automatically started once an Obox has been paired. <img width="892" height="340" alt="image" src="https://github.com/user-attachments/assets/42d4a421-0185-4cdf-982f-55eb241e60de" /> task-6241705