2013-11-20 12:59:58 +05:30
|
|
|
# Copyright (c) 2013, Web Notes Technologies Pvt. Ltd. and Contributors
|
2013-08-05 14:59:54 +05:30
|
|
|
# License: GNU General Public License v3. See license.txt
|
|
|
|
|
2013-02-04 13:56:50 +05:30
|
|
|
from __future__ import unicode_literals
|
|
|
|
|
|
|
|
standard_queries = {
|
2013-02-08 14:04:13 +05:30
|
|
|
"Warehouse": "stock.utils.get_warehouse_list",
|
|
|
|
"Customer": "selling.utils.get_customer_list",
|
2013-02-04 13:56:50 +05:30
|
|
|
}
|