odoo/odoo#165224

Created by JavaScript, Bruno Boi (boi)
Merged at 311c74e8b3c1df39da7529ac80e4a89d5bff1912

Statuses:

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 the debug word as a non
    translated part.

opw-3889254