summaryrefslogtreecommitdiff
path: root/indoteknik_custom/models
diff options
context:
space:
mode:
authorstephanchrst <stephanchrst@gmail.com>2022-11-15 09:39:24 +0700
committerstephanchrst <stephanchrst@gmail.com>2022-11-15 09:39:24 +0700
commitd23592de2c631cf1b7bbdc53cfca7a95607c0b36 (patch)
treebe9995e41611ca2d6c4e312609939876e9b2aded /indoteknik_custom/models
parent35347101dca798737cfa6dcb6ee73093966d962e (diff)
Update product_pricelist.py and product_pricelist.xml
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 5573ea55..7b850d57 100644
--- a/indoteknik_custom/models/product_pricelist.py
+++ b/indoteknik_custom/models/product_pricelist.py
@@ -9,6 +9,7 @@ class ProductPricelist(models.Model):
banner = fields.Binary(string='Banner')
start_date = fields.Datetime(string='Start Date')
end_date = fields.Datetime(string='End Date')
+ banner_mobile = fields.Binary(string='Banner Mobile')
class ProductPricelistItem(models.Model):