[IMP] crm: phone_call: set the required flag for the summary of a phone call

bzr revid: stw@openerp.com-20111026113332-gad5j71ipdtsbvrc
This commit is contained in:
Stephane Wirtel 2011-10-26 13:33:32 +02:00
parent ff7766f2f6
commit 49143b08b5
1 changed files with 1 additions and 1 deletions

View File

@ -35,7 +35,7 @@ class crm_phonecall(crm_base, osv.osv):
_columns = {
# From crm.case
'id': fields.integer('ID', readonly=True),
'name': fields.char('Call Summary', size=64),
'name': fields.char('Call Summary', size=64, required=True),
'active': fields.boolean('Active', required=False),
'date_action_last': fields.datetime('Last Action', readonly=1),
'date_action_next': fields.datetime('Next Action', readonly=1),