[FIX] mrp_multi_level: run tests after installation

to avoid conflicts with mrp_production_date_planned_finished module.
This commit is contained in:
Lois Rilo
2024-11-18 15:57:28 +01:00
parent 49b0babd3b
commit be2c9dc985

View File

@@ -4,10 +4,12 @@
from datetime import date, datetime, timedelta
from odoo import fields
from odoo.tests import tagged
from .common import TestMrpMultiLevelCommon
@tagged("post_install", "-at_install")
class TestMrpMultiLevel(TestMrpMultiLevelCommon):
def test_01_mrp_levels(self):
"""Tests computation of MRP levels."""