Files
bank-statement-import/account_statement_import_ofx/__manifest__.py
2024-12-24 07:57:41 +01:00

21 lines
599 B
Python

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