From 7a47f8abf397798ae52b4583bcc2caf4d83db874 Mon Sep 17 00:00:00 2001 From: Azka Nathan Date: Fri, 19 Jul 2024 10:31:49 +0700 Subject: fix bug fullfillment --- indoteknik_custom/models/solr/product_template.py | 1 - 1 file changed, 1 deletion(-) (limited to 'indoteknik_custom/models/solr') diff --git a/indoteknik_custom/models/solr/product_template.py b/indoteknik_custom/models/solr/product_template.py index b3787499..3d7d3a80 100644 --- a/indoteknik_custom/models/solr/product_template.py +++ b/indoteknik_custom/models/solr/product_template.py @@ -108,7 +108,6 @@ class ProductTemplate(models.Model): "max_discount" : voucher.max_discount_amount } }) - print(document) self.solr().add(docs=[document], softCommit=True) products = self.env['product.product'].search([ -- cgit v1.2.3