← Back to team overview

c2c-oerpscenario team mailing list archive

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

 

Public bug reported:

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.

** Affects: openobject-addons
     Importance: Undecided
         Status: New

-- 
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):
  New

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.



Follow ups

References