Friday, September 2, 2022
1 change
Features or functions removed from Odoo
The manufacturing app no longer adds an instruction note to the barcode menu, avoiding errors when the optional barcode inventory feature is not installed. Users can still download the related instruction PDF from settings, so the practical impact is limited.
Original PR description
Before the OWL conversion of the `stock_barcode` main menu, the override of its template to add the Manufacturing instruction doesn't cause any troubles even if `stock_barcode` wasn't installed (`mrp_workorder` depends of `stock` and `barcodes` but not `stock_barcode`). But after the OWL conversion, the override raises an error if `stock_barcode` isn't installed. Instead of creating a new module only to add a sentence in a XML template, we remove it, since the PDF with the instructions still can be downloaded in the settings.