You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The test test_mrp_mass_production_order fails:
line 50, in setUpClass
cls.mrp1, cls.mrp2 = cls.env["mrp.production"].search(
^^^^^^^^^^^^^^^^^^
ValueError: too many values to unpack (expected 2)
Module
mrp_mass_production_order
Describe the bug
The test test_mrp_mass_production_order fails:
line 50, in setUpClass
cls.mrp1, cls.mrp2 = cls.env["mrp.production"].search(
^^^^^^^^^^^^^^^^^^
ValueError: too many values to unpack (expected 2)
To Reproduce
Affected versions: 17.0
Steps to reproduce the behavior:
Additional context
This bug is the cause of the error in this PR https://github.com/OCA/manufacture/actions/runs/12650345076/job/35248675151?pr=1441
@DavidJForgeFlow @peluko00
The text was updated successfully, but these errors were encountered: