|
@@ -344,7 +344,34 @@
|
|
</table>
|
|
</table>
|
|
|
|
|
|
<div class="divisoria"> </div>
|
|
<div class="divisoria"> </div>
|
|
- <div class="sub_total">
|
|
|
|
|
|
+
|
|
|
|
+ <div class="row">
|
|
|
|
+ <div class="col-xs-4 pull-right">
|
|
|
|
+ <table class="table table-condensed">
|
|
|
|
+ <tr class="border-black">
|
|
|
|
+ <td><strong>Sub Total:</strong></td>
|
|
|
|
+ <td class="text-right">
|
|
|
|
+ <span t-esc="'{0:,.0f}'.format(o.amount_total)"/>
|
|
|
|
+ </td>
|
|
|
|
+ </tr>
|
|
|
|
+ <tr>
|
|
|
|
+ <td>Total IVA:</td>
|
|
|
|
+ <td class="text-right">
|
|
|
|
+ <span t-esc="'{0:,.0f}'.format(o.amount_total)"/>
|
|
|
|
+ </td>
|
|
|
|
+ </tr>
|
|
|
|
+ <tr class="border-black">
|
|
|
|
+ <td><strong>Total</strong></td>
|
|
|
|
+ <td class="text-right">
|
|
|
|
+ <span t-esc="'{0:,.0f}'.format(o.amount_total)"/>
|
|
|
|
+ </td>
|
|
|
|
+ </tr>
|
|
|
|
+ </table>
|
|
|
|
+ </div>
|
|
|
|
+ </div>
|
|
|
|
+
|
|
|
|
+
|
|
|
|
+ <!-- <div class="sub_total">
|
|
<strong>Sub Total: </strong> <span t-esc="'{0:,.0f}'.format(o.amount_total)"/>
|
|
<strong>Sub Total: </strong> <span t-esc="'{0:,.0f}'.format(o.amount_total)"/>
|
|
</div>
|
|
</div>
|
|
|
|
|
|
@@ -353,7 +380,7 @@
|
|
</div>
|
|
</div>
|
|
<div class="total_total">
|
|
<div class="total_total">
|
|
<strong>Total: </strong> <span t-esc="'{0:,.0f}'.format(o.amount_total)"/>
|
|
<strong>Total: </strong> <span t-esc="'{0:,.0f}'.format(o.amount_total)"/>
|
|
- </div>
|
|
|
|
|
|
+ </div> -->
|
|
|
|
|
|
<!-- <div class="total_pagar_data">En letras: <span t-esc="convertir(o.amount_total,o.currency_id.en_letras1)"/></div> -->
|
|
<!-- <div class="total_pagar_data">En letras: <span t-esc="convertir(o.amount_total,o.currency_id.en_letras1)"/></div> -->
|
|
<div class="divisoria"> </div>
|
|
<div class="divisoria"> </div>
|