mirror of
https://github.com/frappe/erpnext.git
synced 2026-02-17 16:45:02 +00:00
5 lines
110 B
Python
5 lines
110 B
Python
from __future__ import unicode_literals
|
|
|
|
standard_queries = {
|
|
"Warehouse": "stock.utils.get_warehouse_list"
|
|
} |