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 Nicolas JEUDY
parent 36f6f6aa8c
commit ce75af9d79

View File

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