소스 검색

Impresión de ticket desde factura

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

+ 2 - 2
ticket_venta_odontoimagen.xml

@@ -157,7 +157,7 @@
                                         </td>
                                         <!-- PRECIO UNITARIO -->
                                         <td style="font-size:10px;font-family: Arial;width:1.7cm;overflow: auto; text-align: right;">
-                                            <span t-field="o.amount_total"/>
+                                            <span t-esc="'{0:,.0f}'.format(o.amount_total)"/>
                                         </td>
                                    </tr>
                                    <tr>
@@ -185,7 +185,7 @@
                                       </td>
                                       <!-- PRECIO UNITARIO -->
                                       <td style="font-size:10px;font-family: Arial;width:1.7cm;overflow: auto; text-align: right;">
-                                          <span t-field="o.amount_total"/>
+                                          <span t-esc="'{0:,.0f}'.format(o.amount_total)"/>
                                       </td>
                                  </tr>
                                 </tbody>