diff options
| author | IT Fixcomart <it@fixcomart.co.id> | 2023-08-09 03:48:45 +0000 |
|---|---|---|
| committer | IT Fixcomart <it@fixcomart.co.id> | 2023-08-09 03:48:45 +0000 |
| commit | 218da29eef3757461b65308b1966594bd12da206 (patch) | |
| tree | 186b9afad0363f2a8602662f528236091a796454 /indoteknik_custom/models/__init__.py | |
| parent | 82368e58dbc4d1ee8f6ff842ebb349172256d449 (diff) | |
| parent | 544ccd0952c03f9021478f64bdb31a06e923a13d (diff) | |
Merged in export-ledger (pull request #88)
Export ledger
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..f26cbec2 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
\ No newline at end of file |
