diff options
| author | FIN-IT_AndriFP <andrifebriyadiputra@gmail.com> | 2026-02-19 15:55:27 +0700 |
|---|---|---|
| committer | FIN-IT_AndriFP <andrifebriyadiputra@gmail.com> | 2026-02-19 15:55:27 +0700 |
| commit | 10525d407bbc34d79146ff22955a874509f5b204 (patch) | |
| tree | f2fde428f5f498a0c1689fedc33a80e91ffb9b24 /indoteknik_custom/views | |
| parent | 7456c70b70749acbbe3f6545ee911a754a59f89b (diff) | |
(andri) compute estimate dengan realisasi
Diffstat (limited to 'indoteknik_custom/views')
| -rw-r--r-- | indoteknik_custom/views/advance_payment_settlement.xml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/indoteknik_custom/views/advance_payment_settlement.xml b/indoteknik_custom/views/advance_payment_settlement.xml index 258f469f..352c5b96 100644 --- a/indoteknik_custom/views/advance_payment_settlement.xml +++ b/indoteknik_custom/views/advance_payment_settlement.xml @@ -118,6 +118,7 @@ <group string="Finance"> <field name="is_current_user_ap" invisible="1"/> <field name="account_id" attrs="{'readonly': [('is_current_user_ap', '=', False)]}"/> + <field name="category_usage" invisible="1"/> <field name="done_attachment" attrs="{'readonly': [('is_current_user_ap', '=', False)]}"/> </group> </group> @@ -131,6 +132,8 @@ <field name="category_estimate"/> <field name="description"/> <field name="nominal" sum="Total Estimasi"/> + <field name="frequency"/> + <field name="total_actual" sum="Total Actual"/> <field name="currency_id" invisible="1"/> </tree> </field> |
