fix: Show linked time sheets in sales invoice dashboard

(cherry picked from commit 3e38dc7ea8)
This commit is contained in:
Deepesh Garg
2022-05-04 17:30:52 +05:30
committed by Mergify
parent 57409b6ffd
commit 4f4af523e0

View File

@@ -12,7 +12,10 @@ def get_data():
"Sales Invoice": "return_against",
"Auto Repeat": "reference_document",
},
"internal_links": {"Sales Order": ["items", "sales_order"]},
"internal_links": {
"Sales Order": ["items", "sales_order"],
"Timesheet": ["timesheets", "time_sheet"],
},
"transactions": [
{
"label": _("Payment"),