|
@@ -17,9 +17,9 @@
|
|
|
<field name="page_height">150</field>
|
|
|
<field name="page_width">60</field>
|
|
|
<field name="orientation">Portrait</field>
|
|
|
- <field name="margin_top">2</field>
|
|
|
+ <field name="margin_top">1</field>
|
|
|
<field name="margin_bottom">2</field>
|
|
|
- <field name="margin_left">2</field>
|
|
|
+ <field name="margin_left">1</field>
|
|
|
<field name="margin_right">2</field>
|
|
|
<field name="header_line" eval="False" />
|
|
|
<field name="header_spacing">3</field>
|
|
@@ -76,7 +76,7 @@
|
|
|
<span t-if="o.type == 'payment'">Comprobante de Pago</span>
|
|
|
<span t-if="o.number">No. <span t-field="o.number"/></span>
|
|
|
</h3>
|
|
|
- <div style="font-size:10px;font-family: Arial;">
|
|
|
+ <div style="font-size:13px;font-family: Arial;">
|
|
|
<div class="row">
|
|
|
<div class="col-xs-9">
|
|
|
<p><strong>
|
|
@@ -99,13 +99,13 @@
|
|
|
<p t-field="o.date"/>
|
|
|
</div>
|
|
|
<div class="col-xs-4">
|
|
|
- <strong>Referencia/Descripcion:</strong>
|
|
|
+ <strong>Referencia/ Descripcion:</strong>
|
|
|
<p t-field="o.reference"/>
|
|
|
</div>
|
|
|
</div>
|
|
|
</div>
|
|
|
<hr size="4" width="90%"></hr>
|
|
|
- <div>
|
|
|
+ <div style="font-size:13px;font-family: Arial;">
|
|
|
<p>
|
|
|
<span t-if="o.type == 'receipt'">Recibido de</span>
|
|
|
<span t-if="o.type == 'payment'">Pagado a</span>
|
|
@@ -122,22 +122,20 @@
|
|
|
</strong></span>
|
|
|
</p>
|
|
|
</div>
|
|
|
- <div>
|
|
|
- <!-- <span t-if="o.narration"> -->
|
|
|
+ <div style="font-size:13px;font-family: Arial;">
|
|
|
<p><strong>Observaciones:</strong> <span t-field="o.narration"/></p>
|
|
|
- <!-- </span> -->
|
|
|
</div>
|
|
|
- <hr size="4" width="90%"></hr>
|
|
|
+ <hr size="4" width="90%"></hr>
|
|
|
<div class="row" style="text-align:center;">
|
|
|
- <div class="col-xs-4">
|
|
|
+ <div class="col-xs-4" style="font-size:12px;font-family: Arial;">
|
|
|
<strong>Responsable:</strong>
|
|
|
<p>....................</p>
|
|
|
</div>
|
|
|
- <div class="col-xs-4">
|
|
|
+ <div class="col-xs-4" style="font-size:12px;font-family: Arial;">
|
|
|
<strong>Cuenta:</strong>
|
|
|
<p t-field="o.create_uid"/>
|
|
|
</div>
|
|
|
- <div class="col-xs-4">
|
|
|
+ <div class="col-xs-4" style="font-size:12px;font-family: Arial;">
|
|
|
<strong>Supervisor:</strong>
|
|
|
<p>..................</p>
|
|
|
</div>
|