TIP: You can type at any time to perform a new search.
Online Bank Statements: OFX
account_statement_import_online_ofx · OCA/bank-statement-import
- 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
Code Analysis ⓘ
Views touched (2)
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
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)
-
nameChar -
nicknameChar -
ofxhome_idInteger
No public methods.
New fields (6)
-
account_idChar -
bankidChar -
institution_idMany2one → ofx.institutionargs: 'ofx.institution', 'Institution' -
passwordChar -
provider_idMany2one → online.bank.statement.providerargs: 'online.bank.statement.provider' -
usernameChar
No public methods.
New fields (1)
-
ofx_institution_line_idsOne2many → ofx.institution.lineargs: 'ofx.institution.line', 'provider_id'
-
get_statements(self, client, password, s1, try_no=1) -
import_ofx_institutions(self)
New fields (2)
-
is_ofx_providerBoolean -
ofx_institution_idsMany2many → ofx.institution.linecolumn1='wizard_id'column2='institution_line_id'comodel_name='ofx.institution.line'relation='ofx_institution_line_pull_wizard_rel'string='OFX Institutions'
-
action_pull(self)