summaryrefslogtreecommitdiff
path: root/indoteknik_custom/models/promotion/__init__.py
diff options
context:
space:
mode:
Diffstat (limited to 'indoteknik_custom/models/promotion/__init__.py')
-rw-r--r--indoteknik_custom/models/promotion/__init__.py7
1 files changed, 7 insertions, 0 deletions
diff --git a/indoteknik_custom/models/promotion/__init__.py b/indoteknik_custom/models/promotion/__init__.py
new file mode 100644
index 00000000..631df8f3
--- /dev/null
+++ b/indoteknik_custom/models/promotion/__init__.py
@@ -0,0 +1,7 @@
+from . import promotion_program
+from . import promotion_program_line
+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