summaryrefslogtreecommitdiff
path: root/indoteknik_custom/models/solr/apache_solr_queue.py
diff options
context:
space:
mode:
authorAzka Nathan <darizkyfaz@gmail.com>2023-10-02 16:45:07 +0700
committerAzka Nathan <darizkyfaz@gmail.com>2023-10-02 16:45:07 +0700
commit9fe4b646f1b1cda3d704a66dfbca3e935e38d96b (patch)
treed22e810cbd1f0b409378ff363fb4427f89702481 /indoteknik_custom/models/solr/apache_solr_queue.py
parentb0b5d0a094a1a87810b45bfcc52c17a82b73d3eb (diff)
Group by brand, sync to solr when validate stock picking, add new name function solr queue
Diffstat (limited to 'indoteknik_custom/models/solr/apache_solr_queue.py')
-rw-r--r--indoteknik_custom/models/solr/apache_solr_queue.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/indoteknik_custom/models/solr/apache_solr_queue.py b/indoteknik_custom/models/solr/apache_solr_queue.py
index 8dd7c273..f66d356d 100644
--- a/indoteknik_custom/models/solr/apache_solr_queue.py
+++ b/indoteknik_custom/models/solr/apache_solr_queue.py
@@ -8,7 +8,7 @@ _logger = logging.getLogger(__name__)
class ApacheSolrQueue(models.Model):
_name = 'apache.solr.queue'
- display_name = fields.Char('Display Name', compute="_compute_display_name")
+ display_name = fields.Char('Display Name', compute="_compute_display_name", store=True)
res_model = fields.Char('Resource Model')
res_id = fields.Integer('Resource ID')
function_name = fields.Char('Function Name')