소스 검색

Factura de venta legal y nota de credito detachi

sebastian 5 년 전
부모
커밋
de22116953
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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>