deprecated dashboard

This commit is contained in:
Nabin Hait
2012-10-05 12:11:23 +05:30
parent 367f059895
commit 5417f5666c
13 changed files with 2 additions and 605 deletions

View File

@@ -122,8 +122,6 @@ class DocType:
def get_dt_help(self,dt):
return sql("select description from tabDocType where name=%s",dt)[0][0] or ''
# get dashboard counts
# --------------------
def get_wip_counts(self):
#dtl = ['Lead', 'Enquiries', 'Sales Order', 'Invoices', 'Purchase Request', 'Purchase Order', 'Bills', 'Tasks', 'Delivery Note', 'Maintenance']
can_read_dt = ['Lead', 'Opportunity', 'Sales Order', 'Sales Invoice', 'Purchase Request', 'Purchase Order', 'Purchase Invoice', 'Delivery Note', 'Task', 'Serial No']