12 lines
328 B
Python
12 lines
328 B
Python
# Part of Odoo. See LICENSE file for full copyright and licensing details.
|
|
|
|
from . import ir_http
|
|
from . import onboarding_step
|
|
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
|