|
@@ -5,7 +5,7 @@
|
|
|
<report id="factura_comun_smile"
|
|
|
model="account.invoice"
|
|
|
string="Factura Comun"
|
|
|
- report_type="qweb-html"
|
|
|
+ report_type="qweb-pdf"
|
|
|
name="factura_comun_smile.report_factura_smile"
|
|
|
file="factura_comun_smile.report_smile"
|
|
|
/>
|
|
@@ -132,6 +132,13 @@
|
|
|
min-height: 0.4cm;
|
|
|
}
|
|
|
|
|
|
+ .obs_data{
|
|
|
+ width: 15cm;
|
|
|
+ float: left;
|
|
|
+ min-height: 0.4cm;
|
|
|
+ }
|
|
|
+
|
|
|
+
|
|
|
.cab-articulos{
|
|
|
height: 0.4cm;
|
|
|
clear: both;
|
|
@@ -311,6 +318,7 @@
|
|
|
</div>
|
|
|
</div>
|
|
|
</div>
|
|
|
+ <div class="obs_data"><b>Obs.: </b><span t-field="o.comment"/></div>
|
|
|
<div class="logo1"> </div>
|
|
|
</t>
|
|
|
</div>
|