summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAzka Nathan <darizkyfaz@gmail.com>2024-01-25 16:07:57 +0700
committerAzka Nathan <darizkyfaz@gmail.com>2024-01-25 16:07:57 +0700
commit8a63e82659a9a718b0dfeba0423a037130e57acd (patch)
treeddc6b44a9b2e74df5fb17caeff189f91e3bfd58a
parent144d3e67017547437382187dc27cac480d209103 (diff)
readonly field
-rw-r--r--indoteknik_custom/views/account_move.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/indoteknik_custom/views/account_move.xml b/indoteknik_custom/views/account_move.xml
index a7d339ce..97951b95 100644
--- a/indoteknik_custom/views/account_move.xml
+++ b/indoteknik_custom/views/account_move.xml
@@ -25,7 +25,7 @@
</field>
<field name="efaktur_document" position="before">
<field name="no_faktur_pajak" attrs="{'invisible': [('move_type', '!=', 'in_invoice')]}"/>
- <field name="date_efaktur_upload"/>
+ <field name="date_efaktur_upload" readonly="1"/>
</field>
<field name="efaktur_document" position="attributes">
<attribute name="widget">pdf_viewer</attribute>