mirror of
https://github.com/ForgeFlow/stock-rma.git
synced 2025-01-21 12:57:49 +02:00
[UPT]rma group report to v12
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user