diff options
| author | IT Fixcomart <it@fixcomart.co.id> | 2022-08-31 15:17:40 +0700 |
|---|---|---|
| committer | IT Fixcomart <it@fixcomart.co.id> | 2022-08-31 15:17:40 +0700 |
| commit | 57f87cc1da6243d17cba04f9d575f4ca4b836f26 (patch) | |
| tree | b3f8dab98d11c35b28a4ba2b280ff6df4d237f63 /indoteknik_custom/models/__init__.py | |
| parent | 69b4bef9770aaaefd40361acb9ca2b3974e163d5 (diff) | |
Internal use to account.move (journal)
Diffstat (limited to 'indoteknik_custom/models/__init__.py')
| -rwxr-xr-x | indoteknik_custom/models/__init__.py | 3 |
1 files changed, 2 insertions, 1 deletions
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 |
