Merge PR #1444 into 17.0

Signed-off-by peluko00
This commit is contained in:
OCA-git-bot
2025-01-09 08:40:28 +00:00

View File

@@ -53,7 +53,12 @@ class TestMRPMassProductionOrder(TransactionCase):
"product_id", "product_id",
"in", "in",
[cls.product_delivery_01.id, cls.product_delivery_02.id], [cls.product_delivery_01.id, cls.product_delivery_02.id],
) ),
(
"tag_ids",
"in",
[cls.tag.id],
),
] ]
) )