瀏覽代碼

Retorcar factura común bioelectric2

SEBAS 8 月之前
父節點
當前提交
8528b7867f
共有 4 個文件被更改,包括 4 次插入4 次删除
  1. 二進制
      __init__.pyc
  2. 二進制
      factura_comun_bioelectric.pyc
  3. 2 2
      factura_comun_bioelectric.xml
  4. 2 2
      factura_venta_bioelectric.xml

二進制
__init__.pyc


二進制
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)"/>