Parcourir la source

Ajuste impresión factura de venta Medicalart

sebas il y a 3 ans
Parent
commit
9cf2db5360
1 fichiers modifiés avec 2 ajouts et 2 suppressions
  1. 2 2
      factura_venta_medicalart.xml

+ 2 - 2
factura_venta_medicalart.xml

@@ -235,7 +235,7 @@
                             </tr>
 
                             <div class="cab-articulos"> </div>
-                            <div style="height:8.4cm;">
+                            <div style="height:8.4cm; padding-right:0.9cm;">
                                 <div style="font-family: Arial;">
                                     <table class="table borderless table-condensed">
                                         <t t-set="valor_exentas" t-value="0"/>
@@ -256,7 +256,7 @@
                                                     <span t-field="l.product_id.name"/>
                                                 </td>
                                                 <!-- PRECIO UNITARIO -->
-                                                <td style="font-size:9.3px;font-family: Arial;width:0.50cm;overflow: auto; text-align: right;padding-right: 0.2cm;">
+                                                <td style="font-size:9.2px;font-family: Arial;width:0.50cm;overflow: auto; text-align: right;padding-right: 0.2cm;">
                                                     <t t-if="o.currency_id.id == 166">
                                                         <span t-esc="'{0:,.0f}'.format(l.price_unit)"/>
                                                     </t>