← Back to team overview

c2c-oerpscenario team mailing list archive

[Bug 823629] Re: Send Email 'Reply To' should default to 'From'

 

Making a change to /usr/share/pyshared/openerp-
server/addons/crm/wizard/crm_send_email.py at line 54

++        'reply_to' : fields.char('Reply To', size=128, required=False, help="Reply-to of the Sales team defined on this case"),
--        'reply_to' : fields.char('Reply To', size=128, required=True, help="Reply-to of the Sales team defined on this case"),

Makes the field no longer required.

The mail configuration on my test machine defaults the 'Reply To' to the
'From'.

From: 	Administrator <admin+from@domain>
Reply-to: 	Administrator <admin+replyto@domain>
To: 	ian@domain
Subject: 	Test with BOTH From and Reply

From: 	Administrator <admin+from@domain>
Reply-to: 	admin+from@domain
To: 	ian@domain
Subject: 	Test with ONLY From

-- 
You received this bug notification because you are a member of C2C
OERPScenario, which is subscribed to the OpenERP Project Group.
https://bugs.launchpad.net/bugs/823629

Title:
  Send Email 'Reply To' should default to 'From'

Status in OpenERP Modules (addons):
  Confirmed

Bug description:
  When using the 'Send New Email' on the 'Applicants' screen (HR
  Module), the pop-up window 'Send Email' has the 'Reply To' as a
  required field.  In our setup the 'Reply To' comes up empty.  I have
  NOT added any extra modules or done any extra configuration to see if
  it is automatically filled in from somewhere else.

  If there is no stored value for the 'Reply To' field, the default
  should be the same as the 'From' field, or changed to be a not
  required field.

  Tweaks are likely to be made in ..
  /usr/share/pyshared/openerp-server/addons/crm/wizard/crm_send_email.py
  /usr/share/pyshared/openerp-server/addons/crm/wizard/crm_send_email_view.xml

To manage notifications about this bug go to:
https://bugs.launchpad.net/openobject-addons/+bug/823629/+subscriptions


References