mirror of
https://github.com/OCA/bank-statement-import.git
synced 2025-01-20 12:37:43 +02:00
bank_statement_parse module now contains only one library that can be used to convert 7.0 parsers, or to provide a common reference for new parsers, providing some independence of the database structure for bank statements in base Odoo.
This module should make it easy to migrate bank statement import modules written for earlies versions of Odoo/OpenERP. At the same time the utility classes can be used as a reference for the information that can be present in bank statements and/or bank transactions.