mirror of
https://github.com/bringout/oca-ocb-sale.git
synced 2026-04-23 02:12:05 +02:00
11 lines
347 B
Python
11 lines
347 B
Python
# -*- coding: utf-8 -*-
|
|
# Part of Odoo. See LICENSE file for full copyright and licensing details.
|
|
|
|
from . import test_barcode
|
|
from . import test_common
|
|
from . import test_name
|
|
from . import test_pricelist
|
|
from . import test_product_attribute_value_config
|
|
from . import test_product_pricelist
|
|
from . import test_seller
|
|
from . import test_variants
|