From e42aee6c9af962edad71603eaaaeceea8589dc7a Mon Sep 17 00:00:00 2001 From: FIN-IT_AndriFP Date: Thu, 15 Jan 2026 16:16:04 +0700 Subject: fix invalid field --- indoteknik_custom/models/product_template.py | 21 ++++++++++----------- indoteknik_custom/views/product_product.xml | 2 +- indoteknik_custom/views/product_template.xml | 6 +++--- 3 files changed, 14 insertions(+), 15 deletions(-) diff --git a/indoteknik_custom/models/product_template.py b/indoteknik_custom/models/product_template.py index 5730b08b..4ff2dffa 100755 --- a/indoteknik_custom/models/product_template.py +++ b/indoteknik_custom/models/product_template.py @@ -15,16 +15,15 @@ _logger = logging.getLogger(__name__) class ProductTemplate(models.Model): _inherit = "product.template" - x_attribute_set_id = fields.Integer( - string="Magento Attribute Set ID", - default=0, - index=True, - help="Attribute Set ID dari Magento" - ) - x_attribute_set_name = fields.Char( - string="Magento Attribute Set Name", - help="Attribute Set Name dari Magento" - ) + # x_attribute_set_id = fields.Integer( + # string="Magento Attribute Set ID", + # default=0, + # help="Attribute Set ID dari Magento" + # ) + # x_attribute_set_name = fields.Char( + # string="Magento Attribute Set Name", + # help="Attribute Set Name dari Magento" + # ) image_carousel_lines = fields.One2many( comodel_name="image.carousel", @@ -939,7 +938,7 @@ class ProductProduct(models.Model): qty_pcs_box = fields.Float("Pcs Box") barcode_box = fields.Char("Barcode Box") - has_magento = fields.Boolean(string='Has Magento?', default=False) + # has_magento = fields.Boolean(string='Has Magento?', default=False, readonly=True) def generate_product_sla(self): product_variant_ids = self.env.context.get('active_ids', []) diff --git a/indoteknik_custom/views/product_product.xml b/indoteknik_custom/views/product_product.xml index e8a7380b..ee03779f 100644 --- a/indoteknik_custom/views/product_product.xml +++ b/indoteknik_custom/views/product_product.xml @@ -20,7 +20,7 @@ - + diff --git a/indoteknik_custom/views/product_template.xml b/indoteknik_custom/views/product_template.xml index 9fbf007a..06741859 100755 --- a/indoteknik_custom/views/product_template.xml +++ b/indoteknik_custom/views/product_template.xml @@ -78,7 +78,7 @@ - + @@ -113,8 +113,8 @@ - - + + -- cgit v1.2.3