I'm using Odoo 10 Community. I've install account_bank_statement_import and it's accessible. It seems that the ofx import is either available with the enterprise version or through a OCA module found here:
https://github.com/OCA/bank-statement-import
This module requires python library ofxparse and, in the discussion feed of github, it was mentionned that version 0.16 was required. I installed 0.16 with pip (I'm running on a debian machin and the repositories only contain 0.14), place the github module in my addons directory and successfully intalled the module through the app tool in odoo.
But, when I go into the import form, it still shows only the csv import textbox.
Doing some research in odoo, I found under the accounting setting that csv and ofx are only available for the enterprise edition. Clicking or unclicking this option doesn't change anything.
Any idea what could be done?
Something's weird. Uninstalling account_bank_statement_import doesn't remove the import option.
I found the solution. The new module is available straight in the accounting board, under your bank account journal.