mirror of
https://github.com/OCA/bank-statement-import.git
synced 2025-01-20 12:37:43 +02:00
[MIG] account_statement_import_ofx to v14
Rename module to account_statement_import_ofx Add support for multi-account OFX files
This commit is contained in:
18
account_statement_import_ofx/__manifest__.py
Normal file
18
account_statement_import_ofx/__manifest__.py
Normal file
@@ -0,0 +1,18 @@
|
||||
{
|
||||
"name": "Import OFX Bank Statement",
|
||||
"category": "Banking addons",
|
||||
"version": "14.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,
|
||||
}
|
||||
Reference in New Issue
Block a user