소스 검색

Impresión factura phoera retocado sin iva

Sebas 6 년 전
부모
커밋
1ee1ab36d0
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      factura_venta_phoera.xml

+ 1 - 1
factura_venta_phoera.xml

@@ -309,7 +309,7 @@
                                         </td>
 
                                         <td class="art-col5">
-                                            <span t-esc= "'{0:,.2f}'.format(int(l.quantity * l.price_unit)).replace(',', '.')">
+                                            <span t-esc= "'{0:,.2f}'.format((l.quantity * l.price_unit)).replace(',', '.')">
                                                 <span t-value="valor_mat+(l.quantity * l.price_unit)"/></span>
                                                 <t t-set="valor_mat" t-value="valor_mat+(l.quantity * l.price_unit)"/>
                                         </td>