odoo/odoo#232177
Created by fw-bot
Merged
at 275999676d57bb059dca6ed371eef0863f2df4e7
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:19.0-saas-18.3-opw-5136972-unescape_search_placeholder-aksi-471371-fw
- head
- a6ba9ba1c53939ac08e5a1c4e5a04f904676bb1b
- merged
- 1 day ago by Sales, Valeriya Chuprina (vchu)
odoo/odoo | |
---|---|
saas-18.3 | #230961 |
saas-18.4 | #232159 |
19.0 | #232177 |
master | #232301 missing statuses missing r+ |
[FIX] website_sale: unescape placeholder for search
currently, we use t-out
to set the placeholder, which escapes HTML so desk's lamp
becomes desk's lamp
Fix:
- replace t-out
with t-value
to properly store placeholder.
Before
<img width="513" height="270" alt="image" src="https://github.com/user-attachments/assets/92046e41-e471-4eba-9510-a9ea91eeccd8" />
After
<img width="472" height="252" alt="image" src="https://github.com/user-attachments/assets/79157a51-adac-4c95-8e39-a0caa7cf1537" />
I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
Forward-Port-Of: #230961