Skip to content

Commit

Permalink
[FIX] mrp_multi_level: run tests after installation
Browse files Browse the repository at this point in the history
to avoid conflicts with mrp_production_date_planned_finished module.
  • Loading branch information
LoisRForgeFlow committed Nov 18, 2024
1 parent 49b0bab commit be2c9dc
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions mrp_multi_level/tests/test_mrp_multi_level.py
Original file line number Diff line number Diff line change
Expand Up @@ -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."""
Expand Down

0 comments on commit be2c9dc

Please sign in to comment.