[fix] make grids editable

This commit is contained in:
Rushabh Mehta
2016-07-11 13:01:44 +05:30
parent cca33b2ff0
commit 391c0efcee
99 changed files with 961 additions and 153 deletions

View File

@@ -28,6 +28,8 @@ def setup_data():
setup_employee()
setup_salary_structure()
setup_user_roles()
frappe.db.commit()
frappe.clear_cache()
def complete_setup(domain='Manufacturing'):
print "Complete Setup..."
@@ -199,6 +201,8 @@ def import_json(doctype, submit=False, values=None):
if submit:
doc.submit()
frappe.db.commit()
def setup_employee():
frappe.db.set_value("HR Settings", None, "emp_created_by", "Naming Series")
frappe.db.commit()