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.

18 lines
423 B

  1. <?xml version="1.0" encoding="utf-8"?>
  2. <!--
  3. © 2017 Akretion (Alexis de Lattre <alexis.delattre@akretion.com>)
  4. License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
  5. -->
  6. <odoo>
  7. <report
  8. id="bank_reconciliation_xlsx"
  9. model="bank.reconciliation.report.wizard"
  10. string="Bank Reconciliation XLSX"
  11. report_type="xlsx"
  12. name="bank.reconciliation.xlsx"
  13. file="bank.reconciliation.xlsx"
  14. />
  15. </odoo>