I'm trying to edit my report_saledetails and I can't seem to add the total price of the product. It's only displaying the unitary price:
<t t-esc="line["price_unit"]"/>
<t t-if="line["discount"] != 0">
Disc: <t t-esc="line["discount"]"/>%
</t>
</td>
Also, is there a way to add the payment method used on product showed on the report?