跳至内容
菜单
此问题已终结
2 回复
8456 查看

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">

形象
丢弃
最佳答案

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

形象
丢弃
编写者 最佳答案

i found solution use &amp; in place of &

形象
丢弃
相关帖文 回复 查看 活动
3
9月 20
4413
2
4月 20
6172
0
1月 25
1076
0
8月 24
1603
1
12月 23
2497