brotherton-erpnext/startup/query_handlers.py

6 lines
159 B
Python
Raw Normal View History

from __future__ import unicode_literals
standard_queries = {
2013-02-08 08:34:13 +00:00
"Warehouse": "stock.utils.get_warehouse_list",
"Customer": "selling.utils.get_customer_list",
}