feat: added dashboard fixtures (#18812)

* feat: add dashboard charts fixture

* fix: remove return statement

* feat: added patch for creating default dashboards

* chore: renamed dashboard charts

* feat: add add_dashboard function to install fixtures

* fix: reload doctype issue in patches

* fix (travis): reloaded dashboard chart source

* fix (travis): reloaded dashboard chart source

* fix (travis): reloaded dashboard doctype

* fix (travis): reloaded dashboard chart link doctype
This commit is contained in:
Shivam Mishra
2019-08-28 11:39:45 +05:30
committed by GitHub
parent db3bb793e9
commit 0aeccbf4b2
4 changed files with 129 additions and 1 deletions

View File

@@ -0,0 +1,8 @@
# Copyright (c) 2019, Frappe and Contributors
# License: GNU General Public License v3. See license.txt
import frappe
from erpnext.setup.setup_wizard.operations.install_fixtures import add_dashboards
def execute():
add_dashboards()