|
@@ -287,7 +287,7 @@
|
|
<div class="col-xs-4 pull-right">
|
|
<div class="col-xs-4 pull-right">
|
|
<table class="table table-condensed">
|
|
<table class="table table-condensed">
|
|
<tr class="border-black">
|
|
<tr class="border-black">
|
|
- <td><strong>Total s/ IVA</strong></td>
|
|
|
|
|
|
+ <td><strong>Monto Gravado</strong></td>
|
|
<td class="text-right">
|
|
<td class="text-right">
|
|
<t t-if="o.currency_id.id == 166">
|
|
<t t-if="o.currency_id.id == 166">
|
|
<span t-esc="'{0:,.0f}'.format(o.amount_untaxed)"/>
|
|
<span t-esc="'{0:,.0f}'.format(o.amount_untaxed)"/>
|
|
@@ -298,7 +298,7 @@
|
|
</td>
|
|
</td>
|
|
</tr>
|
|
</tr>
|
|
<tr>
|
|
<tr>
|
|
- <td>IVA</td>
|
|
|
|
|
|
+ <td>IVA 10%</td>
|
|
<td class="text-right">
|
|
<td class="text-right">
|
|
<t t-if="o.currency_id.id == 166">
|
|
<t t-if="o.currency_id.id == 166">
|
|
<span t-esc="'{0:,.0f}'.format(o.amount_tax)"/>
|
|
<span t-esc="'{0:,.0f}'.format(o.amount_tax)"/>
|