summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAzka Nathan <darizkyfaz@gmail.com>2024-08-22 15:12:01 +0700
committerAzka Nathan <darizkyfaz@gmail.com>2024-08-22 15:12:01 +0700
commit38f5d331189e70b5d265f6df0a08309de559096f (patch)
tree5de158ab9257ba86e08e88afe125babe969b0a30
parent464c85d149b6425d1679753ca9216e96d1da8302 (diff)
cr voucher
-rwxr-xr-xindoteknik_custom/views/voucher.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/indoteknik_custom/views/voucher.xml b/indoteknik_custom/views/voucher.xml
index 71c0df0b..49cd080f 100755
--- a/indoteknik_custom/views/voucher.xml
+++ b/indoteknik_custom/views/voucher.xml
@@ -38,7 +38,7 @@
<field name="show_on_email" />
<field name="excl_pricelist_ids" widget="many2many_tags" domain="[('id', 'in', [4, 15037, 15038, 15039, 17023, 17024, 17025, 17026,17027])]"/>
</group>
- <group string="Discount Settings" attrs="{'invisible': [('apply_type', '!=', 'all')]}">
+ <group string="Discount Settings" attrs="{'invisible': [('apply_type', 'not in', ['all', 'shipping'])]}">
<field name="min_purchase_amount" widget="monetary" required="1" />
<field name="discount_type" attrs="{'invisible': [('apply_type','!=','all')], 'required': [('apply_type', '=', 'all')]}" />