diff options
| author | Azka Nathan <darizkyfaz@gmail.com> | 2023-09-26 15:07:27 +0700 |
|---|---|---|
| committer | Azka Nathan <darizkyfaz@gmail.com> | 2023-09-26 15:07:27 +0700 |
| commit | c86979fd504ee06dc19c69797159a13295b0c809 (patch) | |
| tree | f271661fbc2947073d48cc67c3eb4901692d1643 /indoteknik_custom/models/promotion/__init__.py | |
| parent | 01f308991afffaff5eda1b758dbb98d0f3ba8396 (diff) | |
| parent | d324fdd8ea3b14c966510bde610a96c8f5c3e3c5 (diff) | |
Merge branch 'production' of bitbucket.org:altafixco/indoteknik-addons into production
Diffstat (limited to 'indoteknik_custom/models/promotion/__init__.py')
| -rw-r--r-- | indoteknik_custom/models/promotion/__init__.py | 8 |
1 files changed, 8 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..1e15d714 --- /dev/null +++ b/indoteknik_custom/models/promotion/__init__.py @@ -0,0 +1,8 @@ +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 +from . import promotion_keyword
\ No newline at end of file |
