Odoo-Tutorial/loan_management/models/__init__.py
2025-06-21 09:44:01 +07:00

6 lines
134 B
Python

# -*- coding: utf-8 -*-
from . import loan_type
from . import borrower
from . import loan_interest_policy
from . import loan_request