From 9306992db370c793e8cab494038b0de5b61b600f Mon Sep 17 00:00:00 2001 From: Azka Nathan Date: Tue, 4 Jun 2024 15:39:31 +0700 Subject: add sni and tkdn on product_template --- indoteknik_api/models/product_template.py | 2 ++ 1 file changed, 2 insertions(+) (limited to 'indoteknik_api/models') diff --git a/indoteknik_api/models/product_template.py b/indoteknik_api/models/product_template.py index fb77769f..75899624 100644 --- a/indoteknik_api/models/product_template.py +++ b/indoteknik_api/models/product_template.py @@ -57,6 +57,8 @@ class ProductTemplate(models.Model): 'image': self.env['ir.attachment'].api_image('product.template', 'image_128', product_template.id), 'code': product_template.default_code or '', 'name': product_template.name, + 'sni': product_template.sni, + 'tkdn': product_template.tkdn, 'variant_total': len(product_template.product_variant_ids), 'stock_total': product_template.qty_stock_vendor, 'weight': product_template.weight, -- cgit v1.2.3