Import Statement Files

account_statement_import_file
REPOSITORY
REPOSITORYOCA/bank-statement-import
GIT
GIThttps://github.com/OCA/bank-statement-import.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/bank-statement-import/tree/19.0/account_statement_import_file
VERSION
VERSION 1.0.0
CATEGORY
CATEGORYAccounting
LICENSE
LICENSELGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSOdoo Community Association (OCA), Akretion, Odoo SA
MAINTAINERS
MAINTAINERSOdoo Community Association (OCA), Akretion, Odoo SA
COMMITTERS
COMMITTERSWeblate, OCA-git-bot, oca-ci, Camila Vives
WEBSITE
WEBSITEhttps://github.com/OCA/bank-statement-import
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 19:40:49
ODOO DEPENDENCIES
ODOO DEPENDENCIES OCA/account-reconcile:
    - account_statement_base
OCA/bank-statement-import:
    - account_statement_import_base
odoo/odoo:
    - account
    - base_setup
    - base
    - web
    - onboarding
    - product
    - mail
    - bus
    - web_tour
    - html_editor
    - uom
    - analytic
    - portal
    - http_routing
    - auth_signup
    - digest
    - resource
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES Not have
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION
This module is the successor of the module
**account_bank_statement_import** that was part of Odoo Community until
Odoo v13 and was moved to Odoo Enterprise for Odoo v14 (cf [this
commit](https://github.com/odoo/odoo/commit/9ba8734f15e1a292ca27b1a026e8366a91b2a8c9)).
We decided to change its name and the name of the wizard object it
provides in order to avoid a conflict with the Enterprise module.

This module has several additionnal feature:

- support multi-account bank statement files,
- attach the file to the bank statement (to facilitate the diagnostic in
  case of problem),
- improved error messages.

This module only provides the technical framework for the import of
statement files. You must also install the format-specific modules to
add support for the statement file formats that your banks/provide use.
For example, the OCA module **account_statement_import_ofx** will add
support for the OFX (Open Financial Exchange) file format. You will find
those modules in the OCA project
[bank-statement-import](https://github.com/OCA/bank-statement-import)
or, for the country-specific formats, in the OCA localization projects.

Code Analysis

Views touched (2)
XML IDNameModelTypeStatus
account_statement_import_form account.statement.import form New
journal_dashboard_view_inherit account.journal xpath Inherits account.account_journal_dashboard_kanban_view
Models touched (2)

New fields (0)

No new fields.

Public methods (2)
  • default_get(self, fields_list)
    @api.model
  • import_account_statement(self)
    return action to import bank/cash statements. This button should be called only on journals with type =='bank'

New fields (2)
  • statement_file Binary
    help='Download bank statement files from your bank and upload them here.' required=True
  • statement_filename Char
Public methods (3)
  • import_file_button(self)
    Process the file chosen in the wizard, create bank statement(s) and return an action.
  • import_single_file(self, file_data, result)
  • import_single_statement(self, single_statement_data, result)
REPOSITORY
REPOSITORYOCA/bank-statement-import
GIT
GIThttps://github.com/OCA/bank-statement-import.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/bank-statement-import/tree/18.0/account_statement_import_file
VERSION
VERSION 1.0.2
CATEGORY
CATEGORYAccounting
LICENSE
LICENSELGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSOdoo Community Association (OCA), Akretion, Odoo SA
MAINTAINERS
MAINTAINERSOdoo Community Association (OCA), Akretion, Odoo SA
COMMITTERS
COMMITTERSWeblate, OCA-git-bot, oca-ci, Luis Rodriguez, Duy (Đỗ Anh), r.perez
WEBSITE
WEBSITEhttps://github.com/OCA/bank-statement-import
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 19:30:14
ODOO DEPENDENCIES
ODOO DEPENDENCIES OCA/account-reconcile:
    - account_statement_base
OCA/bank-statement-import:
    - account_statement_import_base
odoo/odoo:
    - account
    - base_setup
    - base
    - web
    - onboarding
    - product
    - mail
    - bus
    - web_tour
    - html_editor
    - uom
    - analytic
    - portal
    - web_editor
    - http_routing
    - auth_signup
    - digest
    - resource
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES Not have
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION
This module is the successor of the module
**account_bank_statement_import** that was part of Odoo Community until
Odoo v13 and was moved to Odoo Enterprise for Odoo v14 (cf [this
commit](https://github.com/odoo/odoo/commit/9ba8734f15e1a292ca27b1a026e8366a91b2a8c9)).
We decided to change its name and the name of the wizard object it
provides in order to avoid a conflict with the Enterprise module.

This module has several additionnal feature:

- support multi-account bank statement files,
- attach the file to the bank statement (to facilitate the diagnostic in
  case of problem),
- improved error messages.

This module only provides the technical framework for the import of
statement files. You must also install the format-specific modules to
add support for the statement file formats that your banks/provide use.
For example, the OCA module **account_statement_import_ofx** will add
support for the OFX (Open Financial Exchange) file format. You will find
those modules in the OCA project
[bank-statement-import](https://github.com/OCA/bank-statement-import)
or, for the country-specific formats, in the OCA localization projects.

Code Analysis

Views touched (2)
XML IDNameModelTypeStatus
account_statement_import_form account.statement.import form New
journal_dashboard_view_inherit account.journal xpath Inherits account.account_journal_dashboard_kanban_view
Models touched (2)

New fields (0)

No new fields.

Public methods (2)
  • default_get(self, fields_list)
    @api.model
  • import_account_statement(self)
    return action to import bank/cash statements. This button should be called only on journals with type =='bank'

New fields (2)
  • statement_file Binary
    help='Download bank statement files from your bank and upload them here.' required=True
  • statement_filename Char
Public methods (3)
  • import_file_button(self)
    Process the file chosen in the wizard, create bank statement(s) and return an action.
  • import_single_file(self, file_data, result)
  • import_single_statement(self, single_statement_data, result)
REPOSITORY
REPOSITORYOCA/bank-statement-import
GIT
GIThttps://github.com/OCA/bank-statement-import.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/bank-statement-import/tree/17.0/account_statement_import_file
VERSION
VERSION 1.0.2
CATEGORY
CATEGORYAccounting
LICENSE
LICENSELGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSOdoo Community Association (OCA), Akretion, Odoo SA
MAINTAINERS
MAINTAINERSOdoo Community Association (OCA), Akretion, Odoo SA
COMMITTERS
COMMITTERSHolger Brunn, manu, Weblate, OCA-git-bot, oca-ci, Luis Rodriguez, r.perez
WEBSITE
WEBSITEhttps://github.com/OCA/bank-statement-import
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 19:20:07
ODOO DEPENDENCIES
ODOO DEPENDENCIES OCA/account-reconcile:
    - account_statement_base
OCA/bank-statement-import:
    - account_statement_import_base
odoo/odoo:
    - account
    - base_setup
    - base
    - web
    - onboarding
    - product
    - mail
    - bus
    - web_tour
    - uom
    - analytic
    - portal
    - web_editor
    - http_routing
    - auth_signup
    - digest
    - resource
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES Not have
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION
This module is the successor of the module
**account_bank_statement_import** that was part of Odoo Community until
Odoo v13 and was moved to Odoo Enterprise for Odoo v14 (cf [this
commit](https://github.com/odoo/odoo/commit/9ba8734f15e1a292ca27b1a026e8366a91b2a8c9)).
We decided to change its name and the name of the wizard object it
provides in order to avoid a conflict with the Enterprise module.

This module has several additionnal feature:

- support multi-account bank statement files,
- attach the file to the bank statement (to facilitate the diagnostic in
  case of problem),
- improved error messages.

This module only provides the technical framework for the import of
statement files. You must also install the format-specific modules to
add support for the statement file formats that your banks/provide use.
For example, the OCA module **account_statement_import_ofx** will add
support for the OFX (Open Financial Exchange) file format. You will find
those modules in the OCA project
[bank-statement-import](https://github.com/OCA/bank-statement-import)
or, for the country-specific formats, in the OCA localization projects.

Code Analysis

Views touched (2)
XML IDNameModelTypeStatus
account_statement_import_form account.statement.import form New
journal_dashboard_view_inherit account.journal xpath Inherits account.account_journal_dashboard_kanban_view
Models touched (2)

New fields (0)

No new fields.

Public methods (2)
  • default_get(self, fields_list)
    @api.model
  • import_account_statement(self)
    return action to import bank/cash statements. This button should be called only on journals with type =='bank'

New fields (2)
  • statement_file Binary
    help='Download bank statement files from your bank and upload them here.' required=True
  • statement_filename Char
Public methods (3)
  • import_file_button(self)
    Process the file chosen in the wizard, create bank statement(s) and return an action.
  • import_single_file(self, file_data, result)
  • import_single_statement(self, single_statement_data, result)
REPOSITORY
REPOSITORYOCA/bank-statement-import
GIT
GIThttps://github.com/OCA/bank-statement-import.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/bank-statement-import/tree/16.0/account_statement_import_file
VERSION
VERSION 1.1.3
CATEGORY
CATEGORYAccounting
LICENSE
LICENSELGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSOdoo Community Association (OCA), Akretion, Odoo SA
MAINTAINERS
MAINTAINERSOdoo Community Association (OCA), Akretion, Odoo SA
COMMITTERS
COMMITTERSAlexis de Lattre, Enric Tobella, Weblate, OCA-git-bot, oca-ci, Aritz Olea, François Degrave, Jérémy Didderen, r.perez
WEBSITE
WEBSITEhttps://github.com/OCA/bank-statement-import
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 00:53:50
ODOO DEPENDENCIES
ODOO DEPENDENCIES OCA/account-reconcile:
    - account_statement_base
OCA/bank-statement-import:
    - account_statement_import_base
odoo/odoo:
    - account
    - base_setup
    - base
    - web
    - product
    - mail
    - bus
    - web_tour
    - uom
    - analytic
    - portal
    - web_editor
    - http_routing
    - auth_signup
    - digest
    - resource
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES Not have
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION

Code Analysis

Views touched (2)
XML IDNameModelTypeStatus
account_statement_import_form account.statement.import form New
journal_dashboard_view_inherit account.journal xpath Inherits account.account_journal_dashboard_kanban_view
Models touched (2)

New fields (0)

No new fields.

Public methods (2)
  • default_get(self, fields_list)
    @api.model
  • import_account_statement(self)
    return action to import bank/cash statements. This button should be called only on journals with type =='bank'

New fields (2)
  • statement_file Binary
    help='Download bank statement files from your bank and upload them here.' required=True
  • statement_filename Char
Public methods (3)
  • import_file_button(self)
    Process the file chosen in the wizard, create bank statement(s) and return an action.
  • import_single_file(self, file_data, result)
  • import_single_statement(self, single_statement_data, result)