fix: Show linked time sheets in sales invoice dashboard

This commit is contained in:
Deepesh Garg 2022-05-04 17:30:52 +05:30
parent 1b285cf662
commit 3e38dc7ea8

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"),