diff options
| author | Mqdd <ahmadmiqdad27@gmail.com> | 2026-02-15 17:36:26 +0700 |
|---|---|---|
| committer | Mqdd <ahmadmiqdad27@gmail.com> | 2026-02-15 17:36:26 +0700 |
| commit | c08d16f53c4e2c97e74f33018e00efabd08664b3 (patch) | |
| tree | 8db57064a5bb892bbdbaf7f9eaa5964ee8a0b9c7 | |
| parent | d951091bcb1bcab9d5aedf8060bbc1cd8905326c (diff) | |
<Miqdad> push
| -rw-r--r-- | indoteknik_custom/views/gudang_service.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indoteknik_custom/views/gudang_service.xml b/indoteknik_custom/views/gudang_service.xml index e5cc94c4..769664c5 100644 --- a/indoteknik_custom/views/gudang_service.xml +++ b/indoteknik_custom/views/gudang_service.xml @@ -54,7 +54,7 @@ <field name="partner_id"/> <field name="vendor_id"/> <field name="remaining_date"/> - <field name="schedule_date" attrs="{'readonly': [('state', 'not in', ['draft'])]}"/> + <field name="schedule_date" attrs="{'readonly': [('state', 'not in', ['draft', 'reveived_from_cust'])]}"/> <field name="start_date" readonly="1"/> <field name="done_date" attrs="{'invisible': [('state', 'not in', ['delivered_to_cust'])]}"/> <field name="create_uid"/> |
