diff options
| author | stephanchrst <stephanchrst@gmail.com> | 2022-11-14 11:45:32 +0700 |
|---|---|---|
| committer | stephanchrst <stephanchrst@gmail.com> | 2022-11-14 11:45:32 +0700 |
| commit | 0b85c98761260dd93b70fa429340c4edbf5154b1 (patch) | |
| tree | 8ddc71d430371289834db659c3cb247a4712a10e /indoteknik_custom/models/__init__.py | |
| parent | d6c056a43636bd2707620649cb1917ea341f1400 (diff) | |
add approval if want to return
Diffstat (limited to 'indoteknik_custom/models/__init__.py')
| -rwxr-xr-x | indoteknik_custom/models/__init__.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/indoteknik_custom/models/__init__.py b/indoteknik_custom/models/__init__.py index 94fe56fe..8645fb00 100755 --- a/indoteknik_custom/models/__init__.py +++ b/indoteknik_custom/models/__init__.py @@ -29,3 +29,4 @@ from . import users from . import ir_attachment from . import delivery_carrier from . import dunning_run +from . import stock_picking_return |
