Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[FIX] crm: opportunity meetings filters are set based on id
Steps to reproduce: - install crm - go to crm > configuration > settings > activate leads - go to a contact > click the "opportunity" smart button > create an opportunity > select the newly created opportunity > click the "meetings" smart button Previous behavior: meetings are filtered with 'search_default_opportunity_id' set to active_id. active_id is referring to the partner_id in this case. this leads to a cache miss error. Current behavior: meetings are filtered by the right opportunity (current id). opw-2272325 closes odoo#52947 Signed-off-by: Nicolas Lempereur (nle) <[email protected]>
- Loading branch information