将href与span标签连接

时间:2018-10-12 02:55:12

标签: xml xpath odoo odoo-10 qweb

我想知道如何将href标签与一个跨度连接起来,因为要生成的链接是将这两个标签结合在一起的结果

<a href='first part of link&amp;mount=&amp;'> 
<span t-field="Second part of link" t-field-options="{'widget':'False'}"/>Clic here
</a> 

1 个答案:

答案 0 :(得分:0)

您无需为此使用跨度即可建立属性值。您可以使用QWeb属性格式完成输出,例如:

<a t-attf-href="{{base_url}}?mount={{amount_value}}">Clic here</a> 

您可以在以下位置了解它:

https://www.odoo.com/documentation/11.0/reference/qweb.html#attributes