diff options
| author | Azka Nathan <darizkyfaz@gmail.com> | 2023-09-08 13:33:34 +0700 |
|---|---|---|
| committer | Azka Nathan <darizkyfaz@gmail.com> | 2023-09-08 13:33:34 +0700 |
| commit | 330aab84fc75eb89340d1910b2af8ec5bba7b45d (patch) | |
| tree | fab5450c69b3a5578494539282640408beaf58a2 /indoteknik_custom | |
| parent | b0f9866721c0b242b6559672133f2bf66b2d1b36 (diff) | |
add variant to api solr
Diffstat (limited to 'indoteknik_custom')
| -rw-r--r-- | indoteknik_custom/models/solr/product_template.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indoteknik_custom/models/solr/product_template.py b/indoteknik_custom/models/solr/product_template.py index e212c709..e8bdc1af 100644 --- a/indoteknik_custom/models/solr/product_template.py +++ b/indoteknik_custom/models/solr/product_template.py @@ -21,7 +21,7 @@ class ProductTemplate(models.Model): 'res_model': self._name, 'res_id': rec.id, 'function_name': function_name - }) + }) @api.constrains('active') def _create_solr_queue_sync_active(self): |
