diff options
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): |
