fix: Hyperlink in Quality Inspection Summary

(cherry picked from commit 72dd7884a8)
This commit is contained in:
Nihantra Patel
2023-04-27 17:04:39 +05:30
committed by Mergify
parent 297facc1cb
commit 54388e8d92

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},