diff options
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 |
