Tuesday, March 3, 2020
1 change · master
Features or functions removed from Odoo
Unused delivery-related fields and code were removed from stock picking to simplify maintenance. This is an internal cleanup with no expected impact on day-to-day warehouse or delivery operations.
Original PR description
- The volume field of stock.picking extended in delivery was unused, -> remove it. - The commit 2ff3749064c423dd17a767c120961733aec10a2c, add the 'check_packages_are_identical', which is never used. - Remove useless variable 'res' of print_return_label in stock_picking task-2201168 See odoo/upgrade#866