brotherton-erpnext/patches/july_2012/supplier_quotation.py

12 lines
582 B
Python
Raw Normal View History

from __future__ import unicode_literals
2012-08-06 14:23:31 +00:00
def execute():
"""sync supplier quotatoin and create supplier quotation mappers"""
webnotes.reload_doc('buying', 'doctype', 'supplier_quotation')
webnotes.reload_doc('buying', 'doctype', 'supplier_quotation_item')
webnotes.reload_doc('buying', 'doctype', 'purchase_order')
webnotes.reload_doc('buying', 'doctype', 'purchase_order_item')
2012-08-06 14:23:31 +00:00
from webnotes.modules import reload_doc
reload_doc('buying', 'DocType Mapper', 'Material Request-Supplier Quotation')
2012-08-06 14:23:31 +00:00
reload_doc('buying', 'DocType Mapper', 'Supplier Quotation-Purchase Order')