[IMP] crm: Added default true in schedule call object

bzr revid: pso@tinyerp.com-20120806055213-s2aa2mvntbzdazc8
This commit is contained in:
Bharat Devnani (Open ERP) 2012-08-06 11:22:13 +05:30 committed by pso (OpenERP)
parent a343339149
commit d6f1cdbe5c
1 changed files with 1 additions and 0 deletions

View File

@ -81,6 +81,7 @@ class crm_phonecall(base_state, osv.osv):
'priority': crm.AVAILABLE_PRIORITIES[2][0],
'state': _get_default_state,
'user_id': lambda self,cr,uid,ctx: uid,
'active': 1
}
def create(self, cr, uid, vals, context=None):