diff options
| author | IT Fixcomart <it@fixcomart.co.id> | 2025-09-22 22:18:29 +0000 |
|---|---|---|
| committer | IT Fixcomart <it@fixcomart.co.id> | 2025-09-22 22:18:29 +0000 |
| commit | 56e5d790d3eb1b8668c7669266c2fa0c4d98fff6 (patch) | |
| tree | ca8b53a0c07c9d2dd42918a8112c58dfcfc97059 /indoteknik_custom/views | |
| parent | 3ca958274d357d5e76d4bca7b141ffa2acc5b228 (diff) | |
| parent | b73575cc51ec58c02bccb711689d52e99e915c4e (diff) | |
Merged in stj-po (pull request #426)
Stj po
Diffstat (limited to 'indoteknik_custom/views')
| -rw-r--r-- | indoteknik_custom/views/unpaid_invoice_view.xml | 12 |
1 files changed, 8 insertions, 4 deletions
diff --git a/indoteknik_custom/views/unpaid_invoice_view.xml b/indoteknik_custom/views/unpaid_invoice_view.xml index e56bbee7..ec6c749d 100644 --- a/indoteknik_custom/views/unpaid_invoice_view.xml +++ b/indoteknik_custom/views/unpaid_invoice_view.xml @@ -46,6 +46,10 @@ <field name="date_kirim_tukar_faktur"/> <field name="date_terima_tukar_faktur"/> <field name="payment_term_id"/> + <button name="action_create_surat_piutang" + type="object" + string="Create Surat Piutang" + class="oe_highlight"/> </group> <group> <field name="sale_id"/> @@ -57,10 +61,10 @@ decoration-warning="payment_state == 'partial'"/> <field name="amount_total"/> <field name="amount_residual"/> - <button name="action_create_surat_piutang" - type="object" - string="Create Surat Piutang" - class="oe_highlight"/> + <field name="payment_difficulty" widget="badge" + decoration-info="payment_difficulty == 'normal'" + decoration-warning="payment_difficulty in ('agak_sulit', 'sulit')" + decoration-danger="payment_difficulty == 'bermasalah'"/> </group> </group> </sheet> |
