Pular para o conteúdo
Menu
Esta pergunta foi sinalizada
2 Respostas
8453 Visualizações

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
Cancelar
Melhor resposta

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
Cancelar
Autor Melhor resposta

i found solution use &amp; in place of &

Avatar
Cancelar
Publicações relacionadas Respostas Visualizações Atividade
3
set. 20
4408
2
abr. 20
6170
0
jan. 25
1074
0
ago. 24
1602
1
dez. 23
2494