diff options
| author | Rafi Zadanly <zadanlyr@gmail.com> | 2024-02-26 09:16:16 +0700 |
|---|---|---|
| committer | Rafi Zadanly <zadanlyr@gmail.com> | 2024-02-26 09:16:16 +0700 |
| commit | 7c96326cc85efe6fd9d2cbd8c0284663282f1abc (patch) | |
| tree | 6aeeb25e681951c2b9ff285d4d1ec5265dbf2790 /indoteknik_custom/models/promotion/__init__.py | |
| parent | fc460ec7349d557654316c0628d76d49c12fd575 (diff) | |
Add promotion monitoring
Diffstat (limited to 'indoteknik_custom/models/promotion/__init__.py')
| -rw-r--r-- | indoteknik_custom/models/promotion/__init__.py | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/indoteknik_custom/models/promotion/__init__.py b/indoteknik_custom/models/promotion/__init__.py index 1e15d714..82628d31 100644 --- a/indoteknik_custom/models/promotion/__init__.py +++ b/indoteknik_custom/models/promotion/__init__.py @@ -5,4 +5,5 @@ from . import promotion_free_product from . import sale_order_promotion from . import sale_order_line from . import sale_order -from . import promotion_keyword
\ No newline at end of file +from . import promotion_keyword +from . import promotion_monitoring
\ No newline at end of file |
