account_bank_statement_import_ofx is not automatically installed anymore

This commit is contained in:
Nicolas Bessi
2015-06-09 11:58:53 +02:00
committed by Benjamin
parent 3eba31423d
commit a350c1ec25

View File

@@ -12,6 +12,6 @@
'external_dependencies': {
'python': ['ofxparse'],
},
'auto_install': True,
'auto_install': False,
'installable': True,
}