added time log batch

This commit is contained in:
Rushabh Mehta
2013-02-28 18:42:46 +05:30
parent b0486b9d33
commit b21eb9ac09
162 changed files with 324 additions and 1658 deletions

View File

@@ -3,5 +3,4 @@ from __future__ import unicode_literals
standard_queries = {
"Warehouse": "stock.utils.get_warehouse_list",
"Customer": "selling.utils.get_customer_list",
}