From 0bb47005022b33c79ecfb5924d41f35ce794c5fb Mon Sep 17 00:00:00 2001 From: Azka Nathan Date: Wed, 27 Sep 2023 13:20:17 +0700 Subject: add modal to mark as on so, add tracking to stockpicking date_doc_kirim --- indoteknik_custom/models/__init__.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'indoteknik_custom/models/__init__.py') 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 -- cgit v1.2.3