odoo/enterprise#59358
Created by fw-bot
Merged
at 5e6c02eee897510fe2497b1bf8c7383d01abcc1b
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 2989s)
Linked pull requests
- label
- odoo-dev:saas-17.1-16.0-fix-cache-active-menu-item-gdi-ymvZ-fw
- head
- 07ab021171a57312884a271791624481fc90988a
- merged
- 1 year ago by Guillaume Dieleman (gdi)
odoo/odoo | odoo/enterprise | |
---|---|---|
16.0 | #154358 | |
saas-16.3 | #157897 | #58853 |
saas-16.4 | #158998 | #59316 |
17.0 | #159006 | #59321 |
saas-17.1 | #159080 | #59358 |
saas-17.2 | #159191 | #59399 |
18.0 | ||
saas-18.1 | ||
saas-18.2 | ||
saas-18.3 | ||
saas-18.4 | ||
master | #159361 | #59467 |
[FW][FIX] test_appointment_full, appointment: remove record link before test
Com PR: odoo/odoo#157897
We must disable the cache for the header when there are record links in
it. When the runbot performs enterprise tests, "Helpdesk" appears in the
header, which includes a record link. This commit removes record like
urls in the menu before doing the performance test to prevent increasing
the query count.