mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-30 02:14:48 +00:00
moved directory structure
This commit is contained in:
15
patches/july_2012/supplier_quotation.py
Normal file
15
patches/july_2012/supplier_quotation.py
Normal file
@@ -0,0 +1,15 @@
|
||||
from __future__ import unicode_literals
|
||||
def execute():
|
||||
"""sync supplier quotatoin and create supplier quotation mappers"""
|
||||
from webnotes.model.sync import sync
|
||||
sync('buying', 'supplier_quotation')
|
||||
sync('buying', 'supplier_quotation_item')
|
||||
sync('buying', 'purchase_request')
|
||||
sync('buying', 'purchase_request_item')
|
||||
sync('buying', 'purchase_order')
|
||||
sync('buying', 'purchase_order_item')
|
||||
|
||||
from webnotes.modules import reload_doc
|
||||
reload_doc('buying', 'DocType Mapper', 'Purchase Request-Supplier Quotation')
|
||||
reload_doc('buying', 'DocType Mapper', 'Supplier Quotation-Purchase Order')
|
||||
|
||||
Reference in New Issue
Block a user