【发布时间】:2018-04-13 14:08:03
【问题描述】:
如何继承 qweb 在原始报告的最后一段之后添加新元素:
<p t-if="o.comment">
<strong>Comment:</strong>
<span t-field="o.comment"/>
</p>
//add after <p t-if="o.comment">
<xpath expr="??" position="after">
<p>new</p>
</xpath>
【问题讨论】: