summaryrefslogtreecommitdiff
path: root/addons/web/static/src/xml/report.xml
blob: 7f08d009d539c14d4ae111fc6dcf68cca93c0803 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<template>

    <!-- Main layout (iframe) -->
    <div t-name="report.client_action">
        <iframe class="o_report_iframe"/>
    </div>

    <!-- Buttons of the Control Panel -->
    <t t-name="report.client_action.ControlButtons">
        <div class="o_report_buttons">
            <button type="button" class="btn btn-primary o_report_print" title="Print">Print</button>
        </div>
    </t>
</template>