diff options
| author | stephanchrst <stephanchrst@gmail.com> | 2023-01-02 14:24:45 +0700 |
|---|---|---|
| committer | stephanchrst <stephanchrst@gmail.com> | 2023-01-02 14:24:45 +0700 |
| commit | 52016c0ba728b92c913b560d0302a07f12ddfb9c (patch) | |
| tree | 8d7702c5431fa1f07d14c9f26f10053e99b32cb5 /indoteknik_custom/models/__init__.py | |
| parent | 9d4ec4d054858368d21a1efc9f58f1fbd080baaf (diff) | |
add window purchase outstanding for check incoming qty
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 356f69f0..f853b1ed 100755 --- a/indoteknik_custom/models/__init__.py +++ b/indoteknik_custom/models/__init__.py @@ -37,3 +37,4 @@ from . import mail_mail from . import website_categories_homepage from . import sales_target from . import product_spec +from . import purchase_outstanding |
