diff options
| author | Indoteknik . <it@fixcomart.co.id> | 2025-07-18 14:30:09 +0700 |
|---|---|---|
| committer | Indoteknik . <it@fixcomart.co.id> | 2025-07-18 14:30:09 +0700 |
| commit | 51a363741a7c40d91052e90f7d1aa0f6defc2f99 (patch) | |
| tree | 01c9305a4dc3210cfbda31c9688b4ac85a9f19ec /indoteknik_custom/views/down_payment_realization.xml | |
| parent | b839d55d39856031b6abfeb8f304b77b0fb145ce (diff) | |
(andri) add due date
Diffstat (limited to 'indoteknik_custom/views/down_payment_realization.xml')
| -rw-r--r-- | indoteknik_custom/views/down_payment_realization.xml | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/indoteknik_custom/views/down_payment_realization.xml b/indoteknik_custom/views/down_payment_realization.xml index ab8034c6..3dcd2a8e 100644 --- a/indoteknik_custom/views/down_payment_realization.xml +++ b/indoteknik_custom/views/down_payment_realization.xml @@ -4,11 +4,17 @@ <field name="model">realization.down.payment</field> <field name="arch" type="xml"> <form string="Realisasi Uang Muka"> + <header> + <button name="action_validation" + type="object" + string="Validasi" + class="btn-primary" + attrs="{}"/> + </header> <sheet> <h1> <field name="title" class="oe_title"/> </h1> - <group col="2"> <group> <field name="pum_id" readonly="1"/> |
