Переглянути джерело

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>