Merge pull request #30899 from deepeshgarg007/timesheet_link

fix: Show linked time sheets in sales invoice dashboard
This commit is contained in:
Deepesh Garg 2022-05-04 19:54:06 +05:30 committed by GitHub
commit 826c3f5c63
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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