fix: Hyperlink in Quality Inspection Summary

This commit is contained in:
Nihantra Patel 2023-04-27 17:04:39 +05:30
parent 787313b875
commit 72dd7884a8

View File

@ -69,7 +69,7 @@ def get_columns(filters):
"label": _("Id"),
"fieldname": "name",
"fieldtype": "Link",
"options": "Work Order",
"options": "Quality Inspection",
"width": 100,
},
{"label": _("Report Date"), "fieldname": "report_date", "fieldtype": "Date", "width": 150},