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
  • Loading branch information
deepeshgarg007 authored and hrwX committed May 10, 2022
1 parent 517cead commit 467dd57
Showing 1 changed file with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
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 467dd57

Please sign in to comment.