removed old doctypes

This commit is contained in:
Rushabh Mehta
2013-02-18 14:28:34 +05:30
parent c06ce25470
commit 9c880da381
22 changed files with 12 additions and 235 deletions

View File

@@ -13,4 +13,5 @@ def execute():
os.system("rm -rf app/hr/doctype/holiday_block_list")
os.system("rm -rf app/hr/doctype/holiday_block_list_allow")
os.system("rm -rf app/hr/doctype/holiday_block_list_date")

View File

@@ -0,0 +1,10 @@
import webnotes, os
def execute():
webnotes.delete_doc("DocType", "Product")
webnotes.delete_doc("DocType", "Test")
webnotes.delete_doc("Module Def", "Test")
os.system("rm -rf app/test")
os.system("rm -rf app/website/doctype/product")

View File

@@ -174,4 +174,5 @@ patch_list = [
"execute:webnotes.delete_doc('Page', 'Calendar')",
"patches.february_2013.p02_email_digest",
"patches.february_2013.p03_material_request",
"patches.february_2013.p04_remove_old_doctypes",
]