mirror of
https://github.com/bringout/oca-ocb-core.git
synced 2026-04-21 02:52:04 +02:00
12 lines
401 B
Python
12 lines
401 B
Python
# Part of Odoo. See LICENSE file for full copyright and licensing details.
|
|
|
|
from . import common
|
|
from . import http_common
|
|
from . import test_flows
|
|
from . import test_multicompany_flows
|
|
from . import test_payment_capture_wizard
|
|
from . import test_payment_method
|
|
from . import test_payment_provider
|
|
from . import test_payment_token
|
|
from . import test_payment_transaction
|
|
from . import test_res_company
|