Comment 142 for bug 1160365

Revision history for this message
Stefan Rijnhart (Opener) (stefan-opener) wrote : Re: [Bug 1160365] Re: [7.0] incorrect handling of contact/companies for invoicing and related purposes

>> - if a module already defined contact_id for another purpose, you have a
>> conflict
>>
> Well in the very rare cases (5 cases in the whole the official addons)

For the record, I was just checking this and there are none. I believe
the five occurrences of contact_id that you spotted are just variables
that are assigned a browse record and then used as follows:

     event/event.py: contact_id = addr_obj.browse(cr, uid,
contact, context=context)
     event/event.py: 'email':contact_id.email,