summaryrefslogtreecommitdiff
path: root/indoteknik_custom/models/__init__.py
diff options
context:
space:
mode:
authorAzka Nathan <darizkyfaz@gmail.com>2023-09-27 13:20:17 +0700
committerAzka Nathan <darizkyfaz@gmail.com>2023-09-27 13:20:17 +0700
commit0bb47005022b33c79ecfb5924d41f35ce794c5fb (patch)
tree72be75ad949fe9efaf7b55c8f7f5722225538b28 /indoteknik_custom/models/__init__.py
parent41d40976a4400d973a5d3b627196a303cfd0d712 (diff)
add modal to mark as on so, add tracking to stockpicking date_doc_kirim
Diffstat (limited to 'indoteknik_custom/models/__init__.py')
-rwxr-xr-xindoteknik_custom/models/__init__.py4
1 files changed, 3 insertions, 1 deletions
diff --git a/indoteknik_custom/models/__init__.py b/indoteknik_custom/models/__init__.py
index f51f95af..95defed6 100755
--- a/indoteknik_custom/models/__init__.py
+++ b/indoteknik_custom/models/__init__.py
@@ -86,4 +86,6 @@ from . import cost_centre
from . import account_account
from . import account_move_line
from . import stock_scheduler_compute
-from . import promotion \ No newline at end of file
+from . import promotion
+from . import sale_orders_multi_update
+from . import quotation_so_multi_update \ No newline at end of file