How to operate with fields in reports? I would like to add own column with unit price after discount.
This is the way, how it doesnt work, but I am sure you know what i am trying to do here:
<td class="text-right">
<span t-field="l.price_unit*(1-l.discount)"/>
</td>
Thanks for any help