mirror of
https://github.com/OCA/manufacture.git
synced 2025-01-28 16:37:15 +02:00
[FIX] mrp_workorder_sequence: use common test, don't repeat bom tests
This commit is contained in:
committed by
Miquel Raïch
parent
41653ee419
commit
943d446ede
@@ -4,10 +4,10 @@
|
||||
from odoo import Command
|
||||
from odoo.tests import Form
|
||||
|
||||
from odoo.addons.mrp.tests.test_bom import TestBoM
|
||||
from odoo.addons.mrp.tests.common import TestMrpCommon
|
||||
|
||||
|
||||
class TestMrpWorkorderSequence(TestBoM):
|
||||
class TestMrpWorkorderSequence(TestMrpCommon):
|
||||
def test_mrp_workorder_sequence(self):
|
||||
self.env["mrp.bom"].create(
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user