diff options
| author | IT Fixcomart <it@fixcomart.co.id> | 2023-07-25 08:53:19 +0000 |
|---|---|---|
| committer | IT Fixcomart <it@fixcomart.co.id> | 2023-07-25 08:53:19 +0000 |
| commit | 5ead2c84fb9b56d51520f77af8227160b56aeaca (patch) | |
| tree | 4c0e32918e1ddf4e7a3e9116d3abb186ad417c7f /indoteknik_custom/views/voucher.xml | |
| parent | c344ccd81208b5b466ae047dbb9e084dd5d0f358 (diff) | |
| parent | e933a05e9b03e489b581f27d1aa304774aafc320 (diff) | |
Merged in production (pull request #68)
Production
Diffstat (limited to 'indoteknik_custom/views/voucher.xml')
| -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 c6741a8d..0bafcd55 100755 --- a/indoteknik_custom/views/voucher.xml +++ b/indoteknik_custom/views/voucher.xml @@ -59,7 +59,7 @@ <field name="end_time" required="1"/> <field name="limit" required="1"/> <field name="manufacture_ids" widget="many2many_tags"/> - <field name="excl_pricelist_ids" widget="many2many_tags"/> + <field name="excl_pricelist_ids" widget="many2many_tags" domain="[('id', 'in', [4, 15037, 15038, 15039])]"/> </group> </group> <notebook> |
