New backport from odoo/master

Fix bug #5
This commit is contained in:
Alexis de Lattre
2015-01-23 22:50:24 +01:00
parent e0e6663ba1
commit c017b6864b
15 changed files with 558 additions and 193 deletions

View File

@@ -3,14 +3,13 @@
# flake8: noqa
{
'name': 'Account Bank Statement Import',
'category' : 'Accounting & Finance',
'version': '1.0',
'author': 'OpenERP SA',
'depends': ['account'],
'demo': [],
'description' : """Generic Wizard to Import Bank Statements.
Includes the import of files in .OFX format
Backport from Odoo 9.0
""",
'data' : [
@@ -23,5 +22,3 @@
'auto_install': False,
'installable': True,
}
# vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4: