diff options
| author | Indoteknik . <it@fixcomart.co.id> | 2025-07-29 16:10:01 +0700 |
|---|---|---|
| committer | Indoteknik . <it@fixcomart.co.id> | 2025-07-29 16:10:01 +0700 |
| commit | e427ebc138e712ee14edf8246a8774aa8b36b227 (patch) | |
| tree | 44312a4e7ee2154c405a5b14dac3861f7b550411 /indoteknik_custom/views | |
| parent | 8628973dfbfc76f3f7fea5a01d5ccad4998f7f3f (diff) | |
| parent | 6daa7c62dab03ce688773acd9c083bc845c9cf61 (diff) | |
Merge branch 'odoo-backup' of https://bitbucket.org/altafixco/indoteknik-addons into reminder-tempo-v2
Diffstat (limited to 'indoteknik_custom/views')
| -rwxr-xr-x | indoteknik_custom/views/sale_order.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/indoteknik_custom/views/sale_order.xml b/indoteknik_custom/views/sale_order.xml index c1f1fe61..d75120b7 100755 --- a/indoteknik_custom/views/sale_order.xml +++ b/indoteknik_custom/views/sale_order.xml @@ -290,6 +290,7 @@ <field name="note_procurement" optional="hide"/> <field name="vendor_subtotal" optional="hide"/> <field name="weight" optional="hide"/> + <field name="is_has_disc" string="Flash Sale Item?" readonly="1" optional="hide"/> <field name="amount_voucher_disc" string="Voucher" readonly="1" optional="hide"/> <field name="order_promotion_id" string="Promotion" readonly="1" optional="hide"/> </xpath> |
