mirror of
https://github.com/OCA/manufacture.git
synced 2025-01-28 16:37:15 +02:00
[FIX] mrp_multi_level: run tests after installation
to avoid conflicts with mrp_production_date_planned_finished module.
This commit is contained in:
@@ -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."""
|
||||
|
||||
Reference in New Issue
Block a user