summaryrefslogtreecommitdiff
path: root/indoteknik_custom/models/__init__.py
diff options
context:
space:
mode:
authorAzka Nathan <darizkyfaz@gmail.com>2023-11-03 13:42:51 +0700
committerAzka Nathan <darizkyfaz@gmail.com>2023-11-03 13:42:51 +0700
commit566a20db595a2b0a1959a12d289361b16e1ef172 (patch)
tree1cc955d3392241639a025b5860be246650f201c5 /indoteknik_custom/models/__init__.py
parent3a8d2713d749ce40d3755d4e0b22898ace4b0d6d (diff)
add approval in editing reconcile & journal entries
Diffstat (limited to 'indoteknik_custom/models/__init__.py')
-rwxr-xr-xindoteknik_custom/models/__init__.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/indoteknik_custom/models/__init__.py b/indoteknik_custom/models/__init__.py
index 1133c3e7..23a7331c 100755
--- a/indoteknik_custom/models/__init__.py
+++ b/indoteknik_custom/models/__init__.py
@@ -89,4 +89,5 @@ from . import stock_scheduler_compute
from . import promotion
from . import sale_orders_multi_update
from . import quotation_so_multi_update
-from . import product_monitoring \ No newline at end of file
+from . import product_monitoring
+from . import account_bank_statement \ No newline at end of file