Monday, September 30, 2019
1 change · master
Resolved issues and error corrections
This fix prevents a manufacturing-related calculation from running when a finished product tracking reference is removed from a stock move line. This reduces unnecessary background processing and helps keep manufacturing operations more stable without changing user-facing workflows.
Original PR description
the _compute_order_finished_lot_ids is triggered when we delete a finished_produced_id on a stock_move_line. Description of the issue/feature this PR addresses: Current behavior before PR: Desired behavior after PR is merged: -- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr