diff options
| author | it-fixcomart <it@fixcomart.co.id> | 2024-07-20 10:51:45 +0700 |
|---|---|---|
| committer | it-fixcomart <it@fixcomart.co.id> | 2024-07-20 10:51:45 +0700 |
| commit | 2f9a8ddd6c18c113dbe60ffec3881ef0e1a3829c (patch) | |
| tree | 13cf69c6dce75006f1f300be805fa3ab678de84a | |
| parent | 6178dd2ae746746ebfdcf68246d13950a45fadf4 (diff) | |
<iman> update sumber gambar solr
| -rw-r--r-- | indoteknik_custom/models/solr/website_categories_management.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indoteknik_custom/models/solr/website_categories_management.py b/indoteknik_custom/models/solr/website_categories_management.py index 2d7e889a..49f52378 100644 --- a/indoteknik_custom/models/solr/website_categories_management.py +++ b/indoteknik_custom/models/solr/website_categories_management.py @@ -76,7 +76,7 @@ class WebsiteCategoriesManagement(models.Model): document.update({ 'id': category.id, 'category_id_i': category.category_id.id, - 'image_s': self.env['ir.attachment'].api_image('product.public.category', 'image', category.category_id.id), + 'image_s': self.env['ir.attachment'].api_image('product.public.category', 'image_1920', category.category_id.id), 'name_s': category.category_id.name, 'sequence_i': category.sequence or '', 'category_id2_s': category_id2_json, |
