Daily updates from Odoo
Wednesday, January 28, 2026
2 changes · master
Features or functions removed from Odoo
This update removes the 'New' button from the DIMONA Declaration List view in the odoo/enterprise module. This change simplifies the user interface and streamlines the process of creating DIMONA declarations, aligning with best practices for user experience. It addresses a minor UI inconsistency.
Original PR description
. Remove the New button on DIMONA Declaration List view task-5471873
This pull request removes a broken widget that was previously used for scanning product quantities during receiving. The recommended approach now utilizes the dedicated Barcode app, streamlining the process and eliminating a source of potential errors. This change improves efficiency and simplifies inventory management.
Original PR description
This widget has been broken for some time and can be removed. It was probably used when receiving products, allowing the operator to scan a product and its quantity, and to send a barcode command to move to the next line. In any case, the new recommended approach is to use the Barcode app.