summaryrefslogtreecommitdiff
path: root/indoteknik_custom/views
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/views
parent35347101dca798737cfa6dcb6ee73093966d962e (diff)
Update product_pricelist.py and product_pricelist.xml
Diffstat (limited to 'indoteknik_custom/views')
-rw-r--r--indoteknik_custom/views/product_pricelist.xml3
1 files changed, 3 insertions, 0 deletions
diff --git a/indoteknik_custom/views/product_pricelist.xml b/indoteknik_custom/views/product_pricelist.xml
index 18e9835a..3ff6854f 100644
--- a/indoteknik_custom/views/product_pricelist.xml
+++ b/indoteknik_custom/views/product_pricelist.xml
@@ -13,6 +13,9 @@
<field name="banner" widget="image" attrs="{
'invisible': [('is_flash_sale', '=', False)]
}" />
+ <field name="banner_mobile" widget="image" attrs="{
+ 'invisible': [('is_flash_sale', '=', False)]
+ }" />
<field name="start_date" attrs="{
'invisible': [('is_flash_sale', '=', False)],
'required': [('is_flash_sale', '=', True)]