|
@@ -5,7 +5,7 @@
|
|
|
<report id="id_nota_remision_standard"
|
|
|
model="sale.nota.remision"
|
|
|
string="Nota Remision"
|
|
|
- report_type="qweb-pdf"
|
|
|
+ report_type="qweb-html"
|
|
|
name="nota_remision_standard.report_remision_standard"
|
|
|
file="nota_remision_standard.report_remision_standard"
|
|
|
/>
|
|
@@ -31,19 +31,19 @@
|
|
|
<field name="paperformat_id" ref="nota_remision_standard.paperformat_lowmargin" />
|
|
|
</record>
|
|
|
|
|
|
- <template id="report_header_custom" inherit_id="report.external_layout_header">
|
|
|
+
|
|
|
<xpath expr="//div[@class='header']" position="replace">
|
|
|
<div class ="header">
|
|
|
</div>
|
|
|
</xpath>
|
|
|
- </template>
|
|
|
+ </template> -->
|
|
|
|
|
|
- <template id="external_layout_footer" inherit_id="report.external_layout_footer">
|
|
|
+
|
|
|
<xpath expr="//div[@class='footer']" position="replace">
|
|
|
<div class ="footer">
|
|
|
</div>
|
|
|
</xpath>
|
|
|
- </template>
|
|
|
+ </template> -->
|
|
|
|
|
|
<template id="report_remision_standard">
|
|
|
|