Online Bank Statements: OFX

account_statement_import_online_ofx
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_online_ofx
VERSION
VERSION 1.0.0
CATEGORY
CATEGORYAccounting
LICENSE
LICENSEAGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSOdoo Community Association (OCA), ForgeFlow
MAINTAINERS
MAINTAINERSOdoo Community Association (OCA), ForgeFlow
COMMITTERS
COMMITTERSWeblate, oca-ci, Christopher Ormaza, PauBForgeFlow
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_online
    - 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 ofxparse
ofxtools
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION

Code Analysis

Views touched (2)
XML IDNameModelTypeStatus
online_bank_statement_provider_form online.bank.statement.provider.form online.bank.statement.provider xpath Inherits account_statement_import_online.online_bank_statement_provider_form
online_bank_statement_pull_wizard_form online.bank.statement.pull.wizard.form online.bank.statement.pull.wizard field Inherits account_statement_import_online.online_bank_statement_pull_wizard_form
Models touched (4)

New fields (3)
  • name Char
  • nickname Char
  • ofxhome_id Integer
Public methods (0)

No public methods.

New fields (6)
  • account_id Char
  • bankid Char
  • institution_id Many2one → ofx.institution
    args: 'ofx.institution', 'Institution'
  • password Char
  • provider_id Many2one → online.bank.statement.provider
    args: 'online.bank.statement.provider'
  • username Char
Public methods (0)

No public methods.

New fields (1)
  • ofx_institution_line_ids One2many → ofx.institution.line
    args: 'ofx.institution.line', 'provider_id'
Public methods (2)
  • get_statements(self, client, password, s1, try_no=1)
  • import_ofx_institutions(self)

New fields (2)
  • is_ofx_provider Boolean
  • ofx_institution_ids Many2many → ofx.institution.line
    column1='wizard_id' column2='institution_line_id' comodel_name='ofx.institution.line' relation='ofx_institution_line_pull_wizard_rel' string='OFX Institutions'
Public methods (1)
  • action_pull(self)