brotherton-erpnext/startup/query_handlers.py
2013-02-08 14:04:13 +05:30

7 lines
161 B
Python

from __future__ import unicode_literals
standard_queries = {
"Warehouse": "stock.utils.get_warehouse_list",
"Customer": "selling.utils.get_customer_list",
}