Merge pull request #35081 from SolufyPrivateLimited/fix-qc-hyperlink-v14

fix: Hyperlink in Quality Inspection Summary
This commit is contained in:
Sagar Sharma 2023-04-28 12:48:53 +05:30 committed by GitHub
commit d6c5b3e419
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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