odoo/odoo#207015
Created by Framework (ORM), Piryns Victor (pivi)
Merged
at b17281470f5c005326a2bfe405eebca21044e439
Statuses:
- legal/cla: Contributor License Agreement check
- ci/runbot: Odoo Test Suite
- ci/upgrade_enterprise: Test upgrades for enterprise master
- ci/template: Contact runbot team on discord for help.
- ci/style: Optional style check. Ignore it only if strictly necessary.
- ci/security: Required security check. Can only be ignored by security team.
- ci/l10n: (runtime 1s)
Linked pull requests
- label
- odoo-dev:saas-18.2-appointment-pivi
- head
- ba29a850f22efd98258070766d9eb246a0d5f638
- merged
- 1 year ago by SM Customer, Jérémy Hennecart (jeh)
| odoo/odoo | odoo/enterprise | |
|---|---|---|
| saas-18.2 | #207015 | #83916 |
| saas-18.3 | #209713 | #85401 |
| saas-18.4 | ||
| 19.0 | ||
| saas-19.1 | ||
| saas-19.2 | ||
| saas-19.3 | ||
| master | #209898 | #85477 |
[PERF] calendar: Speed up privacy domain for `calendar.event`
Description
This patch optimizes domains to generate more efficient queries by:
- Simplifying useless sub-queries of the form
fkey in (select id from comodel where id = X)tofkey in (X)where it makes sense (insudocontext) - Adding supporting indexes
Reference
task-4744275
Enterprise PR: odoo/enterprise#83916
I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr