Thursday, August 29, 2024
1 change · saas-17.1
Resolved issues and error corrections
A manufacturing shop floor test was updated so it works even when the Quality Control app is not installed. This prevents unnecessary test failures in setups that use manufacturing without quality checks, improving reliability for supported configurations.
Original PR description
`test_shopfloor` currently does not work without `quality_control` installed but there is no dependency relationship: `mrp_workorder` is auto-installed when `mrp` is installed, but `quality_control` is not. Make the `lot_id` conditional on `quality_control` being installed.