Explorar o código

Factura venta Baco descuento iva

Sebas %!s(int64=6) %!d(string=hai) anos
pai
achega
278a798f57
Modificáronse 1 ficheiros con 2 adicións e 2 borrados
  1. 2 2
      factura_venta_baco_linux.xml

+ 2 - 2
factura_venta_baco_linux.xml

@@ -235,10 +235,10 @@
                                                 </td>
                                                 <td style="font-size:10px;font-family: Arial;width:2.5cm;overflow: auto; text-align: right;">
                                                     <t t-if="o.currency_id.id == 166">
-                                                        <span t-esc="'{0:,.0f}'.format(valor_10)"/>
+                                                        <span t-esc="'{0:,.0f}'.format(valor_exentas+valor_10)"/>
                                                     </t>
                                                     <t t-if="o.currency_id.id != 166">
-                                                        <span t-esc="'{0:,.2f}'.format(valor_10)"/>
+                                                        <span t-esc="'{0:,.2f}'.format(valor_exentas+valor_10)"/>
                                                     </t>
                                                     <t t-set="iva_10" t-value="valor_exentas+valor_10/11" />
                                                 </td>