Files
bank-statement-import/account_statement_import_ofx/__manifest__.py
2023-02-23 15:31:16 +01:00

19 lines
522 B
Python

{
"name": "Import OFX Bank Statement",
"category": "Banking addons",
"version": "15.0.1.0.0",
"license": "AGPL-3",
"author": "Odoo SA,"
"Akretion,"
"La Louve,"
"GRAP,"
"Nicolas JEUDY,"
"Le Filament,"
"Odoo Community Association (OCA)",
"website": "https://github.com/OCA/bank-statement-import",
"depends": ["account_statement_import"],
"data": ["views/account_statement_import.xml"],
"external_dependencies": {"python": ["ofxparse"]},
"installable": True,
}