Wednesday, January 8, 2020
1 change · master
Features or functions removed from Odoo
This change removes unused stock movement logic that is no longer needed in the inventory app. It simplifies maintenance without changing day-to-day stock operations for users.
Original PR description
- Remove the unused field call string_availability_info on the stock.move model. It was used in version 11.0 in a form view, this form views has been merge and this fields is now unused. - Remove onchange_quantity function, because the product_qty can't be change (_set_product_qty doesn't allow that) and the product_id is required.