diff options
| author | Azka Nathan <darizkyfaz@gmail.com> | 2023-10-02 16:45:07 +0700 |
|---|---|---|
| committer | Azka Nathan <darizkyfaz@gmail.com> | 2023-10-02 16:45:07 +0700 |
| commit | 9fe4b646f1b1cda3d704a66dfbca3e935e38d96b (patch) | |
| tree | d22e810cbd1f0b409378ff363fb4427f89702481 /indoteknik_custom/views/apache_solr_queue.xml | |
| parent | b0b5d0a094a1a87810b45bfcc52c17a82b73d3eb (diff) | |
Group by brand, sync to solr when validate stock picking, add new name function solr queue
Diffstat (limited to 'indoteknik_custom/views/apache_solr_queue.xml')
| -rw-r--r-- | indoteknik_custom/views/apache_solr_queue.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/indoteknik_custom/views/apache_solr_queue.xml b/indoteknik_custom/views/apache_solr_queue.xml index 9685ef06..13869b4c 100644 --- a/indoteknik_custom/views/apache_solr_queue.xml +++ b/indoteknik_custom/views/apache_solr_queue.xml @@ -28,6 +28,7 @@ <field name="res_model"/> <field name="res_id"/> <field name="function_name"/> + <field name="display_name" filter_domain="[('display_name', 'ilike', self)]"/> <filter string="Active Queue" name="active_queue" domain="[('execute_status', '=', False)]"/> </search> </field> |
