diff options
| author | Rafi Zadanly <zadanlyr@gmail.com> | 2023-11-17 09:11:39 +0700 |
|---|---|---|
| committer | Rafi Zadanly <zadanlyr@gmail.com> | 2023-11-17 09:11:39 +0700 |
| commit | cc9c34431ec16a493808a307405b772d83f4edc8 (patch) | |
| tree | 5d08e5193e3e8bf098d6e391e85e5d190f60c176 /indoteknik_custom/views/voucher.xml | |
| parent | cb2d8e24bf7d45cf07e7c55e5476c5fd08df3a9f (diff) | |
Add voucher on activation mail feature
Diffstat (limited to 'indoteknik_custom/views/voucher.xml')
| -rwxr-xr-x | indoteknik_custom/views/voucher.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/indoteknik_custom/views/voucher.xml b/indoteknik_custom/views/voucher.xml index b8489942..71c0df0b 100755 --- a/indoteknik_custom/views/voucher.xml +++ b/indoteknik_custom/views/voucher.xml @@ -35,6 +35,7 @@ <field name="limit" required="1"/> <field name="limit_user" required="1"/> <field name="apply_type" required="1" /> + <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')]}"> |
