diff options
| author | stephanchrst <stephanchrst@gmail.com> | 2023-01-26 10:34:05 +0700 |
|---|---|---|
| committer | stephanchrst <stephanchrst@gmail.com> | 2023-01-26 10:34:05 +0700 |
| commit | aed1817bac8a608bfd630acc8d5d406f13732387 (patch) | |
| tree | 7488b0f1352ca8b276871db446c6673cf0626ed3 /indoteknik_api/models/__init__.py | |
| parent | 9df53ac2b48ee5f6285715f642b341dff93ad295 (diff) | |
add rest coupon program
Diffstat (limited to 'indoteknik_api/models/__init__.py')
| -rw-r--r-- | indoteknik_api/models/__init__.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/indoteknik_api/models/__init__.py b/indoteknik_api/models/__init__.py index 12a1f7fd..d484500a 100644 --- a/indoteknik_api/models/__init__.py +++ b/indoteknik_api/models/__init__.py @@ -6,3 +6,4 @@ from . import res_users from . import sale_order from . import x_manufactures from . import website_content +from . import coupon_program |
