diff options
Diffstat (limited to 'indoteknik_custom/models/__init__.py')
| -rwxr-xr-x | indoteknik_custom/models/__init__.py | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/indoteknik_custom/models/__init__.py b/indoteknik_custom/models/__init__.py index 54e24563..843beeae 100755 --- a/indoteknik_custom/models/__init__.py +++ b/indoteknik_custom/models/__init__.py @@ -74,4 +74,8 @@ from . import airway_bill_manifest from . import account_move_due_extension from . import voucher from . import bill_receipt -from . import account_move_multi_update
\ No newline at end of file +from . import account_move_multi_update +from . import account_financial_report +from . import account_general_ledger +from . import account_report_financial +from . import account_report_general_ledger |
