diff options
| author | Azka Nathan <darizkyfaz@gmail.com> | 2023-11-21 13:43:17 +0700 |
|---|---|---|
| committer | Azka Nathan <darizkyfaz@gmail.com> | 2023-11-21 13:43:17 +0700 |
| commit | 9bee745fe999ae7feba61d23002bd88139048d80 (patch) | |
| tree | 9128bfb18f2d3c8dadfbe301ff521395df81de9b /indoteknik_custom/views/voucher.xml | |
| parent | a155ccce0c0c59f1e41c11012cf81ea16812642d (diff) | |
| parent | 866a2f8dfc5b6628a5ddc5ed88de2a0586ba4761 (diff) | |
Merge branch 'production' of bitbucket.org:altafixco/indoteknik-addons into production
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')]}"> |
