Quellcode durchsuchen

Impresión de facturacomún Profesional.

sebas vor 3 Jahren
Ursprung
Commit
fff49f5301
1 geänderte Dateien mit 10 neuen und 5 gelöschten Zeilen
  1. 10 5
      factura_comun_profesional.xml

+ 10 - 5
factura_comun_profesional.xml

@@ -47,7 +47,7 @@
                             min-height: 0cm;
                         }
                         .tel{
-                            width: 13cm;
+                            width: 11cm;
                             float: left;
                             font-size: 10px;
                             min-height: 0cm;
@@ -56,7 +56,7 @@
                             padding: 1px !important;
                         }
                         .divisoria{
-                            height: 0.5cm;
+                            height: 0.2cm;
                             clear: both;
                         }
                         .fecha_emision_data{
@@ -113,7 +113,7 @@
                         }
 
                         .nota_remision_data{
-                            width: 4cm;
+                            width: 8cm;
                             float: left;
                             min-height: 0.4cm;
                         }
@@ -188,9 +188,14 @@
                                     </tr>
 
                                 </div>
-                                <div class="col-xs-8">
+                                <div class="col-xs-4">
+                                    <center>
+                                        <!-- <img t-if="o.company_id.logo" t-att-src="'data:image/png;base64,%s' % o.company_id.logo" style="max-height: 150px;max-width: 50px;"/> -->
+                                    </center>
+                                </div>
+                                <div class="col-xs-4">
                                     <center>
-                                        <img t-if="o.company_id.logo" t-att-src="'data:image/png;base64,%s' % o.company_id.logo" style="max-height: 150px;max-width: 100px;"/>
+                                        <img t-if="o.company_id.logo" t-att-src="'data:image/png;base64,%s' % o.company_id.logo" style="max-height: 150px;max-width: 50px;"/>
                                     </center>
                                 </div>
                             </div>