trytond-product_cost_plan/tests/__init__.py

11 lines
301 B
Python

# The COPYRIGHT file at the top level of this repository contains the full
# copyright notices and license terms.
try:
from trytond.modules.account_invoice.tests.test_product_cost_plan import (
suite)
except ImportError:
from .test_product_cost_plan import suite
__all__ = ['suite']