Merge PR #775 into 13.0

Signed-off-by pedrobaeza
This commit is contained in:
OCA-git-bot
2022-02-02 08:01:17 +00:00

View File

@@ -212,6 +212,14 @@
name="th_price_unit"
class="text-right"
>Price unit</th>
<th
name="th_discount"
class="text-right"
>Discount (%)</th>
<th
name="th_price_subtotal"
class="text-right"
>Sub Total</th>
<th
name="th_recurring_interval"
class="text-right"
@@ -249,6 +257,21 @@
t-options='{"widget": "monetary", "display_currency": contract.currency_id}'
/>
</td>
<td
name="td_discount"
class="text-right"
>
<span t-field="line.discount" />
</td>
<td
name="td_price_subtotal"
class="text-right"
>
<span
t-field="line.price_subtotal"
t-options='{"widget": "monetary", "display_currency": contract.currency_id}'
/>
</td>
<td
name="td_recurring_interval"
class="text-right"