brotherton-erpnext/patches/february_2013/p06_material_request_mappers.py

7 lines
364 B
Python
Raw Normal View History

import webnotes
def execute():
webnotes.reload_doc("buying", "DocType Mapper", "Material Request-Purchase Order")
webnotes.reload_doc("buying", "DocType Mapper", "Material Request-Supplier Quotation")
webnotes.reload_doc("buying", "DocType Mapper", "Sales Order-Material Request")
webnotes.reload_doc("stock", "DocType Mapper", "Material Request-Stock Entry")