mirror of
https://github.com/OCA/manufacture.git
synced 2025-01-28 16:37:15 +02:00
@@ -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],
|
||||||
|
),
|
||||||
]
|
]
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user