Files
manufacture/mrp_subcontracting_purchase_partner_management/__init__.py

20 lines
587 B
Python
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
import unittest
from odoo.addons.mrp_subcontracting_partner_management.tests.test_create_subcontractor_partner_location import ( # noqa
TestSubcontractedPartner,
)
from . import models
@unittest.skip
def void(self):
return
TestSubcontractedPartner.test_change_subcontractor_location = void
TestSubcontractedPartner.test_check_countof_rules = void
TestSubcontractedPartner.test_is_subcontractor_partner_aсtive_switch_on = void
TestSubcontractedPartner.test_is_subcontractor_partner_first_time = void
TestSubcontractedPartner.test_is_subcontractor_partner_switch_on = void