mirror of
https://github.com/OCA/bank-statement-import.git
synced 2025-01-20 12:37:43 +02:00
23 lines
632 B
Python
23 lines
632 B
Python
# -*- coding: utf-8 -*-
|
|
{
|
|
'name': 'Account Bank Statement Import',
|
|
'category': 'Banking addons',
|
|
'version': '8.0.1.2.0',
|
|
'license': 'AGPL-3',
|
|
'author': 'OpenERP SA,'
|
|
'Odoo Community Association (OCA)',
|
|
'website': 'https://github.com/OCA/bank-statement-import',
|
|
'depends': ['account'],
|
|
'data': [
|
|
'views/account_config_settings.xml',
|
|
'views/account_bank_statement_import_view.xml',
|
|
'views/account_journal.xml',
|
|
],
|
|
'demo': [
|
|
'demo/fiscalyear_period.xml',
|
|
'demo/partner_bank.xml',
|
|
],
|
|
'auto_install': False,
|
|
'installable': True,
|
|
}
|