ソースを参照

Retorcar factura común bioelectric2

SEBAS 8 ヶ月 前
コミット
8528b7867f

BIN
__init__.pyc


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)"/>