You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 

32 lines
727 B

<?xml version="1.0" encoding="utf-8" ?>
<odoo>
<template id="opendons.report_donation_recurring_document">
<t t-foreach="docs" t-as="o">
<t t-call="web.internal_layout">
<div t-field="o.html_content_print"/>
</t>
</t>
</template>
<template id="report_donation_recurring">
<t t-call="web.html_container">
<t t-foreach="docs" t-as="doc">
<t
t-call="opendons.report_donation_recurring_document"
t-lang="doc.partner_id.lang"
/>
</t>
</t>
</template>
</odoo>