From 9a293f7f718e5536dfaf57926657ad1d6dd5c581 Mon Sep 17 00:00:00 2001 From: stephanchrst Date: Fri, 28 Apr 2023 13:47:19 +0700 Subject: add field for top banner in flash sale --- indoteknik_custom/models/product_pricelist.py | 1 + 1 file changed, 1 insertion(+) (limited to 'indoteknik_custom/models') 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): -- cgit v1.2.3