blob: d125ddbec690e0396797a2be278eeae835a9e054 (
plain)
1
2
3
4
5
6
7
8
9
|
# -*- coding: utf-8 -*-
# Part of Odoo. See LICENSE file for full copyright and licensing details.
from . import test_name
from . import test_variants
from . import test_pricelist
from . import test_product_pricelist
from . import test_seller
from . import test_product_attribute_value_config
|