Browse Source

Agregar máquina de tu orden de trabajo de tag.

sebas 3 years ago
parent
commit
d72b1e3157
1 changed files with 2 additions and 2 deletions
  1. 2 2
      orden_trabajo_tag.xml

+ 2 - 2
orden_trabajo_tag.xml

@@ -302,7 +302,7 @@
                                        </td>
 
                                         <td class="text-center">
-                                            <span t-esc="'%.3f'%l.product_uom_qty"/>
+                                            <span t-esc="'{0:,.3f}'.format(l.product_uom_qty).replace('.', ',')"/>
                                         </td>
                                         <td>
                                            <span t-field="l.name"/>
@@ -312,7 +312,7 @@
                                         </td>
                                         <td class="text-right">
                                                 <t t-if="o.currency_id.id == 166">
-                                                    <span t-esc="'{0:,.0f}'.format(l.price_unit)"/>
+                                                    <span t-esc="'{0:,.0f}'.format(l.price_unit).replace(',', '.')"/>
                                                 </t>
 
                                         </td>