[IMP]: crm: Added tooltip for opt-in and opt-out

bzr revid: rpa@tinyerp.com-20100929114707-splmpol0pdfg61ev
This commit is contained in:
rpa (Open ERP) 2010-09-29 17:17:07 +05:30
parent 021bde17a0
commit 509df29e39
1 changed files with 2 additions and 2 deletions

View File

@ -127,8 +127,8 @@ class crm_lead(crm_case, osv.osv):
'contact_name': fields.char('Contact Name', size=64),
'partner_name': fields.char("Partner Name", size=64),
'optin': fields.boolean('Opt-In'),
'optout': fields.boolean('Opt-Out'),
'optin': fields.boolean('Opt-In', help="If opt-in is checked, this contact has accepted to receive emails."),
'optout': fields.boolean('Opt-Out', help="If opt-out is checked, this contact has refused to receive emails or unsubscribed to a campaign."),
'type':fields.selection([
('lead','Lead'),
('opportunity','Opportunity'),