Daily updates from Odoo
Wednesday, March 31, 2021
1 change · master
Resolved issues and error corrections
This fixes an issue where opening the steps list from a bill of materials could fail because the wrong list view settings were carried over. It also restores the expected default product and picking type values when creating quality steps, reducing errors and manual corrections for manufacturing users.
Original PR description
On the BOM form view, when go to the steps (quality point) list view, we don't pass the old context anymore as there is unused data for the quality point view and, even worst, a `tree_view_ref` who will cause a traceback (as it will try to open the operation view for the quality point model). task-2492926