diff options
| author | Azka Nathan <darizkyfaz@gmail.com> | 2024-02-09 09:32:52 +0700 |
|---|---|---|
| committer | Azka Nathan <darizkyfaz@gmail.com> | 2024-02-09 09:32:52 +0700 |
| commit | c76e3d6126c3d595a6c3c5d6802a9f5e7015f378 (patch) | |
| tree | f5f1cb171693d62961b6100562c6f976632a2499 /indoteknik_custom/views/automatic_purchase.xml | |
| parent | f6be42d37a363b86f4a9ec71ccb38c78cbe2d887 (diff) | |
change request purchasing job
Diffstat (limited to 'indoteknik_custom/views/automatic_purchase.xml')
| -rw-r--r-- | indoteknik_custom/views/automatic_purchase.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/indoteknik_custom/views/automatic_purchase.xml b/indoteknik_custom/views/automatic_purchase.xml index 8c381844..17abd888 100644 --- a/indoteknik_custom/views/automatic_purchase.xml +++ b/indoteknik_custom/views/automatic_purchase.xml @@ -6,13 +6,13 @@ <field name="arch" type="xml"> <tree> <field name="number"/> - <field name="date_doc"/> + <field name="date_doc" readonly="1"/> <field name="apo_type"/> <field name="vendor_id"/> <field name="description"/> <field name="notification" readonly="1"/> <field name="is_po" readonly="1"/> - <field name="responsible_id"/> + <field name="responsible_id" readonly="1"/> </tree> </field> </record> |
