modules cleanup

This commit is contained in:
Rushabh Mehta
2012-03-12 14:34:55 +05:30
parent aa845e9daa
commit ae4d1f973c
56 changed files with 369 additions and 385 deletions

View File

@@ -1,6 +1,6 @@
def execute():
import webnotes
from webnotes.modules.module_manager import reload_doc
from webnotes.modules import reload_doc
reload_doc('selling', 'doctype', 'quotation_detail')
reload_doc('selling', 'doctype', 'sales_order_detail')
reload_doc('stock', 'doctype', 'delivery_note_detail')