diff options
| -rw-r--r-- | indoteknik_custom/views/tukar_guling_po.xml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/indoteknik_custom/views/tukar_guling_po.xml b/indoteknik_custom/views/tukar_guling_po.xml index 78bd9479..6116687d 100644 --- a/indoteknik_custom/views/tukar_guling_po.xml +++ b/indoteknik_custom/views/tukar_guling_po.xml @@ -91,9 +91,9 @@ <group> <field name="ba_num" string="Nomor BA"/> <field name="notes"/> - <field name="date_purchase"/> - <field name="date_finance"/> - <field name="date_logistic"/> + <field name="date_purchase" readonly="1"/> + <field name="date_finance" readonly="1"/> + <field name="date_logistic" readonly="1"/> </group> </group> <!-- Product Lines --> |
