summaryrefslogtreecommitdiff
path: root/indoteknik_custom/views/down_payment.xml
diff options
context:
space:
mode:
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>