Repository
OCA/bank-statement-import · module folder · Try on Runboat
Module version
1.0.0
Category
Accounting
Folder size
0.06 MB
License
AGPL-3
Application
No
Auto-installable
Yes
Website
https://github.com/OCA/bank-statement-import
Last tracking update
2026-08-07 09:06:25
Authors
Akretion, Odoo Community Association (OCA)
Maintainers
Akretion, Odoo Community Association (OCA)
Committers
Weblate, OCA-git-bot, oca-ci, Bhavesh Heliconia
Odoo dependencies
Python dependencies
None
System dependencies
None
Required by
None
Description
This module is a glue module between 2 modules:

- **account_statement_import_file** from the Github project
  *OCA/bank-statement-import*
- **account_reconcile_oca** from the Github project
  [OCA/account-reconcile](https://github.com/OCA/account-reconcile)

This module adds a button **Import and Start to Reconcile** on the bank
statement file import wizard. When you click on this button, Odoo will
import the bank statement file and jump directly to the reconciliation
interface.

![](../static/description/bank_statement_import_start_reconcile.png)

Code Analysis

Views touched (1)
XML IDNameModelTypeStatus
account_statement_import_form account.statement.import form Inherits account_statement_import_file.account_statement_import_form
HTTP endpoints (0)

No HTTP endpoints found for this module.

Models touched (1)

New fields (0)

No new fields.

Public methods (1)
  • import_file_and_reconcile_button(self)
    Process the file chosen in the wizard, create bank statement(s) and jump directly to the reconciliation widget

Loading…

Loading…

Loading…