← Back to team overview

openerp-india team mailing list archive

[Bug 997268] Re: Action send email in res.partner is not getting the email address

 

It's not very complicated to understand : if the partner has one address
with a filled email field, when users click on 'Send email', the opened
wizard should get this e-mail address and fill the e-mail address field
in the opened wizard.

For example :
* One partner : Customer 1
* One address for Customer 1 :
    * Name : John Doe
    * Street : Main street
    * City : London
    * E-mail : john@xxxxxxx

When you click on 'Send email' link on the form of Customer 1, the field
e-mail of the wizard which will send the e-mail should be john@xxxxxxx.

** Changed in: openobject-addons
       Status: Incomplete => Confirmed

** Changed in: openobject-addons
       Status: Confirmed => New

-- 
You received this bug notification because you are a member of OpenERP
Indian Team, which is subscribed to OpenERP Addons.
https://bugs.launchpad.net/bugs/997268

Title:
  Action send email in res.partner is not getting the email address

Status in OpenERP Addons (modules):
  New

Bug description:
  In OpenERP v6.1, with the last nightly build, in the view of
  res.partner, when clicking the action "Send Email" it display the
  email popup but without any email address, even if the
  res.partner.address have an email address associated to it.

  This on it's own is not a bug, but doing the same action with "Send
  SMS" it does retrieve the mobile number of the first
  res.partner.address asociated to the res.partner and insert it in the
  popup windows. This is an inconsistency, or non of them retrieve the
  information or both do.

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


References