Comment 3 for bug 1118350

Revision history for this message
Alexis Meneses (alexis-o) wrote :

Hello Amit,

I understand the current behavior, but I really think it's bad (or actually, it don't meet my needs)

C1 (the contact) belongs to P1 (the company).
When I filter the Opportunities by company, I'd like to see ALL opportunities belonging to that company, either because they're related to the company OR any of its contacts.

Technically, IMO, I think that the view should filter on ( res_partner.id == active_Id OR res_partner.parent_id == activeId ).

Thanks.