Friday, October 23, 2020
1 change · master
Resolved issues and error corrections
This fixes a manufacturing planning issue where a work order’s planned status was not refreshed when its planned start or finish dates changed. As a result, production planning information stays accurate after schedule adjustments.
Original PR description
The _compute_is_planned() method was only triggered at the workorder creation and not at the modification of date_planned_start or date_planned_finished. This commit change the depends fields to trigger the compute at right time. 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