Bladeren bron

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

Sebas 6 jaren geleden
bovenliggende
commit
290274fa22
1 gewijzigde bestanden met toevoegingen van 2 en 2 verwijderingen
  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>