[FIX] runbot_merge: correct Linked PRs URLs

It was not evaluated and rendered to something like
  https://mergebot.odoo.com/odoo/odoo/pull/linked.url

Courtesy of Xavier Dollé (xdo)
This commit is contained in:
Martin Trigaux 2020-12-03 10:47:21 +01:00 committed by xmo-odoo
parent 3b6487b969
commit 8c625278c3

View File

@ -358,7 +358,7 @@
<ul class="todo">
<t t-foreach="linked_prs" t-as="linked">
<li t-att-class="'ok' if linked._ready else 'fail'">
<a t-attf-href="linked.url" t-field="linked.display_name"/>
<a t-att-href="linked.url" t-field="linked.display_name"/>
</li>
</t>
</ul>