[IMP] CRM: comment Dead Code

bzr revid: aag@tinyerp.com-20111213132220-x81f501kaj1kx1wv
This commit is contained in:
Atik Agewan (OpenERP) 2011-12-13 18:52:20 +05:30
parent c9b5faa1ac
commit f9e2934bf2
1 changed files with 1 additions and 1 deletions

View File

@ -125,7 +125,7 @@ class base_action_rule(osv.osv):
"""Gets available states for crm"""
res = super(base_action_rule, self).state_get(cr, uid, context=context)
return res + crm.AVAILABLE_STATES
# Dead Code
def priority_get(self, cr, uid, context=None):
res = super(base_action_rule, self).priority_get(cr, uid, context=context)
return res + crm.AVAILABLE_PRIORITIES