From a7b4f12c28726743d34229b05075591ec70f4ae0 Mon Sep 17 00:00:00 2001 From: valen Date: Mon, 4 Sep 2023 12:54:10 +0200 Subject: [PATCH] [FIX] mrp_bom_attribute_match: setup 'test common' is changed because have cyclic references in bom. --- mrp_bom_attribute_match/tests/common.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mrp_bom_attribute_match/tests/common.py b/mrp_bom_attribute_match/tests/common.py index 12ef736ef2..40ecd0c295 100644 --- a/mrp_bom_attribute_match/tests/common.py +++ b/mrp_bom_attribute_match/tests/common.py @@ -143,7 +143,7 @@ def setUpClass(cls): cls.p3, [ dict( - product_id=cls.p1.product_variant_ids[0], + product_id=cls.product_sword.product_variant_ids[1], product_qty=1, ), ],