summaryrefslogtreecommitdiff
path: root/indoteknik_custom/views/automatic_purchase.xml
diff options
context:
space:
mode:
Diffstat (limited to 'indoteknik_custom/views/automatic_purchase.xml')
-rw-r--r--indoteknik_custom/views/automatic_purchase.xml4
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>