summaryrefslogtreecommitdiff
path: root/indoteknik_custom/models/__init__.py
diff options
context:
space:
mode:
authorAzka Nathan <darizkyfaz@gmail.com>2023-08-09 15:10:47 +0700
committerAzka Nathan <darizkyfaz@gmail.com>2023-08-09 15:10:47 +0700
commit9a5b528c2d5afc4b6f1da30e14167b0bc33ae923 (patch)
treea4a48e6348cdb4812ca71356bfd4fa4ceb137698 /indoteknik_custom/models/__init__.py
parent072694ec9464142ff1029ea4b070496e513c03c6 (diff)
parenteababb6272797427353ccc5a58609ceac6ceea1c (diff)
Merge branch 'export-ledger' into production
# Conflicts: # indoteknik_custom/__manifest__.py # indoteknik_custom/models/__init__.py # indoteknik_custom/models/account_financial_report.py # indoteknik_custom/models/account_general_ledger.py # indoteknik_custom/models/account_report_general_ledger.py # indoteknik_custom/views/account_financial_report_view.xml # indoteknik_custom/views/account_report_general_ledger_view.xml
Diffstat (limited to 'indoteknik_custom/models/__init__.py')
-rwxr-xr-xindoteknik_custom/models/__init__.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/indoteknik_custom/models/__init__.py b/indoteknik_custom/models/__init__.py
index 1bdbc513..843beeae 100755
--- a/indoteknik_custom/models/__init__.py
+++ b/indoteknik_custom/models/__init__.py
@@ -75,3 +75,7 @@ from . import account_move_due_extension
from . import voucher
from . import bill_receipt
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