[FIX] account_financial_report: Actions
This commit is contained in:
committed by
chaule97
parent
2e2679232e
commit
3ce1d6b4fc
17
account_financial_report/static/src/xml/report.xml
Normal file
17
account_financial_report/static/src/xml/report.xml
Normal 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>
|
||||
Reference in New Issue
Block a user