|
@@ -4,26 +4,26 @@
|
|
|
<report id="nota_remision"
|
|
|
model="sale.nota.remision"
|
|
|
string="Nota Remision"
|
|
|
- report_type="qweb-pdf"
|
|
|
+ report_type="qweb-html"
|
|
|
name="nota_remision_standard.report_nota_remision"
|
|
|
file="nota_remision_standard.report_nota_remision"
|
|
|
/>
|
|
|
|
|
|
- <template id="new_external_layout">
|
|
|
+ <!-- <template id="new_external_layout"> -->
|
|
|
<!-- Multicompany -->
|
|
|
- <t t-if="o and 'company_id' in o">
|
|
|
+ <!-- <t t-if="o and 'company_id' in o">
|
|
|
<t t-set="company" t-value="o.company_id"></t>
|
|
|
</t>
|
|
|
<t t-if="not o or not 'company_id' in o">
|
|
|
<t t-set="company" t-value="res_company"></t>
|
|
|
- </t>
|
|
|
+ </t> -->
|
|
|
|
|
|
- <t t-call="nota_remision_standard.new_external_layout_header" />
|
|
|
- <t t-raw="0" />
|
|
|
+ <!-- <t t-call="nota_remision_standard.new_external_layout_header" />
|
|
|
+ <t t-raw="0" /> -->
|
|
|
|
|
|
- </template>
|
|
|
+ <!-- </template> -->
|
|
|
|
|
|
- <template id="new_external_layout_header">
|
|
|
+ <!-- <template id="new_external_layout_header">
|
|
|
<div class="header">
|
|
|
<div class="row">
|
|
|
|
|
@@ -55,12 +55,12 @@
|
|
|
</div>
|
|
|
|
|
|
</div>
|
|
|
- </template>
|
|
|
+ </template> -->
|
|
|
|
|
|
|
|
|
<template id="report_nota_remision">
|
|
|
<t t-call="report.html_container">
|
|
|
- <t t-call="nota_remision_standard.new_external_layout">
|
|
|
+ <!-- <t t-call="nota_remision_standard.new_external_layout"> -->
|
|
|
<t t-foreach="docs" t-as="o">
|
|
|
<div class="page">
|
|
|
<style>
|
|
@@ -603,7 +603,7 @@
|
|
|
</div>
|
|
|
</div>
|
|
|
</t>
|
|
|
- </t>
|
|
|
+ <!-- </t> -->
|
|
|
</t>
|
|
|
</template>
|
|
|
|