brotherton-erpnext/patches/december_2012/production_cleanup.py
2012-12-10 18:13:34 +05:30

5 lines
153 B
Python

def execute():
import webnotes
from webnotes.model import delete_doc
delete_doc("DocType", "Production Control")
delete_doc("DocType", "BOM Control")