odoo/odoo#166286

Created by fw-bot
Merged at f9fc01c85865c3163e3b40bedca90c069f744aa3

Statuses:

label
odoo-dev:saas-17.1-15.0-command-palette-translated-debug-item-fix-boi-N6t8-fw
head
0bd7b7f33b7258b0f8f9ddd6dde84320adddca2d
merged
1 year ago by JavaScript, Bruno Boi (boi)
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

[FW][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

Forward-Port-Of: #165756
Forward-Port-Of: #165224