|
|
@@ -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) -->
|