Ver Fonte

Factura de venta legal y nota de credito detachi

sebastian há 5 anos atrás
pai
commit
3cd431bf8f
1 ficheiros alterados com 3 adições e 3 exclusões
  1. 3 3
      factura_venta_detachi.xml

+ 3 - 3
factura_venta_detachi.xml

@@ -41,7 +41,7 @@
                             width:19.3cm;
                         }
                         .logo{
-                            height: 0.4cm;
+                            height: 0.2cm;
                             width: 100%;
                             top: 0px;
                         }
@@ -259,9 +259,9 @@
                                 <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"></td>
+                                        <td class="art-col2"><span t-esc="'%.0f'%l.product_uom_qty"/></td>
                                         <td class="art-col3"><span t-field="l.product_id.name"/></td>
-                                        <td class="art-col4"></td>
+                                        <td class="art-col4"><span t-esc="'{0:,.0f}'.format(l.price_unit)"/></td>
                                         <td class="art-col5"> </td>
                                         <td class="art-col6"> </td>
                                         <td class="art-col7"><span t-esc="'{0:,.0f}'.format((l.quantity * l.price_unit))"/></td>