mirror of
https://github.com/bringout/oca-ocb-core.git
synced 2026-04-21 03:12:10 +02:00
10 lines
298 B
Python
10 lines
298 B
Python
# Part of Odoo. See LICENSE file for full copyright and licensing details.
|
|
|
|
from . import ir_http
|
|
from . import payment_method
|
|
from . import payment_provider
|
|
from . import payment_token
|
|
from . import payment_transaction
|
|
from . import res_company
|
|
from . import res_country
|
|
from . import res_partner
|