Merge pull request #23 from nbessi/account_bank_statement_import_ofx_no_auto_install

account_bank_statement_import_ofx is not automatically installed anymore
This commit is contained in:
Pedro M. Baeza
2015-06-09 12:03:28 +02:00

View File

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