diff options
| author | Miqdad <ahmadmiqdad27@gmail.com> | 2025-08-20 11:10:34 +0700 |
|---|---|---|
| committer | Miqdad <ahmadmiqdad27@gmail.com> | 2025-08-20 11:10:34 +0700 |
| commit | 19f753388b29870183023c4d3e6f169ba4bdb333 (patch) | |
| tree | 2b76da9509bed5b7df31e9dfca8c7692b0e2fe6c /indoteknik_custom/views | |
| parent | 5691ea8569ab70a801ff5fc06adfe717a67224a3 (diff) | |
| parent | 1d44c04f3ec25d3adc19eb8e34589c6461ef8a66 (diff) | |
Merge branch 'odoo-backup' of https://bitbucket.org/altafixco/indoteknik-addons into block_manual_input_stock_picking
Diffstat (limited to 'indoteknik_custom/views')
| -rwxr-xr-x | indoteknik_custom/views/sale_order.xml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/indoteknik_custom/views/sale_order.xml b/indoteknik_custom/views/sale_order.xml index 5fad5700..be31456b 100755 --- a/indoteknik_custom/views/sale_order.xml +++ b/indoteknik_custom/views/sale_order.xml @@ -483,6 +483,10 @@ <field name="date_kirim_ril"/> <field name="date_driver_departure"/> <field name="date_driver_arrival"/> + <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'"/> <field name="unreserved_percent" widget="percentpie" string="Unreserved"/> <field name="reserved_percent" widget="percentpie" string="Reserved"/> <field name="delivered_percent" widget="percentpie" string="Delivered"/> |
