Bladeren bron

Retorcar presupuesto bioelectric

SEBAS 10 maanden geleden
bovenliggende
commit
56eb8dd04c
3 gewijzigde bestanden met toevoegingen van 2 en 2 verwijderingen
  1. BIN
      __init__.pyc
  2. BIN
      presupuesto_venta_bioelectric.pyc
  3. 2 2
      presupuesto_venta_bioelectric.xml

BIN
__init__.pyc


BIN
presupuesto_venta_bioelectric.pyc


+ 2 - 2
presupuesto_venta_bioelectric.xml

@@ -373,7 +373,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)"/>
@@ -384,7 +384,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)"/>