23 lines
882 B
Python
23 lines
882 B
Python
{
|
|
'name': 'Fusion Bank Statements',
|
|
'version': '19.0.1.0.0',
|
|
'category': 'Accounting',
|
|
'summary': 'Import OFX/QFX bank statements with automatic duplicate detection',
|
|
'description': 'Upload OFX, QFX, or QBO files exported from your bank '
|
|
'(ScotiaConnect, TD, RBC, etc.) and import them as bank '
|
|
'statement lines. Smart duplicate detection using the bank\'s '
|
|
'transaction ID (fitid). No external server communication.',
|
|
'author': 'Fusion Central',
|
|
'website': 'https://fusionsoft.ca',
|
|
'license': 'LGPL-3',
|
|
'depends': ['account'],
|
|
'data': [
|
|
'security/ir.model.access.csv',
|
|
'wizard/import_statement_views.xml',
|
|
'views/account_journal_views.xml',
|
|
],
|
|
'external_dependencies': {'python': ['ofxparse']},
|
|
'installable': True,
|
|
'auto_install': False,
|
|
}
|