From ecfd8ac9621767706f8c89ce9b6ad2506f70b888 Mon Sep 17 00:00:00 2001 From: venkataakhil Date: Fri, 14 Jul 2023 15:50:25 +0530 Subject: [PATCH] Add Variant Mapping id in Model hit report --- .../add_ons/report/model_hit_report/model_hit_report.py | 1 + 1 file changed, 1 insertion(+) diff --git a/smart_service/add_ons/report/model_hit_report/model_hit_report.py b/smart_service/add_ons/report/model_hit_report/model_hit_report.py index 2fbf7ac..18cb58a 100644 --- a/smart_service/add_ons/report/model_hit_report/model_hit_report.py +++ b/smart_service/add_ons/report/model_hit_report/model_hit_report.py @@ -120,6 +120,7 @@ def get_columns(): {"label": _("Module"), "fieldname": "module_id", "fieldtype": "Data", "width": 150}, {"label": _("Model"), "fieldname": "vehicle_id", "fieldtype": "Data", "width": 150}, {"label": _("Variant"), "fieldname": "variant_id", "fieldtype": "Data", "width": 150}, + {"label": _("Variant Mapping"), "fieldname": "variant_mapping_id", "fieldtype": "Data", "width": 150}, {"label": _("System"), "fieldname": "system_id", "fieldtype": "Data", "width": 150}, {"label": _("Sub System"), "fieldname": "sub_system_id", "fieldtype": "Data", "width": 150}, {"label": _("Procedure"), "fieldname": "procedure_id", "fieldtype": "Data", "width": 150},