Přejít na obsah
Menu
You need to be registered to interact with the community.
This question has been flagged
1 Odpovědět
4539 Zobrazení

i want the ID value to be dynamic in the URL, right syntax pls ?

<at-attf-href="/web#id={{object.id}}&menu_id=202&cids=1%2C3&action=944&model=staff.recruitment&view_type=form">LINK TO REQUESTa>


Avatar
Zrušit

<a t-attf-href="/calendar/meeting/decline?token={{object.access_token}}&amp;id={{object.event_id.id}}"
style="padding: 5px 10px; color: #FFFFFF; text-decoration: none; background-color: #875A7B; border: 1px solid #875A7B; border-radius: 3px">
Decline</a>

Nejlepší odpověď

Hi,


Try like below

<a t-href="'/web#id=%s&menu_id=202&cids=1,3&action=944&model=staff.recruitment&view_type=form' % (object.id)"

   style="background-color: #9E588B; margin-top: 10px; padding: 10px; text-decoration: none; color: #fff; border-radius: 5px; font-size: 16px;">

   LINK TO REQUEST

</a>



Hope this helps

Avatar
Zrušit
Related Posts Odpovědi Zobrazení Aktivita
2
lis 22
3241
1
dub 25
4382
0
kvě 24
1364
0
pro 22
1452
0
říj 22
1749