Prechádzať zdrojové kódy

Agregar en catálogo de productos la imagen del logo

Sebas 6 rokov pred
rodič
commit
b2d8b7fe66
1 zmenil súbory, kde vykonal 3 pridanie a 3 odobranie
  1. 3 3
      catalogo_productos_bioelectric.xml

+ 3 - 3
catalogo_productos_bioelectric.xml

@@ -11,7 +11,7 @@
 	    />
     <template id="catalogo_productos_biolectric">
         <t t-call="report.html_container">
-            <t t-call="report.external_layout">
+
             <div class="page">
                 <style type="text/css">
                     body{
@@ -159,7 +159,7 @@
                             <div class="col-xs-8">
                                 <img class="img-responsive"
                                     t-att-src="'data:image/png;base64,%s' % res_company.logo"
-                                    style="background-color: #fff;max-height: 120px;max-width: 90px;margin-bottom: 8px; margin-left: 4cm;"/>
+                                    style="background-color: #fff;max-height: 250px;max-width: 200px;margin-bottom: 8px; margin-left: 4cm;"/>
                             </div>
                         </div>
                            <div class="divisoria"> </div>
@@ -208,7 +208,7 @@
                      </div>
                 </div>
            </div>
-            </t>
+
         </t>
    </template>
 </data>