Skip to content

Commit

Permalink
fix: Show linked time sheets in sales invoice dashboard
Browse files Browse the repository at this point in the history
(cherry picked from commit 3e38dc7)
  • Loading branch information
deepeshgarg007 authored and mergify[bot] committed May 4, 2022
1 parent 57409b6 commit 4f4af52
Showing 1 changed file with 4 additions and 1 deletion.
Expand Up @@ -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"),
Expand Down

0 comments on commit 4f4af52

Please sign in to comment.