소스 검색

Módulo para ticket de ferreteria en factura de ventas

SEBAS 2 주 전
부모
커밋
415c12180c
1개의 변경된 파일0개의 추가작업 그리고 3개의 파일을 삭제
  1. 0 3
      ticket_venta_ferreteria.xml

+ 0 - 3
ticket_venta_ferreteria.xml

@@ -209,10 +209,7 @@
             </t>
 
             <div class="line"></div>
-
             <!-- TOTALES -->
-            <!-- <div class="right">Subtotal: <t t-esc="'{0:,.0f} Gs'.format(o.amount_untaxed)"/></div>
-            <div class="right">Descuento: <t t-esc="'{0:,.0f} Gs'.format(o.amount_total - o.amount_untaxed)"/></div> -->
             <div class="right bold">Total: <t t-esc="'{0:,.0f} Gs'.format(o.amount_total)"/></div>
 
             <div class="line"></div>