Wednesday, March 2, 2022
1 change · master
Features or functions removed from Odoo
Barcode scanning directly from stock picking forms has been removed because the dedicated Barcode app now covers this workflow. This reduces duplicate maintenance, and users should use the Barcode app for scanning operations, including package type barcodes previously handled by the delivery barcode module.
Original PR description
Barcode handling within picking form is outdated and obsolete due to barcode app. To avoid having to maintain the same barcode features in both stock (picking form) and barcode apps, we remove the picking form barcode handler code. It is expected that most users will just use the barcode app anyways. This includes removing the now obsolete delivery_barcode module which only added the ability to scan a package type barcode in a picking form. Note that other form barcode handlers that exist at the time of this commit are left as is. Task: 2039720 Upgrade PR: https://github.com/odoo/upgrade/pull/3230