Sfoglia il codice sorgente

Factura de venta legal y nota de credito detachi

sebastian 5 anni fa
parent
commit
de22116953
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      factura_venta_detachi.xml

+ 1 - 1
factura_venta_detachi.xml

@@ -259,7 +259,7 @@
                                 <table class="tab-articulos">
                                     <tr t-foreach="o.invoice_line" t-as="l">
                                         <td class="art-col1"><span t-field="l.product_id.default_code"/></td>
-                                        <td class="art-col2"><span t-esc="'%.0f'%l.product_uom_qty"/></td>
+                                        <td class="art-col2"><span t-esc="'%.0f'%l.quantity"/></td>
                                         <td class="art-col3"><span t-field="l.product_id.name"/></td>
                                         <td class="art-col4"><span t-esc="'{0:,.0f}'.format(l.price_unit)"/></td>
                                         <td class="art-col5"> </td>