account_statement_import_ofx
Enable Odoo to import bank statements supplied in OFX format, including multi-account files.
Key Features
- account.journal: Adds OFX to the list of bank statement import formats offered on bank journals.
- account.statement.import: Detects uploaded OFX files and parses each account's transactions into statements with balances, unique IDs, and enriched payment references.
- account.statement.import: Displays OFX as an import option in the bank statement import wizard for end users.
- technical: Requires the ofxparse Python library to interpret OFX files during import.