mirror of
https://github.com/bringout/oca-ocb-core.git
synced 2026-04-21 02:52:04 +02:00
14 lines
518 B
Python
14 lines
518 B
Python
# -*- coding: utf-8 -*-
|
|
# Part of Odoo. See LICENSE file for full copyright and licensing details.
|
|
|
|
from . import test_purchase
|
|
from . import test_purchase_downpayment
|
|
from . import test_purchase_flow
|
|
from . import test_purchase_order_product_catalog
|
|
from . import test_purchase_order_report
|
|
from . import test_purchase_invoice
|
|
from . import test_access_rights
|
|
from . import test_accrued_purchase_orders
|
|
from . import test_purchase_dashboard
|
|
from . import test_import_files
|
|
from . import test_purchase_product_catalog
|