summaryrefslogtreecommitdiff
path: root/indoteknik_custom/models/promotion/__init__.py
diff options
context:
space:
mode:
authorRafi Zadanly <zadanlyr@gmail.com>2023-09-25 14:50:43 +0700
committerRafi Zadanly <zadanlyr@gmail.com>2023-09-25 14:50:43 +0700
commit50b5bd7bd984ef108e8bd324440050a222d8262f (patch)
treefbd5f818fa3fbe716c41c73def6b104e8d124c36 /indoteknik_custom/models/promotion/__init__.py
parentdae4a3bf266ba4c19b1ba1d11c52ed9e19259b7c (diff)
Fix promotion program feature
Diffstat (limited to 'indoteknik_custom/models/promotion/__init__.py')
-rw-r--r--indoteknik_custom/models/promotion/__init__.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/indoteknik_custom/models/promotion/__init__.py b/indoteknik_custom/models/promotion/__init__.py
index 631df8f3..1e15d714 100644
--- a/indoteknik_custom/models/promotion/__init__.py
+++ b/indoteknik_custom/models/promotion/__init__.py
@@ -4,4 +4,5 @@ from . import promotion_product
from . import promotion_free_product
from . import sale_order_promotion
from . import sale_order_line
-from . import sale_order \ No newline at end of file
+from . import sale_order
+from . import promotion_keyword \ No newline at end of file