diff options
| author | FIN-IT_AndriFP <it@fixcomart.co.id> | 2025-10-25 13:01:34 +0700 |
|---|---|---|
| committer | FIN-IT_AndriFP <it@fixcomart.co.id> | 2025-10-25 13:01:34 +0700 |
| commit | 526fe78f8cc9ccfad7a8d8664216c2afea55d1bd (patch) | |
| tree | 516284f2948cc53360013f1db81d916af2bfa64e /indoteknik_custom/views/apache_solr_queue.xml | |
| parent | e7264cf6995755f3a55e0d1eb9059354a56c552f (diff) | |
| parent | bbacaaa7fc8526a2831f9cdd890e25fb68f410ff (diff) | |
Merge branch 'odoo-backup' of https://bitbucket.org/altafixco/indoteknik-addons into pum-v3
Diffstat (limited to 'indoteknik_custom/views/apache_solr_queue.xml')
| -rw-r--r-- | indoteknik_custom/views/apache_solr_queue.xml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/indoteknik_custom/views/apache_solr_queue.xml b/indoteknik_custom/views/apache_solr_queue.xml index 4c145b9f..a87d49f6 100644 --- a/indoteknik_custom/views/apache_solr_queue.xml +++ b/indoteknik_custom/views/apache_solr_queue.xml @@ -9,7 +9,7 @@ <field name="display_name" readonly="1" /> <field name="res_model" readonly="1" /> <field name="res_id" readonly="1" /> - <field name="function_name" readonly="1" /> + <field name="function_name" readonly="1" optional="hide"/> <field name="execute_status" widget="badge" @@ -18,6 +18,7 @@ decoration-success="execute_status == 'success'" decoration-primary="execute_status == 'not_found'" /> + <field name = "log" readonly="1"/> <field name="execute_date" readonly="1" /> <field name="create_date" readonly="1" /> </tree> |
