brotherton-erpnext/patches/november_2012/production_order_patch.py
2012-12-20 17:08:57 +05:30

9 lines
292 B
Python

def execute():
import webnotes
webnotes.reload_doc("manufacturing", "doctype", "production_order")
webnotes.reload_doc("stock", "doctype", "stock_entry")
webnotes.conn.sql("""update `tabStock Entry`
set use_multi_level_bom = if(consider_sa_items_as_raw_materials='Yes', 0, 1)""")