summaryrefslogtreecommitdiff
path: root/indoteknik_custom/models
diff options
context:
space:
mode:
authorstephanchrst <stephanchrst@gmail.com>2023-04-28 13:47:19 +0700
committerstephanchrst <stephanchrst@gmail.com>2023-04-28 13:47:19 +0700
commit9a293f7f718e5536dfaf57926657ad1d6dd5c581 (patch)
treeac03e44ed60c64aa4f74f63b175180a4c9b09702 /indoteknik_custom/models
parent508147aa709a936acbb7a7d0d988660ea553d58c (diff)
add field for top banner in flash sale
Diffstat (limited to 'indoteknik_custom/models')
-rw-r--r--indoteknik_custom/models/product_pricelist.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/indoteknik_custom/models/product_pricelist.py b/indoteknik_custom/models/product_pricelist.py
index a309945d..2edaeb80 100644
--- a/indoteknik_custom/models/product_pricelist.py
+++ b/indoteknik_custom/models/product_pricelist.py
@@ -14,6 +14,7 @@ class ProductPricelist(models.Model):
('all', 'For All User'),
('registered_user', 'Only for Registered User')
], string='Flashsale Option')
+ banner_top = fields.Binary(string='Banner Top')
class ProductPricelistItem(models.Model):