From d4c786ff1ed6825ee4a013c36bdca697bb25fd5c Mon Sep 17 00:00:00 2001 From: "jinling.yang" Date: Mon, 18 Mar 2024 14:46:49 +0800 Subject: [PATCH] =?UTF-8?q?1.=E9=80=89=E6=8B=A9=E8=A7=84=E5=88=99=EF=BC=8C?= =?UTF-8?q?=E5=B8=A6=E5=87=BA=E5=AF=B9=E5=BA=94=E5=9E=8B=E5=8F=B7=E5=9B=BE?= =?UTF-8?q?=E7=89=87?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- sf_manufacturing/models/product_template.py | 1 + 1 file changed, 1 insertion(+) diff --git a/sf_manufacturing/models/product_template.py b/sf_manufacturing/models/product_template.py index 053edafd..be0c09ae 100644 --- a/sf_manufacturing/models/product_template.py +++ b/sf_manufacturing/models/product_template.py @@ -331,6 +331,7 @@ class ResProductMo(models.Model): (6, 0, self.cutting_tool_model_id.suitable_coolant_ids.ids)] self.compaction_way_id = self.cutting_tool_model_id.compaction_way_id.id self.fit_blade_shape_id = self.cutting_tool_model_id.fit_blade_shape_id.id + self.image_1920 = self.cutting_tool_model_id.image else: self.cutting_tool_type_id = False self.brand_id = False