[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.
This commit is contained in:
Ronald Portier (Therp BV)
2015-04-02 16:28:06 +02:00
parent 9945643158
commit ee0d52e3d9
9 changed files with 51 additions and 338 deletions

View File

@@ -25,7 +25,6 @@
# along with this program. If not, see <http://www.gnu.org/licenses/>.
#
##############################################################################
from . import model
from . import parserlib
# vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4: