← Back to team overview

c2c-oerpscenario team mailing list archive

[Bug 722723] Re: [6.0] crm - send reminder uses wrong "from" email

 

Hello Ferdinand,
you're right, the email from the lead should never send email from openerp
But there is two case :
Remind user and remind partner

remind partner is right : the user (the responsible) send a email to the lead
remind user is wrong : the email from the lead won't send a email to the user
   Stupid solution : the user send a email to himself 
   Other solution : the admin send a email to remind the user

-- 
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/722723

Title:
  [6.0] crm - send reminder uses wrong "from" email

Status in OpenERP Modules (addons):
  Fix Committed

Bug description:
  IMHO the from email must always be taken from res_users.email

  for remind user  
  crm/crm.py
                  if not destination:
                      src, dest = dest, src
  switches from/to taken from crm 
  the from email is the one of the partner contact, which is wrong, because he/she didn't send the mail.



References