Browse Source

Agregar en presupuesto de venta la imagen del logo

Sebas 6 years ago
parent
commit
89617790f1
1 changed files with 1 additions and 1 deletions
  1. 1 1
      presupuesto_venta_bioelectric.xml

+ 1 - 1
presupuesto_venta_bioelectric.xml

@@ -236,7 +236,7 @@
                                 </div>
                                 <div class="col-xs-8">
                                     <center>
-                                        <img t-if="o.company_id.logo" t-att-src="'data:image/png;base64,%s' % o.company_id.logo" style="max-height: 250px;max-width: 200px;"/>
+                                        <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;"/>
                                     </center>