Repository
OCA/bank-statement-import · module folder · Try on Runboat
Module version
1.0.0
Category
Banking addons
Folder size
0.05 MB
License
AGPL-3
Application
No
Auto-installable
No
Website
https://github.com/OCA/bank-statement-import
Last tracking update
2026-08-07 08:42:54
Authors
Odoo Community Association (OCA), Escodoo
Maintainers
Odoo Community Association (OCA), Escodoo
Committers
OCA-git-bot, oca-ci, CristianoMafraJunior
Odoo dependencies
Python dependencies
ofxparse
System dependencies
None
Required by
None
Description
Adds an **OFX ACCTID** field to bank accounts and makes the OFX import
engine match statements by this value, falling back to *Account Number*
only when the field is empty. Fixes mismatches when the \<ACCTID\> in
the file differs from the usual account number saved in Odoo.

Code Analysis

Views touched (1)
XML IDNameModelTypeStatus
res_partner_bank_form_view res.partner.bank.form (in account_statement_import_ofx_acctid) res.partner.bank form Inherits base.view_partner_bank_form
HTTP endpoints (0)

No HTTP endpoints found for this module.

Models touched (2)

New fields (0)

No new fields.

Public methods (0)

No public methods.

New fields (2)
  • acctid Char
    help='Technical account identifier (tag <ACCTID>) exactly as found in OFX files; stored separately because it can differ from the usual account number and is used only for matching imported bank statements.' string='OFX ACCTID'
  • sanitized_acctid Char
    compute='_compute_sanitized_acctid' readonly=True store=True string='Sanitized OFX ACCTID'
Public methods (0)

No public methods.

Loading…

Loading…

Loading…

Status
Open migration PR — not merged yet for this version
CI status
green — ready to merge
Open since
16 days ago
Last activity
8 days ago
Repository
OCA/bank-statement-import
Pull request
[19.0][MIG] account_statement_import_ofx_by_acctid: Migration to 19.0 (#983)