Saturday, April 11, 2020
1 change · master
Miscellaneous changes
In compute method _compute_expected_date() all PO lines are processed to get expected date, but in note and section line we dont have date_planned, it generates error. filtered the PO line to process if only they are not having display_type. Fixes-2234053 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 Forward-Port-
Original PR description
In compute method _compute_expected_date() all PO lines are processed to get expected date, but in note and section line we dont have date_planned, it generates error. filtered the PO line to process if only they are not having display_type. Fixes-2234053 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 Forward-Port-Of: odoo/odoo#49284