account_statement_import_file
Provide the OCA framework that lets users import bank statement files into Odoo and create statements from them.
Key Features
- account.journal: Adds an Import (OCA) source on bank journals and routes users to the statement file import wizard when supported formats exist.
- account.statement.import: Provides a wizard that decodes uploaded bank statement files, delegates parsing to format-specific modules, and creates statements per account.
- account.statement.import: Attaches the imported statement file to the resulting bank statements for easier troubleshooting.
- account.statement.import: Filters out transactions that were already imported by checking unique identifiers and notifies users about ignored lines.
- account.statement.import: Validates currency, journal matching, and required transaction references before creating statements to prevent inconsistent imports.