diff options
| author | Azka Nathan <darizkyfaz@gmail.com> | 2025-07-30 13:52:15 +0700 |
|---|---|---|
| committer | Azka Nathan <darizkyfaz@gmail.com> | 2025-07-30 13:52:15 +0700 |
| commit | 29345559644b26f46068ebdc7623204452e43cc3 (patch) | |
| tree | a71a6e1e826314a1ed4b3b4044d8dbf463e0f3fa /indoteknik_custom/views | |
| parent | d78561e4f4ba8e3a7de58e05fcf8f466c19ec59d (diff) | |
| parent | 6daa7c62dab03ce688773acd9c083bc845c9cf61 (diff) | |
Merge branch 'odoo-backup' of bitbucket.org:altafixco/indoteknik-addons into odoo-backup
merge
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 d8017734..e8f41ca3 100755 --- a/indoteknik_custom/views/sale_order.xml +++ b/indoteknik_custom/views/sale_order.xml @@ -291,6 +291,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> |
