Explorar o código

Retorcar factura común bioelectric2

SEBAS hai 8 meses
pai
achega
8528b7867f
Modificáronse 4 ficheiros con 4 adicións e 4 borrados
  1. BIN=BIN
      __init__.pyc
  2. BIN=BIN
      factura_comun_bioelectric.pyc
  3. 2 2
      factura_comun_bioelectric.xml
  4. 2 2
      factura_venta_bioelectric.xml

BIN=BIN
__init__.pyc


BIN=BIN
factura_comun_bioelectric.pyc


+ 2 - 2
factura_comun_bioelectric.xml

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

+ 2 - 2
factura_venta_bioelectric.xml

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