diff options
| author | Rafi Zadanly <zadanlyr@gmail.com> | 2023-06-07 13:58:24 +0700 |
|---|---|---|
| committer | Rafi Zadanly <zadanlyr@gmail.com> | 2023-06-07 13:58:24 +0700 |
| commit | db7481a490b87e3a1768112395bf096b93969562 (patch) | |
| tree | 4b62a1028b3db4748245a91a033817302deb0dff /indoteknik_custom/models/__init__.py | |
| parent | 06a4478d69975b8a6eb3d228fa88708448b40a0e (diff) | |
Add promotion program keyword and api homepage promotion
Diffstat (limited to 'indoteknik_custom/models/__init__.py')
| -rwxr-xr-x | indoteknik_custom/models/__init__.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/indoteknik_custom/models/__init__.py b/indoteknik_custom/models/__init__.py index 42f011bf..3123d608 100755 --- a/indoteknik_custom/models/__init__.py +++ b/indoteknik_custom/models/__init__.py @@ -18,6 +18,7 @@ from . import product_template from . import promotion_program from . import promotion_program_line from . import promotion_program_free_item +from . import promotion_program_keyword from . import purchase_order_line from . import purchase_order from . import purchase_outstanding |
