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
No
Website
https://github.com/OCA/bank-statement-import
Last tracking update
2026-08-07 08:09:20
Authors
Odoo Community Association (OCA), ForgeFlow
Maintainers
Odoo Community Association (OCA), ForgeFlow
Committers
Christopher Ormaza, Weblate, oca-ci, PauBForgeFlow
Odoo dependencies
Python dependencies
ofxparse, ofxtools
System dependencies
None
Required by
None
Description

Code Analysis

Views touched (2)
XML IDNameModelTypeStatus
online_bank_statement_provider_form online.bank.statement.provider.form online.bank.statement.provider form 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 form Inherits account_statement_import_online.online_bank_statement_pull_wizard_form
HTTP endpoints (0)

No HTTP endpoints found for this module.

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)