Monday, August 12, 2024
2 changes
Resolved issues and error corrections
This update ensures the Indian GST return reporting process properly returns a response when completing its work. This helps prevent missing feedback or interrupted flows for businesses using GST return reports.
Original PR description
Issue produced in commit- https://github.com/odoo/enterprise/commit/61e5101081c87082de4b6d938fbe7ccdb329e7b6 This commit resolves the missing returning of response
This fix ensures shop floor manufacturing tests behave consistently whether or not the quality manufacturing module is installed. It prevents lot information from being set when no quantity has been completed, reducing false test failures and improving reliability.
Original PR description
test_shop_floor fails with only mrp_workorder installed. With quality_mrp (as in runbot), test succeeds. Origin is in _compute_lot_line_id which set lot_id even when no qty_done.