|
|
@@ -5,7 +5,7 @@
|
|
|
<report id="factura_venta_conecta5"
|
|
|
model="account.invoice"
|
|
|
string="Factura Legal"
|
|
|
- report_type="qweb-html"
|
|
|
+ report_type="qweb-pdf"
|
|
|
name="factura_venta_conecta5.report_factura_conecta5"
|
|
|
file="factura_venta_conecta5.report_factura_conecta5"
|
|
|
/>
|
|
|
@@ -245,15 +245,15 @@
|
|
|
</div>
|
|
|
|
|
|
<div class="linea3">
|
|
|
- <div class="direccion_data">
|
|
|
- <t t-f="o.partner_id.street"><span t-field="o.partner_id.street"/> <span t-field="o.partner_id.street2"/></t>
|
|
|
- <t t-f="not o.partner_id.street"> </t>
|
|
|
- </div>
|
|
|
+ <div class="direccion_data"><span t-field="o.partner_id.ruc"/></div>
|
|
|
</div>
|
|
|
|
|
|
<div class="linea4">
|
|
|
- <div class="ruc_data"><span t-field="o.partner_id.ruc"/></div>
|
|
|
- <div class="telefono_data"><span t-field="o.partner_id.phone"/></div>
|
|
|
+ <div class="ruc_data">
|
|
|
+ <t t-f="o.partner_id.street"><span t-field="o.partner_id.street"/> <span t-field="o.partner_id.street2"/></t>
|
|
|
+ <t t-f="not o.partner_id.street"> </t>
|
|
|
+ </div>
|
|
|
+ <div class="telefono_data"><span t-field="o.partner_id.mobile"/></div>
|
|
|
</div>
|
|
|
<div class="linea5">
|
|
|
<div class="nota_remision_data"> </div>
|
|
|
@@ -272,7 +272,7 @@
|
|
|
<td class="art-col7"><span t-esc="'{0:,.0f}'.format((l.quantity * l.price_unit))"/></td>
|
|
|
</tr>
|
|
|
</table>
|
|
|
-
|
|
|
+
|
|
|
</div>
|
|
|
|
|
|
<div class="subtotal_data"> </div>
|