demo fixes

This commit is contained in:
Rushabh Mehta
2014-04-21 13:43:11 +05:30
parent f63513ed38
commit 40b2b03bcb
5 changed files with 9 additions and 8 deletions

View File

@@ -8,6 +8,7 @@ import frappe
from frappe import _
def after_install():
frappe.get_doc({'doctype': "Role", "role_name": "Analytics"}).insert()
import_country_and_currency()
from erpnext.accounts.doctype.chart_of_accounts.import_charts import import_charts
import_charts()