summaryrefslogtreecommitdiff
path: root/indoteknik_custom/views/apache_solr_queue.xml
diff options
context:
space:
mode:
authorAzka Nathan <darizkyfaz@gmail.com>2023-08-30 08:38:34 +0700
committerAzka Nathan <darizkyfaz@gmail.com>2023-08-30 08:38:34 +0700
commit403b86d1a3cc168680069b0d8fc499048583da8f (patch)
treea24b445eb2de5005bca94fa599c121dab2021c0c /indoteknik_custom/views/apache_solr_queue.xml
parente73ecd7e44d9d3a6c69f6848b8ad197aab71f97d (diff)
change attribute required to readonly on solr queue
Diffstat (limited to 'indoteknik_custom/views/apache_solr_queue.xml')
-rw-r--r--indoteknik_custom/views/apache_solr_queue.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/indoteknik_custom/views/apache_solr_queue.xml b/indoteknik_custom/views/apache_solr_queue.xml
index 092871d6..56ab2713 100644
--- a/indoteknik_custom/views/apache_solr_queue.xml
+++ b/indoteknik_custom/views/apache_solr_queue.xml
@@ -5,9 +5,9 @@
<field name="arch" type="xml">
<tree editable="top" default_order="execute_date desc">
<field name="display_name" readonly="1" />
- <field name="res_model" required="1" />
- <field name="res_id" required="1" />
- <field name="function_name" required="1" />
+ <field name="res_model" readonly="1" />
+ <field name="res_id" readonly="1" />
+ <field name="function_name" readonly="1" />
<field name="execute_status" widget="badge" readonly="1"
decoration-danger="execute_status == 'failed'"
decoration-success="execute_status == 'success'"