summaryrefslogtreecommitdiff
path: root/indoteknik_custom/views/down_payment.xml
diff options
context:
space:
mode:
authorIndoteknik . <it@fixcomart.co.id>2025-07-19 08:51:19 +0700
committerIndoteknik . <it@fixcomart.co.id>2025-07-19 08:51:19 +0700
commit17c147f8c988c36c46e035e954c0d90f3ea18f20 (patch)
tree10149a846ee0bea9d0e2b8817fad9937271a8579 /indoteknik_custom/views/down_payment.xml
parent51a363741a7c40d91052e90f7d1aa0f6defc2f99 (diff)
(andri) fix realization
Diffstat (limited to 'indoteknik_custom/views/down_payment.xml')
-rw-r--r--indoteknik_custom/views/down_payment.xml20
1 files changed, 17 insertions, 3 deletions
diff --git a/indoteknik_custom/views/down_payment.xml b/indoteknik_custom/views/down_payment.xml
index 4c327d36..55edad4e 100644
--- a/indoteknik_custom/views/down_payment.xml
+++ b/indoteknik_custom/views/down_payment.xml
@@ -43,16 +43,30 @@
<field name="bank_name" colspan="2" attrs="{'readonly': [('status', '=', 'approved')]}"/>
<field name="account_name" colspan="2" attrs="{'readonly': [('status', '=', 'approved')]}"/>
<field name="bank_account" colspan="2" attrs="{'readonly': [('status', '=', 'approved')]}"/>
+ <field name="user_id" readonly="1"/>
+ <field name="departement_type"/>
+ <field name="status_pay_down_payment" readonly="1"/>
+ <field name="create_date" readonly="1"/>
+ <field name="estimated_return_date" readonly="1"/>
+ <field name="days_remaining" readonly="1"/>
+ <field name="detail_note" attrs="{'readonly': [('status', '=', 'approved')]}"/>
</group>
+
+ <group>
+
+ <field name="attachment_file"/>
+ </group>
+
+
<group string="" col="2">
- <field name="user_id" readonly="1"/>
+ <!-- <field name="user_id" readonly="1"/>
<field name="departement_type"/>
<field name="status_pay_down_payment" readonly="1"/>
<field name="create_date" readonly="1"/>
<field name="estimated_return_date" readonly="1"/>
<field name="days_remaining" readonly="1"/>
- <field name="detail_note" attrs="{'readonly': [('status', '=', 'approved')]}"/>
+ <field name="detail_note" attrs="{'readonly': [('status', '=', 'approved')]}"/> -->
</group>
</group>
</sheet>
@@ -73,6 +87,7 @@
<field name="applicant_name"/>
<field name="nominal"/>
<field name="departement_type" optional='hide'/>
+ <field name="days_remaining" readonly="1"/>
<field name="status"
readonly="1"
decoration-success="status == 'approved'"
@@ -83,7 +98,6 @@
decoration-danger="status_pay_down_payment == 'pending'"
widget="badge"/>
<field name="estimated_return_date" optional="hide"/>
- <field name="days_remaining" readonly="1"/>
</tree>
</field>
</record>