mirror of
https://github.com/bringout/oca-ocb-core.git
synced 2026-04-19 11:31:59 +02:00
9 lines
270 B
Python
9 lines
270 B
Python
# Part of Odoo. See LICENSE file for full copyright and licensing details.
|
|
|
|
from . import ir_http
|
|
from . import payment_provider
|
|
from . import payment_icon
|
|
from . import payment_token
|
|
from . import payment_transaction
|
|
from . import res_company
|
|
from . import res_partner
|