Tuesday, January 22, 2019
2 changes · master
Resolved issues and error corrections
This update corrects how frontend pages load shared editor-related components after a recent website editor change. It helps ensure portal, signup, survey, and website pages continue to open reliably without requiring unnecessary website dependencies.
Original PR description
Following https://github.com/odoo/odoo/pull/29775
The barcode app now shows the Scrap button only for transfer situations where scrapping stock is appropriate: completed receipts, open deliveries, and internal transfers. This reduces confusion for warehouse users and helps prevent incorrect scrap actions from unavailable or unsuitable transfer screens.
Original PR description
This commit changes the conditions to show the scrap button in the barcode_view. The scrap button is now shown only when: - The picking is a done receipt - The picking is a delivery, but not done - The picking is internal TaskID: 1930221