odoo/odoo#165498

Created by fw-bot
Merged at 8a15e3cb8c78d60467465ca5e37bfbae7c5f27a2

Statuses:

label
odoo-dev:saas-16.3-15.0-command-palette-translated-debug-item-fix-boi-Wpd1-fw
head
5e5a5e3b7b2d259abbb121ccd53ee1625b2487b4
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

[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: #165363
Forward-Port-Of: #165224