mirror of
https://github.com/frappe/erpnext.git
synced 2026-02-16 16:15:02 +00:00
6 lines
159 B
Python
6 lines
159 B
Python
from __future__ import unicode_literals
|
|
|
|
standard_queries = {
|
|
"Warehouse": "stock.utils.get_warehouse_list",
|
|
"Customer": "selling.utils.get_customer_list",
|
|
} |