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
629 B

  1. <?xml version="1.0" encoding="utf-8" ?>
  2. <!--
  3. Copyright 2017-2020 Akretion France (http://www.akretion.com/)
  4. @author: Alexis de Lattre <alexis.delattre@akretion.com>
  5. License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
  6. -->
  7. <odoo>
  8. <report
  9. id="bank_reconciliation_xlsx"
  10. model="bank.reconciliation.report.wizard"
  11. string="Bank Reconciliation XLSX"
  12. report_type="xlsx"
  13. name="bank.reconciliation.xlsx"
  14. file="bank.reconciliation.xlsx"
  15. print_report_name="'bank_reconciliation-%s' % (object.date)"
  16. />
  17. <!-- print_report_name doesn't work here... -->
  18. </odoo>