浏览代码

Factura de venta legal y nota de credito detachi

sebastian 5 年之前
父节点
当前提交
de22116953
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      factura_venta_detachi.xml

+ 1 - 1
factura_venta_detachi.xml

@@ -259,7 +259,7 @@
                                 <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"><span t-esc="'%.0f'%l.product_uom_qty"/></td>
+                                        <td class="art-col2"><span t-esc="'%.0f'%l.quantity"/></td>
                                         <td class="art-col3"><span t-field="l.product_id.name"/></td>
                                         <td class="art-col4"><span t-esc="'{0:,.0f}'.format(l.price_unit)"/></td>
                                         <td class="art-col5"> </td>