← Back to team overview

openerp-india team mailing list archive

[Bug 1039625] Re: mass mail does not set partner_id

 

Hello Ferdinand,

This issue is only affecting to stable 6.1. For these type of issues if
you have a support and maintenance contract with us then you can contact
our OPW team at support@xxxxxxxxxxx. They will definitely helps you.

Thank you!

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

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

Title:
  mass mail does not set partner_id

Status in OpenERP Addons (modules):
  Invalid

Bug description:
  mass mail sets model and res_id

   select id,model,res_id,partner_id from mail_message order by id desc limit 1;
   id |    model    | res_id | partner_id 
  ----+-------------+--------+------------
    8 | res.partner |     24 |        

  but in
   ./mail/res_partner.py

  class res_partner(osv.osv):
      """ Inherits partner and adds CRM information in the partner form """
      _inherit = 'res.partner'
      _columns = {
          'emails': fields.one2many('mail.message', 'partner_id', 'Emails', readonly=True, domain=[('email_from','!=',False)]),
      }

  hence the mass mail messages are not displayed in partner history

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


References