odoo/odoo#165224
Created by JavaScript, Bruno Boi (boi)
Merged
at 311c74e8b3c1df39da7529ac80e4a89d5bff1912
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.
- label
- odoo-dev:15.0-command-palette-translated-debug-item-fix-boi
- head
- df639d01a8e7cd6e903eb7d8d8e48cb760b261b2
- merged
- 1 year ago by JavaScript, Francois Georis (fge)
odoo/odoo | |
---|---|
15.0 | #165224 |
16.0 | #165363 |
saas-16.3 | #165498 |
saas-16.4 | #165736 |
17.0 | #165756 |
saas-17.1 | #166286 |
saas-17.2 | #166291 |
18.0 | |
saas-18.1 | |
saas-18.2 | |
saas-18.3 | |
saas-18.4 | |
master | #166296 |
[FIX] web: make translated debug command work
-
Before this commit
The "debug" word in the command palette should display the item to activate the debugging feature. The problem is that the command palette still applies the fuzzy search to this item's name. If the lokked up string does not fuzzily match the letters "debug", the item will not get displayed. -
After this commit
The debug command name will now always have thedebug
word as a non
translated part.