started fresh install and added country_info

This commit is contained in:
Rushabh Mehta
2013-01-17 18:22:22 +05:30
parent 6f9915cd17
commit db7139a649
23 changed files with 476 additions and 1702 deletions

View File

@@ -1,9 +1,3 @@
import webnotes
def execute():
webnotes.conn.sql("""delete from `tabDocPerm` where parent='Custom Script'""")
webnotes.conn.commit()
from webnotes.model.sync import sync
sync("core", "custom_script", force=1)
webnotes.conn.begin()
webnotes.reset_perms("Custom Script")