diff --git a/account_bank_reconciliation_summary_xlsx/README.rst b/account_bank_reconciliation_summary_xlsx/README.rst
index e0a3f6ee..fd4cb162 100644
--- a/account_bank_reconciliation_summary_xlsx/README.rst
+++ b/account_bank_reconciliation_summary_xlsx/README.rst
@@ -23,10 +23,9 @@ This module doesn't require any configuration.
Usage
=====
-You can get the Bank Reconciliation Report from:
+You can launch the Bank Reconciliation Report wizard from:
-* the form view of a bank bournal: click on *Print > Bank Reconciliation XLSX*
-* the tree view of journals: select one or several journals and click on *Print > Bank Reconciliation XLSX* (if you selected several bank journals, you will get one tab per journal)
+* the menu *Accounting > Reports > OCA accounting reports > Bank Reconciliation*,
* the form view of a bank statement: click on the button *Bank Reconciliation Report*.
.. image:: https://odoo-community.org/website/image/ir.attachment/5784_f2813bd/datas
diff --git a/account_bank_reconciliation_summary_xlsx/__manifest__.py b/account_bank_reconciliation_summary_xlsx/__manifest__.py
index 97b80d32..4ea8f420 100644
--- a/account_bank_reconciliation_summary_xlsx/__manifest__.py
+++ b/account_bank_reconciliation_summary_xlsx/__manifest__.py
@@ -9,7 +9,7 @@
'author': "Akretion,Odoo Community Association (OCA)",
'website': 'http://www.akretion.com',
'summary': 'Adds an XLSX report to help on bank reconciliation',
- 'depends': ['account', 'report_xlsx'],
+ 'depends': ['account_financial_report_qweb', 'report_xlsx'],
'data': [
'report/report.xml',
'wizard/bank_reconciliation_report_wizard_view.xml',
diff --git a/account_bank_reconciliation_summary_xlsx/wizard/bank_reconciliation_report_wizard_view.xml b/account_bank_reconciliation_summary_xlsx/wizard/bank_reconciliation_report_wizard_view.xml
index 8ee3d6e6..13227916 100644
--- a/account_bank_reconciliation_summary_xlsx/wizard/bank_reconciliation_report_wizard_view.xml
+++ b/account_bank_reconciliation_summary_xlsx/wizard/bank_reconciliation_report_wizard_view.xml
@@ -25,13 +25,13 @@
- Bank Reconciliation Report
+ Bank Reconciliation
bank.reconciliation.report.wizard
form
new
-
+