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.
 
 
 
 

21 lines
595 B

<?xml version="1.0" encoding="utf-8"?>
<!--
Copyright 2017-2019 Akretion France (http://www.akretion.com/)
@author: Alexis de Lattre <alexis.delattre@akretion.com>
License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
-->
<odoo>
<report
id="bank_reconciliation_xlsx"
model="bank.reconciliation.report.wizard"
string="Bank Reconciliation XLSX"
report_type="xlsx"
name="bank.reconciliation.xlsx"
file="bank.reconciliation.xlsx"
print_report_name="'bank_reconciliation-%s' % (object.date)"
/>
<!-- print_report_name doesn't work here... -->
</odoo>