mirror of
https://github.com/bringout/oca-ocb-core.git
synced 2026-04-19 23:32:01 +02:00
10 lines
358 B
Python
10 lines
358 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_order_report
|
|
from . import test_purchase_invoice
|
|
from . import test_access_rights
|
|
from . import test_accrued_purchase_orders
|
|
from . import test_purchase_tax_totals
|
|
from . import test_purchase_dashboard
|