Daily updates from Odoo
Thursday, May 28, 2026
2 changes · master
New functionality added to Odoo
This update allows 'work clothes fees' to be properly recognized as a benefit within the Odoo Enterprise system. Previously, these fees couldn't be managed effectively. By adding a dedicated benefit, businesses can now better track and account for these expenses.
Original PR description
purpose: Currently the "work clothes fees" can not be hidden because it's not linked to a benefit we can activate/deactivate - added a benefit for "work clothes fees" task-id: 6237160
This update introduces a new system for tracking devices connected to Obox, such as printers and scales. A button has been added to the Obox form to automatically discover and record these devices. Currently, this data is not actively used, but it lays the groundwork for future enhancements.
Original PR description
See: odoo/obox#176 In this commit, we add the `obox.device` model, which represents devices connected to the Obox, such as printers, scales and cameras. A button is added to the Obox form view to discover devices, which will create records for all the devices that are found. For now the device records cannot be used anywhere, but this will come in future PRs. task-6241705