Browse Source

Add Variant Mapping id in Model hit report

master
venkataakhil 1 year ago
parent
commit
ecfd8ac962
  1. 1
      smart_service/add_ons/report/model_hit_report/model_hit_report.py

1
smart_service/add_ons/report/model_hit_report/model_hit_report.py

@ -120,6 +120,7 @@ def get_columns():
{"label": _("<b>Module</b>"), "fieldname": "module_id", "fieldtype": "Data", "width": 150},
{"label": _("<b>Model</b>"), "fieldname": "vehicle_id", "fieldtype": "Data", "width": 150},
{"label": _("<b>Variant</b>"), "fieldname": "variant_id", "fieldtype": "Data", "width": 150},
{"label": _("<b>Variant Mapping</b>"), "fieldname": "variant_mapping_id", "fieldtype": "Data", "width": 150},
{"label": _("<b>System</b>"), "fieldname": "system_id", "fieldtype": "Data", "width": 150},
{"label": _("<b>Sub System</b>"), "fieldname": "sub_system_id", "fieldtype": "Data", "width": 150},
{"label": _("<b>Procedure</b>"), "fieldname": "procedure_id", "fieldtype": "Data", "width": 150},

Loading…
Cancel
Save