brotherton-erpnext/startup/query_handlers.py
2013-02-28 18:42:46 +05:30

6 lines
159 B
Python

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