[IMP] generic wizard to import bank statements + import of OFX and QIF files (+adapte...
authorqdp-odoo <qdp@openerp.com>
Fri, 1 Aug 2014 13:00:18 +0000 (15:00 +0200)
committerqdp-odoo <qdp@openerp.com>
Fri, 1 Aug 2014 13:00:18 +0000 (15:00 +0200)
commitd7b33f18f0b7af723d14bb4d31099d2369b9214e
tree7f7d28ce3a404f3c2fa6321a22c27d57db6240c0
parent7d2533f5ec874b61e9167743021bafab5768fe93
[IMP] generic wizard to import bank statements + import of OFX and QIF files (+adapted l10n_be_coda to use it)
28 files changed:
addons/account/res_config.py
addons/account/res_config_view.xml
addons/account_bank_statement_import/__init__.py [new file with mode: 0644]
addons/account_bank_statement_import/__openerp__.py [new file with mode: 0644]
addons/account_bank_statement_import/account_bank_statement_import.py [new file with mode: 0644]
addons/account_bank_statement_import/account_bank_statement_import_view.xml [new file with mode: 0644]
addons/account_bank_statement_import/demo/fiscalyear_period.xml [new file with mode: 0644]
addons/account_bank_statement_import/demo/partner_bank.xml [new file with mode: 0644]
addons/account_bank_statement_import_ofx/__init__.py [new file with mode: 0644]
addons/account_bank_statement_import_ofx/__openerp__.py [new file with mode: 0644]
addons/account_bank_statement_import_ofx/account_bank_statement_import_ofx.py [new file with mode: 0644]
addons/account_bank_statement_import_ofx/test_ofx_file/test_ofx.ofx [new file with mode: 0644]
addons/account_bank_statement_import_ofx/tests/__init__.py [new file with mode: 0644]
addons/account_bank_statement_import_ofx/tests/test_import_bank_statement.py [new file with mode: 0644]
addons/account_bank_statement_import_qif/__init__.py [new file with mode: 0644]
addons/account_bank_statement_import_qif/__openerp__.py [new file with mode: 0644]
addons/account_bank_statement_import_qif/account_bank_statement_import_qif.py [new file with mode: 0644]
addons/account_bank_statement_import_qif/test_qif_file/test_qif.qif [new file with mode: 0644]
addons/account_bank_statement_import_qif/tests/__init__.py [new file with mode: 0644]
addons/account_bank_statement_import_qif/tests/test_import_bank_statement.py [new file with mode: 0644]
addons/l10n_be_coda/__openerp__.py
addons/l10n_be_coda/l10n_be_coda_view.xml
addons/l10n_be_coda/l10n_be_coda_wizard.xml [deleted file]
addons/l10n_be_coda/test_coda_file/Ontvangen_CODA.2011-01-11-18.59.15.txt [deleted file]
addons/l10n_be_coda/test_coda_file/Ontvangen_CODA.2013-01-11-18.59.15.txt [new file with mode: 0644]
addons/l10n_be_coda/tests/__init__.py [new file with mode: 0644]
addons/l10n_be_coda/tests/test_import_bank_statement.py [new file with mode: 0644]
addons/l10n_be_coda/wizard/account_coda_import.py