Przeglądaj źródła

Módificar fecha de impresión para conecta5

SEBAS 4 miesięcy temu
rodzic
commit
e7a30a8eb0
1 zmienionych plików z 2 dodań i 1 usunięć
  1. 2 1
      factura_venta_conecta5.xml

+ 2 - 1
factura_venta_conecta5.xml

@@ -35,7 +35,8 @@
 
                             <!-- Fecha de emisión -->
                             <div class="campo" style="top:0.2cm; left:3.7cm;">
-                                <span t-esc="time.strftime('%d %b %Y')"/>
+                              <!--  <span t-esc="time.strftime('%d %b %Y')"/>-->
+                              <span t-field="o.date_invoice" t-field-options='{"format": "dd MMM yyyy"}'/>
                             </div>
 
                             <!-- Condición de venta (Contado / Crédito) -->