diff options
| author | Azka Nathan <darizkyfaz@gmail.com> | 2024-08-22 15:12:01 +0700 |
|---|---|---|
| committer | Azka Nathan <darizkyfaz@gmail.com> | 2024-08-22 15:12:01 +0700 |
| commit | 38f5d331189e70b5d265f6df0a08309de559096f (patch) | |
| tree | 5de158ab9257ba86e08e88afe125babe969b0a30 | |
| parent | 464c85d149b6425d1679753ca9216e96d1da8302 (diff) | |
cr voucher
| -rwxr-xr-x | indoteknik_custom/views/voucher.xml | 2 |
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')]}" /> |
