Skip to Content
Menu
Dette spørgsmål er blevet anmeldt
2 Besvarelser
8374 Visninger

i try to set href to a button but in url have "&" so i cant set it 


example this code cant run because "&" in url

 <a t-attf-href="https://www.odoo.com/forum/help-1?search=t-att&filters=all&sorting=write_date+desc">

Avatar
Kassér
Bedste svar

Hi,

Please update your code like this,

use '&amp;' instead of &

<a t-attf-href="https://www.odoo.com/forum/help-1?search=t-att&amp;filters=all&amp;sorting=write_date+desc">

Muhammed Ali M - iWesabe

Avatar
Kassér
Forfatter Bedste svar

i found solution use &amp; in place of &

Avatar
Kassér
Related Posts Besvarelser Visninger Aktivitet
3
sep. 20
4357
2
apr. 20
6087
0
jan. 25
1024
0
aug. 24
1530
1
dec. 23
2414