Przeglądaj źródła

Agregar ruc y factura en el recibo de pago

SEBAS 22 godzin temu
rodzic
commit
19797910a2
4 zmienionych plików z 3 dodań i 3 usunięć
  1. BIN
      __init__.pyc
  2. BIN
      recibo_legal_bioelectric.pyc
  3. 3 3
      recibo_legal_bioelectric.xml
  4. BIN
      res_currency.pyc

BIN
__init__.pyc


BIN
recibo_legal_bioelectric.pyc


+ 3 - 3
recibo_legal_bioelectric.xml

@@ -32,7 +32,7 @@
                     <t><center><b>Instalaciones eléctricas, electromecánicas y electrónicas.</b></center></t>
                     <t><center><b>Comercio al por menor de otros artículos N.C.P.</b></center></t>
                     <t><center><b>Comercio al por menor de otros artículos de Ferretería</b></center></t>
-                    <t><center><b>Calle Cabo 7 Silvio Ovelar c/ Paso de Patria</b></center></t>
+                    <t><center><b>Calle Juan R. Medina c/ Av San Antonio</b></center></t>
                     <t><center><b>San Antonio - Paraguay</b></center></t>
                     <t><center><b>bioelectricpy@gmail.com - (0981) 939 132</b></center></t>
                   </div>
@@ -105,9 +105,9 @@
                     <span t-field="o.comment_obs" />
                   </p> -->
                   <p t-if="o.currency_id.id==166">
-                    Recibí de <strong><span t-field="o.partner_id.name" /></strong> el monto de
+                    Recibí de <strong><span t-field="o.partner_id.name" /></strong> con C.I. / R.U.C Nº <strong><span t-field="o.partner_id.ruc" /></strong> el monto de
                     <span t-esc="convertir(o.amount, o.currency_id.en_letras1)" /> Guaraníes en concepto de pago
-                    <span t-field="o.comment_obs" />
+                    <span t-field="o.comment_obs" /> Factura Nº: <strong> <span t-field="o.reference"/></strong>
                   </p>
                 </div>
 

BIN
res_currency.pyc