|
@@ -15,7 +15,7 @@
|
|
|
<field name="default" eval="True" />
|
|
|
<field name="format">custom</field>
|
|
|
<field name="page_height">150</field>
|
|
|
- <field name="page_width">60</field>
|
|
|
+ <field name="page_width">80</field>
|
|
|
<field name="orientation">Portrait</field>
|
|
|
<field name="margin_top">2</field>
|
|
|
<field name="margin_bottom">2</field>
|
|
@@ -114,10 +114,11 @@
|
|
|
<div style="height:3.1cm;">
|
|
|
<div style="font-family: Arial;">
|
|
|
<table class="table table-condensed table-bordered">
|
|
|
+ <div class="col-xs-6">
|
|
|
<thead>
|
|
|
<tr>
|
|
|
<th style="font-size:10px;font-family: Arial;width:1.3cm;overflow: auto; text-align: center;"><b>Cant.</b></th>
|
|
|
- <th style="font-size:10px;font-family: Arial;width:9.5cm;overflow: auto; text-align: left;"><b>Producto</b></th>
|
|
|
+ <th style="font-size:10px;font-family: Arial;width:11cm;overflow: auto; text-align: left;"><b>Producto</b></th>
|
|
|
<th style="font-size:10px;font-family: Arial;width:1.9cm;overflow: auto; text-align: center;"><b>Precio</b></th>
|
|
|
</tr>
|
|
|
</thead>
|
|
@@ -131,7 +132,7 @@
|
|
|
</td>
|
|
|
|
|
|
<!-- NOMBRE DEL PRODUCTO -->
|
|
|
- <td style="font-size:10px;font-family: Arial;width:9.5cm;overflow: auto;">
|
|
|
+ <td style="font-size:10px;font-family: Arial;width:11cm;overflow: auto;">
|
|
|
<span t-field="l.name"/>
|
|
|
</td>
|
|
|
<!-- PRECIO UNITARIO -->
|
|
@@ -145,12 +146,13 @@
|
|
|
</td>
|
|
|
</tr>
|
|
|
</tbody>
|
|
|
+ </div>
|
|
|
</table>
|
|
|
</div>
|
|
|
</div>
|
|
|
|
|
|
<table class="table table-condensed">
|
|
|
-
|
|
|
+ <div class="col-xs-6">
|
|
|
<tbody>
|
|
|
<tr>
|
|
|
<td style="font-size:10px;font-family: Arial;width:1.3cm;overflow: auto; text-align: left;">
|
|
@@ -195,6 +197,7 @@
|
|
|
</td>
|
|
|
</tr>
|
|
|
</tbody>
|
|
|
+ </div>
|
|
|
</table>
|
|
|
|
|
|
<div style="width:12cm;font-size:10px;font-family: Arial;">
|