فهرست منبع

Agregar en catalogo de productos unidad de medida y subtotales de mano de obra y materiales

Sebas 6 سال پیش
والد
کامیت
290274fa22
1فایلهای تغییر یافته به همراه2 افزوده شده و 2 حذف شده
  1. 2 2
      presupuesto_venta_bioelectric.xml

+ 2 - 2
presupuesto_venta_bioelectric.xml

@@ -283,10 +283,10 @@
                                         <td class="text-right">
 
                                                 <t t-if="o.currency_id.id == 166">
-                                                    <span t-esc="'{0:,.0f}'.format(l.product_uom_qty)"/>
+                                                    <span t-esc="'{0:,.0f}'.format(l.price_unit)"/>
                                                 </t>
                                                 <t t-if="o.currency_id.id != 166">
-                                                    <span t-esc="'{0:,.2f}'.format(l.product_uom_qty)"/>
+                                                    <span t-esc="'{0:,.2f}'.format(l.price_unit)"/>
                                                 </t>
 
                                         </td>