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:
@@ -100,10 +100,10 @@
|
|||||||
</t>
|
</t>
|
||||||
</t>
|
</t>
|
||||||
</template>
|
</template>
|
||||||
|
|
||||||
|
|
||||||
<template id="report_rma_order_document">
|
<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})" />
|
<t t-set="doc" t-value="doc.with_context({'lang':doc.partner_id.lang})" />
|
||||||
<div class="page">
|
<div class="page">
|
||||||
<div class="oe_structure"/>
|
<div class="oe_structure"/>
|
||||||
@@ -189,9 +189,9 @@
|
|||||||
</div>
|
</div>
|
||||||
</t>
|
</t>
|
||||||
</template>
|
</template>
|
||||||
|
|
||||||
<template id="report_rma_order">
|
<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-foreach="docs" t-as="doc">
|
||||||
<t t-call="rma.report_rma_order_document" t-lang="doc.partner_id.lang"/>
|
<t t-call="rma.report_rma_order_document" t-lang="doc.partner_id.lang"/>
|
||||||
</t>
|
</t>
|
||||||
|
|||||||
Reference in New Issue
Block a user