Thursday, May 15, 2025
2 changes · saas-18.1
Resolved issues and error corrections
Adding byproducts to a manufacturing Bill of Materials now shows the unit of measure selector correctly and avoids an unnecessary browser console warning. This makes the byproduct entry process smoother and reduces confusion for users configuring manufacturing recipes.
Original PR description
Currently, a console log warning appears when adding a byproduct in the BOM. Additionally, the uom widget doesn't function as expected. Steps to Reproduce ================== - Enable byproducts for the manufacturing operation. - Navigate to Manufacturing > Products > Bill of Materials. - Open an existing demo BOM or create a new BOM product. - Add a byproduct and observe the console log warning. Issue ===== In the mrp_bom view, the byproduct list uses the many2one_uom widget. However, the quantity_field was not passed, leading to the console log warning. This commit ensures the quantity_field is correctly passed and resolves the warning. Additionally, the uom widget is now properly displayed. Task: [4714266](https://www.odoo.com/odoo/project.task/4714266)
The web interface test for managing saved favorites now includes extra checks so actions happen in the intended order. This helps prevent false failures in automated testing and supports more stable releases without changing end-user functionality.
Original PR description
This commit adds steps to the favorite_management_tour to ensure the all steps are performed sequencially between first favorite save and applying a new groupBy. Runbot-112238