|
@@ -17,10 +17,10 @@
|
|
|
<field name="page_height">150</field>
|
|
|
<field name="page_width">60</field>
|
|
|
<field name="orientation">Portrait</field>
|
|
|
- <field name="margin_top">3</field>
|
|
|
- <field name="margin_bottom">3</field>
|
|
|
- <field name="margin_left">3</field>
|
|
|
- <field name="margin_right">3</field>
|
|
|
+ <field name="margin_top">2</field>
|
|
|
+ <field name="margin_bottom">2</field>
|
|
|
+ <field name="margin_left">2</field>
|
|
|
+ <field name="margin_right">2</field>
|
|
|
<field name="header_line" eval="False" />
|
|
|
<field name="header_spacing">3</field>
|
|
|
<field name="dpi">90</field>
|
|
@@ -83,7 +83,7 @@
|
|
|
<span t-if="o.type == 'receipt'">Pagado por:</span>
|
|
|
<span t-if="o.type == 'payment'">Pagado a:</span>
|
|
|
</strong>
|
|
|
- <span t-field="o.partner_id"/> - Dirección:
|
|
|
+ <span t-field="o.partner_id"/> - Direccion:
|
|
|
<span t-field="o.partner_id.contact_address"/></p>
|
|
|
</div>
|
|
|
<div class="col-xs-9">
|
|
@@ -91,7 +91,7 @@
|
|
|
<span t-if="o.type == 'receipt'">Pagado a:</span>
|
|
|
<span t-if="o.type == 'payment'">Pagado por:</span>
|
|
|
</strong>
|
|
|
- <span t-field="o.company_id"/> - Dirección:
|
|
|
+ <span t-field="o.company_id"/> - Direccion:
|
|
|
<span t-field="o.company_id.partner_id.contact_address"/></p>
|
|
|
</div>
|
|
|
<div class="col-xs-4">
|
|
@@ -99,7 +99,7 @@
|
|
|
<p t-field="o.date"/>
|
|
|
</div>
|
|
|
<div class="col-xs-4">
|
|
|
- <strong>Referencia/Descripción:</strong>
|
|
|
+ <strong>Referencia/Descripcion:</strong>
|
|
|
<p t-field="o.reference"/>
|
|
|
</div>
|
|
|
</div>
|
|
@@ -109,14 +109,14 @@
|
|
|
<p>
|
|
|
<span t-if="o.type == 'receipt'">Recibido de</span>
|
|
|
<span t-if="o.type == 'payment'">Pagado a</span>
|
|
|
- <strong><span t-field="o.partner_id"/></strong> - Dirección:
|
|
|
+ <strong><span t-field="o.partner_id"/></strong> - Direccion:
|
|
|
<span t-field="o.partner_id.contact_address"/></p>
|
|
|
<p>la cantidad de
|
|
|
<strong>
|
|
|
<span t-field="o.currency_id.symbol"/>
|
|
|
<span t-field="o.amount"/>
|
|
|
</strong>
|
|
|
- Método de pago: <strong><span t-field="o.journal_id"/></strong>
|
|
|
+ Metodo de pago: <strong><span t-field="o.journal_id"/></strong>
|
|
|
<span t-if="o.reference">
|
|
|
con Referencia de factura:<strong><span t-field="o.reference"/>
|
|
|
</strong></span>
|