mirror of
https://github.com/OCA/manufacture.git
synced 2025-01-28 16:37:15 +02:00
[MIG] mrp_workorder_sequence: Migration to 16.0
This commit is contained in:
committed by
Antoni Marroig Campomar
parent
9f0d10bbc5
commit
86a6d72597
@@ -11,6 +11,11 @@ class TestMrpWorkorderSequence(TestMrpCommon):
|
||||
def setUp(self):
|
||||
super().setUp()
|
||||
self._create_bom()
|
||||
self.env["res.config.settings"].create(
|
||||
{
|
||||
"group_mrp_routings": True,
|
||||
}
|
||||
).execute()
|
||||
|
||||
def _create_bom(self):
|
||||
return self.env["mrp.bom"].create(
|
||||
|
||||
Reference in New Issue
Block a user