[UPT]rma group report to v12

This commit is contained in:
ahenriquez
2020-01-03 13:41:25 +01:00
parent 331e51d40e
commit efd131b334

View File

@@ -103,7 +103,7 @@
<template id="report_rma_order_document">
<t t-call="report.external_layout">
<t t-call="web.external_layout">
<t t-set="doc" t-value="doc.with_context({'lang':doc.partner_id.lang})" />
<div class="page">
<div class="oe_structure"/>
@@ -191,7 +191,7 @@
</template>
<template id="report_rma_order">
<t t-call="report.html_container">
<t t-call="web.html_container">
<t t-foreach="docs" t-as="doc">
<t t-call="rma.report_rma_order_document" t-lang="doc.partner_id.lang"/>
</t>