mirror of
https://github.com/OCA/manufacture.git
synced 2025-01-28 16:37:15 +02:00
[17.0][FIX] mrp_mass_production_order: Fix tests
This commit is contained in:
@@ -53,7 +53,12 @@ class TestMRPMassProductionOrder(TransactionCase):
|
||||
"product_id",
|
||||
"in",
|
||||
[cls.product_delivery_01.id, cls.product_delivery_02.id],
|
||||
)
|
||||
),
|
||||
(
|
||||
"tag_ids",
|
||||
"in",
|
||||
[cls.tag.id],
|
||||
),
|
||||
]
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user