diff options
Diffstat (limited to 'ohrms_loan_accounting/models/__init__.py')
| -rw-r--r-- | ohrms_loan_accounting/models/__init__.py | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/ohrms_loan_accounting/models/__init__.py b/ohrms_loan_accounting/models/__init__.py new file mode 100644 index 0000000..e75d04e --- /dev/null +++ b/ohrms_loan_accounting/models/__init__.py @@ -0,0 +1,5 @@ +# -*- coding: utf-8 -*- +from . import hr_loan_config +from . import hr_loan_acc +from . import account_move_line + |
