[FIX] account_financial_report: Actions

This commit is contained in:
Alexandre D. Díaz
2021-03-23 14:26:10 +01:00
committed by chaule97
parent 2e2679232e
commit 3ce1d6b4fc
37 changed files with 1767 additions and 1876 deletions

View File

@@ -0,0 +1,17 @@
<template>
<!-- Buttons of the Control Panel -->
<t t-name="account_financial_report.client_action.ControlButtons">
<div class="o_report_buttons">
<button
type="button"
class="btn btn-primary o_report_print"
title="Print"
>Print</button>
<button
type="button"
class="btn btn-secondary o_report_export"
title="Export"
>Export</button>
</div>
</t>
</template>