diff options
| author | stephanchrst <stephanchrst@gmail.com> | 2022-08-26 11:13:23 +0700 |
|---|---|---|
| committer | stephanchrst <stephanchrst@gmail.com> | 2022-08-26 11:13:23 +0700 |
| commit | b557dfe5249e471a1b7277d5c189313ce303347b (patch) | |
| tree | 70e29854ae31c16910f49afc7b15b25a1bd7d9b7 /indoteknik_custom/models/__init__.py | |
| parent | a28e01d3df18301057c33930b11655cc9d623b64 (diff) | |
temporary solution for internal use tax
Diffstat (limited to 'indoteknik_custom/models/__init__.py')
| -rwxr-xr-x | indoteknik_custom/models/__init__.py | 2 |
1 files changed, 2 insertions, 0 deletions
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 |
