我想知道如何将href标签与一个跨度连接起来,因为要生成的链接是将这两个标签结合在一起的结果
<a href='first part of link&mount=&'>
<span t-field="Second part of link" t-field-options="{'widget':'False'}"/>Clic here
</a>
答案 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