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.

17 lines
530 B

  1. <template>
  2. <!-- Buttons of the Control Panel -->
  3. <t t-name="account_financial_report.client_action.ControlButtons">
  4. <div class="o_report_buttons">
  5. <button
  6. type="button"
  7. class="btn btn-primary o_report_print"
  8. title="Print"
  9. >Print</button>
  10. <button
  11. type="button"
  12. class="btn btn-secondary o_report_export"
  13. title="Export"
  14. >Export</button>
  15. </div>
  16. </t>
  17. </template>