fix: Add report link in module view and fix date filter

This commit is contained in:
Deepesh Garg
2020-02-06 12:50:25 +05:30
parent 9d9a3d85d8
commit a4928f6f5b
2 changed files with 12 additions and 3 deletions

View File

@@ -117,6 +117,13 @@ def get_data():
"name": "Lead Owner Efficiency",
"doctype": "Lead",
"dependencies": ["Lead"]
},
{
"type": "report",
"is_query_report": True,
"name": "Territory-wise Sales",
"doctype": "Opportunity",
"dependencies": ["Opportunity"]
}
]
},