Commit Graph

6 Commits

Author SHA1 Message Date
Ronald Portier (Therp BV)
182ea2893a [FIX] Restructure and expand tests. Fix some bugs.
There is now a common class to test import of statements and their transactions.
Fixes:
- Field in regular expression for mt940 rabo parser was to short for bank-account.
- Wrong name used for reference attribute in mt940 rabo parser;
- Attribute transferred_amount should not have been renamed amount in BankTransaction.
2015-06-26 14:07:40 +02:00
Ronald Portier (Therp BV)
d3c1c8d39f [FIX] Prevent unneeded processing and memory use in parsers. 2015-06-26 14:07:40 +02:00
Ronald Portier (Therp BV)
23eaa765d9 [FIX] Updated headers, README.rst's and removed vim lines. 2015-06-26 14:07:40 +02:00
Ronald Portier (Therp BV)
c6be8f17e4 [FIX] Now succesfully running tests for all imports. 2015-06-26 14:07:40 +02:00
Ronald Portier (Therp BV)
ee0d52e3d9 [RFR] Complete streamlining/refactoring of bank statement import.
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.
2015-06-26 14:06:33 +02:00
Ronald Portier (Therp BV)
af10ace22d [RFR] Base import parsers on new api and master. 2015-06-26 14:01:38 +02:00