From d23592de2c631cf1b7bbdc53cfca7a95607c0b36 Mon Sep 17 00:00:00 2001 From: stephanchrst Date: Tue, 15 Nov 2022 09:39:24 +0700 Subject: Update product_pricelist.py and product_pricelist.xml --- 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 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): -- cgit v1.2.3