9 lines
273 B
Python
9 lines
273 B
Python
# Copyright (c) 2013, Web Notes Technologies Pvt. Ltd.
|
|
# License: GNU General Public License v3. See license.txt
|
|
|
|
from __future__ import unicode_literals
|
|
|
|
standard_queries = {
|
|
"Warehouse": "stock.utils.get_warehouse_list",
|
|
"Customer": "selling.utils.get_customer_list",
|
|
} |