diff options
| author | Indoteknik . <it@fixcomart.co.id> | 2025-08-20 15:01:51 +0700 |
|---|---|---|
| committer | Indoteknik . <it@fixcomart.co.id> | 2025-08-20 15:01:51 +0700 |
| commit | a6592c9b788fe366fc2780af40175805bab6b75c (patch) | |
| tree | d7006a6c4496cb487ada5971b7b4d6f3eb544887 /indoteknik_custom/views | |
| parent | 54561d533b383fcf4cd59bd865d53fb3b52e876e (diff) | |
| parent | fcef24bcce3d9e1d916bef3ff74429c990edf3b7 (diff) | |
Merge branch 'odoo-backup' of https://bitbucket.org/altafixco/indoteknik-addons into odoo-backup
Diffstat (limited to 'indoteknik_custom/views')
| -rwxr-xr-x | indoteknik_custom/views/sale_order.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indoteknik_custom/views/sale_order.xml b/indoteknik_custom/views/sale_order.xml index be31456b..0a99fe3a 100755 --- a/indoteknik_custom/views/sale_order.xml +++ b/indoteknik_custom/views/sale_order.xml @@ -486,7 +486,7 @@ <field name="payment_state_custom" widget="badge" decoration-danger="payment_state_custom == 'unpaid'" decoration-success="payment_state_custom == 'paid'" - decoration-warning="payment_state_custom == 'partial'"/> + decoration-warning="payment_state_custom == 'partial'" optional="hide"/> <field name="unreserved_percent" widget="percentpie" string="Unreserved"/> <field name="reserved_percent" widget="percentpie" string="Reserved"/> <field name="delivered_percent" widget="percentpie" string="Delivered"/> |
