1
0
forked from Mapan/odoo17e
odoo17e-kedaikipas58/addons/payment/models/__init__.py
2024-12-10 09:04:09 +07:00

11 lines
302 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_partner