From b557dfe5249e471a1b7277d5c189313ce303347b Mon Sep 17 00:00:00 2001 From: stephanchrst Date: Fri, 26 Aug 2022 11:13:23 +0700 Subject: temporary solution for internal use tax --- indoteknik_custom/models/__init__.py | 2 ++ 1 file changed, 2 insertions(+) (limited to 'indoteknik_custom/models/__init__.py') diff --git a/indoteknik_custom/models/__init__.py b/indoteknik_custom/models/__init__.py index 25341923..a81306b6 100755 --- a/indoteknik_custom/models/__init__.py +++ b/indoteknik_custom/models/__init__.py @@ -19,3 +19,5 @@ from . import sale_monitoring_detail from . import sale_monitoring from . import account_move from . import account_asset +from . import stock_move +from . import stock_picking \ No newline at end of file -- cgit v1.2.3 From 57f87cc1da6243d17cba04f9d575f4ca4b836f26 Mon Sep 17 00:00:00 2001 From: IT Fixcomart Date: Wed, 31 Aug 2022 15:17:40 +0700 Subject: Internal use to account.move (journal) --- indoteknik_custom/models/__init__.py | 3 ++- 1 file changed, 2 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 a81306b6..c871a340 100755 --- a/indoteknik_custom/models/__init__.py +++ b/indoteknik_custom/models/__init__.py @@ -20,4 +20,5 @@ from . import sale_monitoring from . import account_move from . import account_asset from . import stock_move -from . import stock_picking \ No newline at end of file +from . import stock_picking +from . import stock_picking_type -- cgit v1.2.3